[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. 6530 1726776555.54059: starting run ansible-playbook [core 2.17.4] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-TXC executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 6530 1726776555.54353: Added group all to inventory 6530 1726776555.54355: Added group ungrouped to inventory 6530 1726776555.54358: Group all now contains ungrouped 6530 1726776555.54360: Examining possible inventory source: /tmp/kernel_settings-glV/inventory.yml 6530 1726776555.62774: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6530 1726776555.62820: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6530 1726776555.62837: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6530 1726776555.62874: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6530 1726776555.62924: Loaded config def from plugin (inventory/script) 6530 1726776555.62926: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6530 1726776555.62952: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6530 1726776555.63007: Loaded config def from plugin (inventory/yaml) 6530 1726776555.63009: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6530 1726776555.63069: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6530 1726776555.63559: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6530 1726776555.63562: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6530 1726776555.63564: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6530 1726776555.63568: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6530 1726776555.63571: Loading data from /tmp/kernel_settings-glV/inventory.yml 6530 1726776555.63616: /tmp/kernel_settings-glV/inventory.yml was not parsable by auto 6530 1726776555.63657: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6530 1726776555.63684: Loading data from /tmp/kernel_settings-glV/inventory.yml 6530 1726776555.63738: group all already in inventory 6530 1726776555.63743: set inventory_file for managed_node1 6530 1726776555.63746: set inventory_dir for managed_node1 6530 1726776555.63747: Added host managed_node1 to inventory 6530 1726776555.63748: Added host managed_node1 to group all 6530 1726776555.63749: set ansible_host for managed_node1 6530 1726776555.63749: set ansible_ssh_extra_args for managed_node1 6530 1726776555.63751: set inventory_file for managed_node2 6530 1726776555.63753: set inventory_dir for managed_node2 6530 1726776555.63753: Added host managed_node2 to inventory 6530 1726776555.63754: Added host managed_node2 to group all 6530 1726776555.63755: set ansible_host for managed_node2 6530 1726776555.63755: set ansible_ssh_extra_args for managed_node2 6530 1726776555.63757: set inventory_file for managed_node3 6530 1726776555.63758: set inventory_dir for managed_node3 6530 1726776555.63759: Added host managed_node3 to inventory 6530 1726776555.63759: Added host managed_node3 to group all 6530 1726776555.63760: set ansible_host for managed_node3 6530 1726776555.63760: set ansible_ssh_extra_args for managed_node3 6530 1726776555.63763: Reconcile groups and hosts in inventory. 6530 1726776555.63765: Group ungrouped now contains managed_node1 6530 1726776555.63766: Group ungrouped now contains managed_node2 6530 1726776555.63767: Group ungrouped now contains managed_node3 6530 1726776555.63823: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6530 1726776555.63901: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6530 1726776555.63932: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6530 1726776555.63949: Loaded config def from plugin (vars/host_group_vars) 6530 1726776555.63950: 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) 6530 1726776555.63955: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6530 1726776555.63960: 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) 6530 1726776555.63991: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6530 1726776555.64336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776555.64448: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6530 1726776555.64471: Loaded config def from plugin (connection/local) 6530 1726776555.64473: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6530 1726776555.64840: Loaded config def from plugin (connection/paramiko_ssh) 6530 1726776555.64843: 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) 6530 1726776555.65827: 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) 6530 1726776555.65850: Loaded config def from plugin (connection/psrp) 6530 1726776555.65852: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6530 1726776555.66242: 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) 6530 1726776555.66264: Loaded config def from plugin (connection/ssh) 6530 1726776555.66266: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6530 1726776555.67785: 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) 6530 1726776555.67812: Loaded config def from plugin (connection/winrm) 6530 1726776555.67814: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6530 1726776555.67837: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6530 1726776555.67879: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6530 1726776555.67921: Loaded config def from plugin (shell/cmd) 6530 1726776555.67922: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 6530 1726776555.67938: 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) 6530 1726776555.67973: Loaded config def from plugin (shell/powershell) 6530 1726776555.67974: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6530 1726776555.68013: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6530 1726776555.68113: Loaded config def from plugin (shell/sh) 6530 1726776555.68115: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6530 1726776555.68137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6530 1726776555.68208: Loaded config def from plugin (become/runas) 6530 1726776555.68209: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6530 1726776555.68316: Loaded config def from plugin (become/su) 6530 1726776555.68318: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6530 1726776555.68406: Loaded config def from plugin (become/sudo) 6530 1726776555.68408: 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 6530 1726776555.68434: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml 6530 1726776555.68754: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6530 1726776555.70741: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6530 1726776555.70877: in VariableManager get_vars() 6530 1726776555.70893: done with get_vars() 6530 1726776555.70925: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6530 1726776555.70933: 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 6530 1726776555.71136: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6530 1726776555.71230: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6530 1726776555.71232: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-TXC/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 6530 1726776555.71252: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6530 1726776555.71266: 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) 6530 1726776555.71359: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6530 1726776555.71394: Loaded config def from plugin (callback/default) 6530 1726776555.71396: 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) 6530 1726776555.72415: Loaded config def from plugin (callback/junit) 6530 1726776555.72417: 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) 6530 1726776555.72445: 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) 6530 1726776555.72481: Loaded config def from plugin (callback/minimal) 6530 1726776555.72482: 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) 6530 1726776555.72510: 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) 6530 1726776555.72546: Loaded config def from plugin (callback/tree) 6530 1726776555.72548: 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 6530 1726776555.72742: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6530 1726776555.72744: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-TXC/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__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_bool_not_allowed.yml ******************************************* 1 plays in /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml 6530 1726776555.72761: in VariableManager get_vars() 6530 1726776555.72772: done with get_vars() 6530 1726776555.72775: in VariableManager get_vars() 6530 1726776555.72780: done with get_vars() 6530 1726776555.72783: variable 'omit' from source: magic vars 6530 1726776555.72809: in VariableManager get_vars() 6530 1726776555.72819: done with get_vars() 6530 1726776555.72832: variable 'omit' from source: magic vars PLAY [Test boolean values not allowed] ***************************************** 6530 1726776555.73174: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6530 1726776555.73226: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6530 1726776555.73253: getting the remaining hosts for this loop 6530 1726776555.73254: done getting the remaining hosts for this loop 6530 1726776555.73256: getting the next task for host managed_node1 6530 1726776555.73259: done getting next task for host managed_node1 6530 1726776555.73260: ^ task is: TASK: Gathering Facts 6530 1726776555.73261: ^ 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 6530 1726776555.73265: getting variables 6530 1726776555.73266: in VariableManager get_vars() 6530 1726776555.73272: Calling all_inventory to load vars for managed_node1 6530 1726776555.73274: Calling groups_inventory to load vars for managed_node1 6530 1726776555.73275: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776555.73284: Calling all_plugins_play to load vars for managed_node1 6530 1726776555.73293: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776555.73295: Calling groups_plugins_play to load vars for managed_node1 6530 1726776555.73317: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776555.73348: done with get_vars() 6530 1726776555.73352: done getting variables 6530 1726776555.73396: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=False, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:2 Thursday 19 September 2024 16:09:15 -0400 (0:00:00.007) 0:00:00.007 **** 6530 1726776555.73411: entering _queue_task() for managed_node1/gather_facts 6530 1726776555.73412: Creating lock for gather_facts 6530 1726776555.73771: worker is 1 (out of 1 available) 6530 1726776555.73781: exiting _queue_task() for managed_node1/gather_facts 6530 1726776555.73793: done queuing things up, now waiting for results queue to drain 6530 1726776555.73795: waiting for pending results... 6530 1726776555.73917: running TaskExecutor() for managed_node1/TASK: Gathering Facts 6530 1726776555.73964: in run() - task 12343ab9-b159-f2b7-2b7b-00000000000d 6530 1726776555.73975: variable 'ansible_search_path' from source: unknown 6530 1726776555.74004: calling self._execute() 6530 1726776555.74047: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776555.74051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776555.74059: variable 'omit' from source: magic vars 6530 1726776555.74128: variable 'omit' from source: magic vars 6530 1726776555.74147: variable 'omit' from source: magic vars 6530 1726776555.74170: variable 'omit' from source: magic vars 6530 1726776555.74203: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776555.74231: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776555.74247: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776555.74262: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776555.74270: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776555.74294: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776555.74297: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776555.74300: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776555.74365: Set connection var ansible_timeout to 10 6530 1726776555.74371: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776555.74373: Set connection var ansible_shell_type to sh 6530 1726776555.74379: Set connection var ansible_shell_executable to /bin/sh 6530 1726776555.74385: Set connection var ansible_pipelining to False 6530 1726776555.74392: Set connection var ansible_connection to ssh 6530 1726776555.74407: variable 'ansible_shell_executable' from source: unknown 6530 1726776555.74410: variable 'ansible_connection' from source: unknown 6530 1726776555.74415: variable 'ansible_module_compression' from source: unknown 6530 1726776555.74417: variable 'ansible_shell_type' from source: unknown 6530 1726776555.74420: variable 'ansible_shell_executable' from source: unknown 6530 1726776555.74422: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776555.74426: variable 'ansible_pipelining' from source: unknown 6530 1726776555.74428: variable 'ansible_timeout' from source: unknown 6530 1726776555.74433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776555.74556: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=True, class_only=False) 6530 1726776555.74565: variable 'omit' from source: magic vars 6530 1726776555.74570: starting attempt loop 6530 1726776555.74573: running the handler 6530 1726776555.74587: variable 'ansible_facts' from source: unknown 6530 1726776555.74602: _low_level_execute_command(): starting 6530 1726776555.74609: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776555.75802: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776555.75821: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776555.75858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776555.75901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776555.75948: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776555.75953: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776555.76003: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776555.76006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776555.76059: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776555.76065: stderr chunk (state=3): >>>debug1: Control socket "/root/.ansible/cp/df712aef6c" does not exist debug1: Connecting to 10.31.12.254 [10.31.12.254] port 22. debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776555.76198: stderr chunk (state=3): >>>debug1: fd 3 clearing O_NONBLOCK <<< 6530 1726776555.76202: stderr chunk (state=3): >>>debug1: Connection established. <<< 6530 1726776555.76263: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 <<< 6530 1726776555.76266: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 <<< 6530 1726776555.76268: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 <<< 6530 1726776555.76270: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 <<< 6530 1726776555.76272: stderr chunk (state=3): >>>debug1: Local version string SSH-2.0-OpenSSH_9.8 <<< 6530 1726776555.76917: stderr chunk (state=3): >>>debug1: Remote protocol version 2.0, remote software version OpenSSH_9.8 debug1: compat_banner: match: OpenSSH_9.8 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.12.254:22 as 'root' <<< 6530 1726776555.76922: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts: No such file or directory debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory <<< 6530 1726776555.76925: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT sent <<< 6530 1726776555.77136: 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 <<< 6530 1726776555.77146: stderr chunk (state=3): >>>debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 <<< 6530 1726776555.77307: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 6530 1726776555.77741: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received <<< 6530 1726776555.77744: stderr chunk (state=3): >>>debug1: Server host key: ssh-ed25519 SHA256:vnryY6IOFRAhiKAVmD6ZOWo0SvETroUn28khzwONuB4 debug1: load_hostkeys: fopen /root/.ssh/known_hosts: No such file or directory debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory <<< 6530 1726776555.77760: stderr chunk (state=3): >>>Warning: Permanently added '10.31.12.254' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys <<< 6530 1726776555.78102: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks <<< 6530 1726776555.78106: stderr chunk (state=3): >>>debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 <<< 6530 1726776555.78108: stderr chunk (state=3): >>>debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> <<< 6530 1726776555.82332: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 6530 1726776555.82454: stderr chunk (state=3): >>>debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 6530 1726776555.92313: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 6530 1726776555.92361: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss <<< 6530 1726776555.92365: stderr chunk (state=3): >>>debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa <<< 6530 1726776555.92801: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 6530 1726776555.93848: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. <<< 6530 1726776555.93895: stderr chunk (state=3): >>>Authenticated to 10.31.12.254 ([10.31.12.254]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket <<< 6530 1726776555.93919: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/df712aef6c] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY <<< 6530 1726776555.93922: stderr chunk (state=3): >>>debug1: control_persist_detach: backgrounding master process <<< 6530 1726776555.93950: stderr chunk (state=3): >>>debug2: control_persist_detach: background process is 6540 debug2: fd 4 setting O_NONBLOCK <<< 6530 1726776555.93991: stderr chunk (state=3): >>>debug1: forking to background <<< 6530 1726776555.94032: stderr chunk (state=3): >>>debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 <<< 6530 1726776555.94042: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776555.94079: stderr chunk (state=3): >>>debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open <<< 6530 1726776555.95549: 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 <<< 6530 1726776555.99673: 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 <<< 6530 1726776555.99676: 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 <<< 6530 1726776555.99954: 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 <<< 6530 1726776556.01470: stdout chunk (state=3): >>>/root <<< 6530 1726776556.01658: 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 <<< 6530 1726776556.01683: stderr chunk (state=3): >>>debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 <<< 6530 1726776556.01689: 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 <<< 6530 1726776556.01734: stdout chunk (state=3): >>><<< 6530 1726776557.01882: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug1: Control socket "/root/.ansible/cp/df712aef6c" does not exist debug1: Connecting to 10.31.12.254 [10.31.12.254] port 22. debug2: fd 3 setting O_NONBLOCK debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.8 debug1: Remote protocol version 2.0, remote software version OpenSSH_9.8 debug1: compat_banner: match: OpenSSH_9.8 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.12.254:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts: No such file or directory debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:vnryY6IOFRAhiKAVmD6ZOWo0SvETroUn28khzwONuB4 debug1: load_hostkeys: fopen /root/.ssh/known_hosts: No such file or directory debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory Warning: Permanently added '10.31.12.254' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa debug2: we sent a publickey packet, wait for reply debug1: Enabling compression at level 6. Authenticated to 10.31.12.254 ([10.31.12.254]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/df712aef6c] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 6540 debug2: fd 4 setting O_NONBLOCK debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug1: Sending command: /bin/sh -c 'echo ~ && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 6530 1726776557.01902: _low_level_execute_command(): starting 6530 1726776557.01909: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589 `" && echo ansible-tmp-1726776557.0188286-6533-71796462514589="` echo /root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589 `" ) && sleep 0' 6530 1726776557.02356: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776557.02361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776557.02372: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776557.02432: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776557.02435: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776557.02437: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776557.02531: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776557.04571: stdout chunk (state=3): >>>ansible-tmp-1726776557.0188286-6533-71796462514589=/root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589 <<< 6530 1726776557.04734: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776557.04761: stderr chunk (state=3): >>><<< 6530 1726776557.04764: stdout chunk (state=3): >>><<< 6530 1726776557.04778: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776557.0188286-6533-71796462514589=/root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776557.04805: variable 'ansible_module_compression' from source: unknown 6530 1726776557.04855: ANSIBALLZ: Using generic lock for ansible.legacy.setup 6530 1726776557.04858: ANSIBALLZ: Acquiring lock 6530 1726776557.04861: ANSIBALLZ: Lock acquired: 140394396207632 6530 1726776557.04863: ANSIBALLZ: Creating module 6530 1726776557.23695: ANSIBALLZ: Writing module into payload 6530 1726776557.23789: ANSIBALLZ: Writing module 6530 1726776557.23805: ANSIBALLZ: Renaming module 6530 1726776557.23813: ANSIBALLZ: Done creating module 6530 1726776557.23839: variable 'ansible_facts' from source: unknown 6530 1726776557.23842: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776557.23850: _low_level_execute_command(): starting 6530 1726776557.23855: _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' 6530 1726776557.24299: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776557.24302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776557.24304: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776557.24306: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776557.24308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776557.24313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776557.24359: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776557.24364: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776557.24366: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776557.24457: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776557.26244: stdout chunk (state=3): >>>PLATFORM <<< 6530 1726776557.26324: stdout chunk (state=3): >>>Linux <<< 6530 1726776557.26333: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 <<< 6530 1726776557.26354: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 6530 1726776557.26485: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776557.26515: stderr chunk (state=3): >>><<< 6530 1726776557.26518: stdout chunk (state=3): >>><<< 6530 1726776557.26530: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776557.26539 [managed_node1]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 6530 1726776557.26572: _low_level_execute_command(): starting 6530 1726776557.26575: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 6530 1726776557.26650: Sending initial data 6530 1726776557.26653: Sent initial data (1181 bytes) 6530 1726776557.26999: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776557.27002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776557.27005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776557.27007: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776557.27009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776557.27010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776557.27056: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776557.27060: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776557.27141: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776557.30619: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 6530 1726776557.31107: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776557.31134: stderr chunk (state=3): >>><<< 6530 1726776557.31138: stdout chunk (state=3): >>><<< 6530 1726776557.31149: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776557.31201: variable 'ansible_facts' from source: unknown 6530 1726776557.31204: variable 'ansible_facts' from source: unknown 6530 1726776557.31211: variable 'ansible_module_compression' from source: unknown 6530 1726776557.31247: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6530 1726776557.31269: variable 'ansible_facts' from source: unknown 6530 1726776557.31390: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589/AnsiballZ_setup.py 6530 1726776557.31533: Sending initial data 6530 1726776557.31536: Sent initial data (151 bytes) 6530 1726776557.32057: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776557.32060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776557.32062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776557.32064: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776557.32145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776557.32191: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776557.32411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776557.34178: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6530 1726776557.34199: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 6530 1726776557.34212: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 6530 1726776557.34261: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 <<< 6530 1726776557.34273: stderr chunk (state=3): >>>debug2: Server supports extension "hardlink@openssh.com" revision 1 <<< 6530 1726776557.34298: 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 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776557.34374: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776557.34501: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmp4_8gxn65 /root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589/AnsiballZ_setup.py <<< 6530 1726776557.34528: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589/AnsiballZ_setup.py" <<< 6530 1726776557.34616: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmp4_8gxn65" to remote "/root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589/AnsiballZ_setup.py" <<< 6530 1726776557.36357: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776557.36361: stdout chunk (state=3): >>><<< 6530 1726776557.36364: stderr chunk (state=3): >>><<< 6530 1726776557.36366: done transferring module to remote 6530 1726776557.36368: _low_level_execute_command(): starting 6530 1726776557.36371: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589/ /root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589/AnsiballZ_setup.py && sleep 0' 6530 1726776557.36922: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776557.36936: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776557.37002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776557.37057: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776557.37075: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776557.37103: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776557.37204: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776557.39098: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776557.39111: stdout chunk (state=3): >>><<< 6530 1726776557.39122: stderr chunk (state=3): >>><<< 6530 1726776557.39142: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776557.39151: _low_level_execute_command(): starting 6530 1726776557.39161: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589/AnsiballZ_setup.py && sleep 0' 6530 1726776557.39751: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776557.39767: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776557.39783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776557.39803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776557.39821: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776557.39848: 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.12.254 is address <<< 6530 1726776557.39900: 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.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776557.39960: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776557.39975: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776557.40095: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776558.12585: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-12-254.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-12-254", "ansible_nodename": "ip-10-31-12-254.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": "ec22c17fe5b1eabd2d6e924b8612a265", "ansible_local": {}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCrwEjcKRrQcgHoTgRPJnKoSxQuMJv6Jvu47jJTgw9+SEJg5wlRvMQbRo2ujxrR1N/NBEsO0eNQ/0rSASCGXvRyjwjLLLv3Q48Eint7auNwYt2ME5dsIiPDCYGr9SSHwxiCGN51P8GMucNW2Udqxwah6+MD9qZjxHQawuDZCkQ1cDjb5kcHBUVoIdiCP1kP4RD7EqUnNHXROXM+LvOnrS60yBaCZaU6mu9/Ple+6wIw28AWSKCwFUniVdWk51m0uXe58YTd7ltLrFnrxPqt6Y4YB1JuFrtb3AcL4DL4QA5u2HY4Sl9RjXQGwqfMIFkrm7NRronsH3oZ5kppPLmBNduEhyoW/ZkSBO4MiMJUT0ZDRajCgaW5+9FDXPG+DcQXSL90lwy/+/dAF/ivEZGKZTsCR4RUb/hPy/YcgVd3ZTVcTcacsO9q9WKR3Lqi2sv4HTOWMGzWqLOIJUU/sbcJc7vI1hd1SQIBsHRiCX+qiI2hB87hEtNMCOC8NKINUX/Ca+s=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMeb/Fl0GEFvrE0GE3lTtWImE9ggthamafXfMaQPgxcofpe2nbHFOfvjpG8nkrH5HIOtfXURmQ0YpcFC9/WqrIQ=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIHuJkfY6pj1lHl81NPs2iKH8ctrkacuWNLycA0Qkkgi2", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_is_chroot": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_fips": false, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_iscsi_iqn": "", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 3065, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 466, "free": 3065}, "nocache": {"free": 3338, "used": 193}, "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_boa<<< 6530 1726776558.12598: stdout chunk (state=3): >>>rd_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": "ec22c17f-e5b1-eabd-2d6e-924b8612a265", "ansible_product_uuid": "ec22c17f-e5b1-eabd-2d6e-924b8612a265", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 143, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 268366229504, "size_available": 261811298304, "block_size": 4096, "block_total": 65519099, "block_available": 63918774, "block_used": 1600325, "inode_total": 131070960, "inode_available": 131029235, "inode_used": 41725, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_env": {"SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.10.251 47080 10.31.12.254 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.10.251 47080 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "16", "minute": "09", "second": "18", "epoch": "1726776558", "epoch_int": "1726776558", "date": "2024-09-19", "time": "16:09:18", "iso8601_micro": "2024-09-19T20:09:18.080434Z", "iso8601": "2024-09-19T20:09:18Z", "iso8601_basic": "20240919T160918080434", "iso8601_basic_short": "20240919T160918", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_lsb": {}, "ansible_loadavg": {"1m": 0.2568359375, "5m": 0.22314453125, "15m": 0.08984375}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_<<< 6530 1726776558.12608: stdout chunk (state=3): >>>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:c4:6e:21:ef", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.12.254", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:c4ff:fe6e:21ef", "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 [fi<<< 6530 1726776558.12661: stdout chunk (state=3): >>>xed]", "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.12.254", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:c4:6e:21:ef", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.12.254"], "ansible_all_ipv6_addresses": ["fe80::8ff:c4ff:fe6e:21ef"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.12.254", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:c4ff:fe6e:21ef"]}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_apparmor": {"status": "disabled"}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_fibre_channel_wwn": [], "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 6530 1726776558.14517: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776558.14548: stderr chunk (state=3): >>><<< 6530 1726776558.14551: stdout chunk (state=3): >>><<< 6530 1726776558.14576: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-12-254.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-12-254", "ansible_nodename": "ip-10-31-12-254.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": "ec22c17fe5b1eabd2d6e924b8612a265", "ansible_local": {}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCrwEjcKRrQcgHoTgRPJnKoSxQuMJv6Jvu47jJTgw9+SEJg5wlRvMQbRo2ujxrR1N/NBEsO0eNQ/0rSASCGXvRyjwjLLLv3Q48Eint7auNwYt2ME5dsIiPDCYGr9SSHwxiCGN51P8GMucNW2Udqxwah6+MD9qZjxHQawuDZCkQ1cDjb5kcHBUVoIdiCP1kP4RD7EqUnNHXROXM+LvOnrS60yBaCZaU6mu9/Ple+6wIw28AWSKCwFUniVdWk51m0uXe58YTd7ltLrFnrxPqt6Y4YB1JuFrtb3AcL4DL4QA5u2HY4Sl9RjXQGwqfMIFkrm7NRronsH3oZ5kppPLmBNduEhyoW/ZkSBO4MiMJUT0ZDRajCgaW5+9FDXPG+DcQXSL90lwy/+/dAF/ivEZGKZTsCR4RUb/hPy/YcgVd3ZTVcTcacsO9q9WKR3Lqi2sv4HTOWMGzWqLOIJUU/sbcJc7vI1hd1SQIBsHRiCX+qiI2hB87hEtNMCOC8NKINUX/Ca+s=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMeb/Fl0GEFvrE0GE3lTtWImE9ggthamafXfMaQPgxcofpe2nbHFOfvjpG8nkrH5HIOtfXURmQ0YpcFC9/WqrIQ=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIHuJkfY6pj1lHl81NPs2iKH8ctrkacuWNLycA0Qkkgi2", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_is_chroot": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_fips": false, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_iscsi_iqn": "", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 3065, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 466, "free": 3065}, "nocache": {"free": 3338, "used": 193}, "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": "ec22c17f-e5b1-eabd-2d6e-924b8612a265", "ansible_product_uuid": "ec22c17f-e5b1-eabd-2d6e-924b8612a265", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 143, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 268366229504, "size_available": 261811298304, "block_size": 4096, "block_total": 65519099, "block_available": 63918774, "block_used": 1600325, "inode_total": 131070960, "inode_available": 131029235, "inode_used": 41725, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_env": {"SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.10.251 47080 10.31.12.254 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.10.251 47080 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "16", "minute": "09", "second": "18", "epoch": "1726776558", "epoch_int": "1726776558", "date": "2024-09-19", "time": "16:09:18", "iso8601_micro": "2024-09-19T20:09:18.080434Z", "iso8601": "2024-09-19T20:09:18Z", "iso8601_basic": "20240919T160918080434", "iso8601_basic_short": "20240919T160918", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_lsb": {}, "ansible_loadavg": {"1m": 0.2568359375, "5m": 0.22314453125, "15m": 0.08984375}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:c4:6e:21:ef", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.12.254", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:c4ff:fe6e:21ef", "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.12.254", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:c4:6e:21:ef", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.12.254"], "ansible_all_ipv6_addresses": ["fe80::8ff:c4ff:fe6e:21ef"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.12.254", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:c4ff:fe6e:21ef"]}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_apparmor": {"status": "disabled"}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_fibre_channel_wwn": [], "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 6530 1726776558.14776: 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-1726776557.0188286-6533-71796462514589/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776558.14797: _low_level_execute_command(): starting 6530 1726776558.14800: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776557.0188286-6533-71796462514589/ > /dev/null 2>&1 && sleep 0' 6530 1726776558.15248: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776558.15252: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776558.15254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.15256: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776558.15258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.15311: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776558.15314: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776558.15320: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776558.15410: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776558.17249: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776558.17272: stderr chunk (state=3): >>><<< 6530 1726776558.17275: stdout chunk (state=3): >>><<< 6530 1726776558.17289: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776558.17297: handler run complete 6530 1726776558.17367: variable 'ansible_facts' from source: unknown 6530 1726776558.17429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.17612: variable 'ansible_facts' from source: unknown 6530 1726776558.17663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.17739: attempt loop complete, returning result 6530 1726776558.17742: _execute() done 6530 1726776558.17745: dumping result to json 6530 1726776558.17763: done dumping result, returning 6530 1726776558.17770: done running TaskExecutor() for managed_node1/TASK: Gathering Facts [12343ab9-b159-f2b7-2b7b-00000000000d] 6530 1726776558.17772: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000000d 6530 1726776558.19601: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000000d 6530 1726776558.19605: WORKER PROCESS EXITING ok: [managed_node1] 6530 1726776558.19763: no more pending results, returning what we have 6530 1726776558.19765: results queue empty 6530 1726776558.19765: checking for any_errors_fatal 6530 1726776558.19766: done checking for any_errors_fatal 6530 1726776558.19766: checking for max_fail_percentage 6530 1726776558.19767: done checking for max_fail_percentage 6530 1726776558.19767: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.19768: done checking to see if all hosts have failed 6530 1726776558.19769: getting the remaining hosts for this loop 6530 1726776558.19770: done getting the remaining hosts for this loop 6530 1726776558.19772: getting the next task for host managed_node1 6530 1726776558.19775: done getting next task for host managed_node1 6530 1726776558.19776: ^ task is: TASK: meta (flush_handlers) 6530 1726776558.19777: ^ 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 6530 1726776558.19779: getting variables 6530 1726776558.19780: in VariableManager get_vars() 6530 1726776558.19791: Calling all_inventory to load vars for managed_node1 6530 1726776558.19793: Calling groups_inventory to load vars for managed_node1 6530 1726776558.19794: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.19799: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.19801: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.19802: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.19902: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.20008: done with get_vars() 6530 1726776558.20016: done getting variables 6530 1726776558.20049: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6530 1726776558.20082: in VariableManager get_vars() 6530 1726776558.20090: Calling all_inventory to load vars for managed_node1 6530 1726776558.20091: Calling groups_inventory to load vars for managed_node1 6530 1726776558.20093: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.20096: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.20097: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.20099: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.20177: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.20278: done with get_vars() 6530 1726776558.20288: done queuing things up, now waiting for results queue to drain 6530 1726776558.20289: results queue empty 6530 1726776558.20290: checking for any_errors_fatal 6530 1726776558.20294: done checking for any_errors_fatal 6530 1726776558.20295: checking for max_fail_percentage 6530 1726776558.20295: done checking for max_fail_percentage 6530 1726776558.20296: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.20296: done checking to see if all hosts have failed 6530 1726776558.20297: getting the remaining hosts for this loop 6530 1726776558.20297: done getting the remaining hosts for this loop 6530 1726776558.20299: getting the next task for host managed_node1 6530 1726776558.20301: done getting next task for host managed_node1 6530 1726776558.20302: ^ task is: TASK: Try to pass a boolean value for sysctl value 6530 1726776558.20303: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6530 1726776558.20305: getting variables 6530 1726776558.20305: in VariableManager get_vars() 6530 1726776558.20312: Calling all_inventory to load vars for managed_node1 6530 1726776558.20313: Calling groups_inventory to load vars for managed_node1 6530 1726776558.20315: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.20317: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.20319: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.20320: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.20408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.20508: done with get_vars() 6530 1726776558.20514: done getting variables TASK [Try to pass a boolean value for sysctl value] **************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:7 Thursday 19 September 2024 16:09:18 -0400 (0:00:02.471) 0:00:02.478 **** 6530 1726776558.20560: entering _queue_task() for managed_node1/include_role 6530 1726776558.20562: Creating lock for include_role 6530 1726776558.20771: worker is 1 (out of 1 available) 6530 1726776558.20784: exiting _queue_task() for managed_node1/include_role 6530 1726776558.20796: done queuing things up, now waiting for results queue to drain 6530 1726776558.20797: waiting for pending results... 6530 1726776558.20923: running TaskExecutor() for managed_node1/TASK: Try to pass a boolean value for sysctl value 6530 1726776558.20980: in run() - task 12343ab9-b159-f2b7-2b7b-000000000006 6530 1726776558.20992: variable 'ansible_search_path' from source: unknown 6530 1726776558.21019: calling self._execute() 6530 1726776558.21065: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.21068: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.21077: variable 'omit' from source: magic vars 6530 1726776558.21150: _execute() done 6530 1726776558.21154: dumping result to json 6530 1726776558.21156: done dumping result, returning 6530 1726776558.21159: done running TaskExecutor() for managed_node1/TASK: Try to pass a boolean value for sysctl value [12343ab9-b159-f2b7-2b7b-000000000006] 6530 1726776558.21166: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000006 6530 1726776558.21267: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000006 6530 1726776558.21270: WORKER PROCESS EXITING 6530 1726776558.21308: no more pending results, returning what we have 6530 1726776558.21315: in VariableManager get_vars() 6530 1726776558.21338: Calling all_inventory to load vars for managed_node1 6530 1726776558.21341: Calling groups_inventory to load vars for managed_node1 6530 1726776558.21343: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.21351: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.21353: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.21356: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.21471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.21591: done with get_vars() 6530 1726776558.21596: variable 'ansible_search_path' from source: unknown 6530 1726776558.21666: variable 'omit' from source: magic vars 6530 1726776558.21679: variable 'omit' from source: magic vars 6530 1726776558.21690: variable 'omit' from source: magic vars 6530 1726776558.21693: we have included files to process 6530 1726776558.21694: generating all_blocks data 6530 1726776558.21694: done generating all_blocks data 6530 1726776558.21695: processing included file: fedora.linux_system_roles.kernel_settings 6530 1726776558.21707: in VariableManager get_vars() 6530 1726776558.21717: done with get_vars() 6530 1726776558.21760: in VariableManager get_vars() 6530 1726776558.21770: done with get_vars() 6530 1726776558.21795: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6530 1726776558.21877: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6530 1726776558.21917: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6530 1726776558.21994: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6530 1726776558.22449: in VariableManager get_vars() 6530 1726776558.22461: done with get_vars() 6530 1726776558.23389: in VariableManager get_vars() 6530 1726776558.23401: done with get_vars() 6530 1726776558.23502: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6530 1726776558.23900: iterating over new_blocks loaded from include file 6530 1726776558.23902: in VariableManager get_vars() 6530 1726776558.23914: done with get_vars() 6530 1726776558.23916: filtering new block on tags 6530 1726776558.23926: done filtering new block on tags 6530 1726776558.23928: in VariableManager get_vars() 6530 1726776558.23937: done with get_vars() 6530 1726776558.23938: filtering new block on tags 6530 1726776558.23949: done filtering new block on tags 6530 1726776558.23950: in VariableManager get_vars() 6530 1726776558.23959: done with get_vars() 6530 1726776558.23960: filtering new block on tags 6530 1726776558.23980: done filtering new block on tags 6530 1726776558.23982: in VariableManager get_vars() 6530 1726776558.23993: done with get_vars() 6530 1726776558.23994: filtering new block on tags 6530 1726776558.24004: done filtering new block on tags 6530 1726776558.24005: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node1 6530 1726776558.24011: extending task lists for all hosts with included blocks 6530 1726776558.24059: done extending task lists 6530 1726776558.24060: done processing included files 6530 1726776558.24060: results queue empty 6530 1726776558.24061: checking for any_errors_fatal 6530 1726776558.24062: done checking for any_errors_fatal 6530 1726776558.24062: checking for max_fail_percentage 6530 1726776558.24063: done checking for max_fail_percentage 6530 1726776558.24063: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.24064: done checking to see if all hosts have failed 6530 1726776558.24064: getting the remaining hosts for this loop 6530 1726776558.24065: done getting the remaining hosts for this loop 6530 1726776558.24066: getting the next task for host managed_node1 6530 1726776558.24069: done getting next task for host managed_node1 6530 1726776558.24071: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6530 1726776558.24072: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6530 1726776558.24077: getting variables 6530 1726776558.24078: in VariableManager get_vars() 6530 1726776558.24088: Calling all_inventory to load vars for managed_node1 6530 1726776558.24090: Calling groups_inventory to load vars for managed_node1 6530 1726776558.24091: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.24095: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.24097: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.24099: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.24193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.24300: done with get_vars() 6530 1726776558.24306: done getting variables 6530 1726776558.24354: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 16:09:18 -0400 (0:00:00.038) 0:00:02.516 **** 6530 1726776558.24372: entering _queue_task() for managed_node1/fail 6530 1726776558.24374: Creating lock for fail 6530 1726776558.24578: worker is 1 (out of 1 available) 6530 1726776558.24590: exiting _queue_task() for managed_node1/fail 6530 1726776558.24603: done queuing things up, now waiting for results queue to drain 6530 1726776558.24604: waiting for pending results... 6530 1726776558.24749: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6530 1726776558.24813: in run() - task 12343ab9-b159-f2b7-2b7b-00000000002c 6530 1726776558.24821: variable 'ansible_search_path' from source: unknown 6530 1726776558.24825: variable 'ansible_search_path' from source: unknown 6530 1726776558.24852: calling self._execute() 6530 1726776558.24904: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.24908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.24918: variable 'omit' from source: magic vars 6530 1726776558.25229: variable 'kernel_settings_sysctl' from source: include params 6530 1726776558.25240: variable '__kernel_settings_state_empty' from source: role '' all vars 6530 1726776558.25247: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6530 1726776558.25438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6530 1726776558.27014: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6530 1726776558.27055: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6530 1726776558.27081: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6530 1726776558.27112: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6530 1726776558.27129: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6530 1726776558.27184: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776558.27206: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776558.27227: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776558.27255: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776558.27266: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776558.27304: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776558.27322: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776558.27339: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776558.27366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776558.27376: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776558.27408: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776558.27424: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776558.27441: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776558.27465: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776558.27476: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776558.27651: variable 'kernel_settings_sysctl' from source: include params 6530 1726776558.27702: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6530 1726776558.27818: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6530 1726776558.27845: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6530 1726776558.27866: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6530 1726776558.27890: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6530 1726776558.27922: 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) 6530 1726776558.27936: 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) 6530 1726776558.27954: 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) 6530 1726776558.27970: 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) 6530 1726776558.28002: 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) 6530 1726776558.28019: 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) 6530 1726776558.28035: 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) 6530 1726776558.28051: 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) 6530 1726776558.28069: Evaluated conditional ((kernel_settings_sysctl | selectattr("value", "defined") | selectattr("value", "sameas", true) | list | length > 0) or (kernel_settings_sysctl | selectattr("value", "defined") | selectattr("value", "sameas", false) | list | length > 0)): True 6530 1726776558.28080: variable 'omit' from source: magic vars 6530 1726776558.28107: variable 'omit' from source: magic vars 6530 1726776558.28132: variable 'omit' from source: magic vars 6530 1726776558.28150: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776558.28169: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776558.28184: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776558.28200: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776558.28207: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776558.28230: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776558.28233: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.28235: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.28298: Set connection var ansible_timeout to 10 6530 1726776558.28304: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776558.28307: Set connection var ansible_shell_type to sh 6530 1726776558.28314: Set connection var ansible_shell_executable to /bin/sh 6530 1726776558.28319: Set connection var ansible_pipelining to False 6530 1726776558.28325: Set connection var ansible_connection to ssh 6530 1726776558.28342: variable 'ansible_shell_executable' from source: unknown 6530 1726776558.28345: variable 'ansible_connection' from source: unknown 6530 1726776558.28347: variable 'ansible_module_compression' from source: unknown 6530 1726776558.28350: variable 'ansible_shell_type' from source: unknown 6530 1726776558.28352: variable 'ansible_shell_executable' from source: unknown 6530 1726776558.28354: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.28356: variable 'ansible_pipelining' from source: unknown 6530 1726776558.28360: variable 'ansible_timeout' from source: unknown 6530 1726776558.28364: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.28431: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776558.28443: variable 'omit' from source: magic vars 6530 1726776558.28446: starting attempt loop 6530 1726776558.28448: running the handler 6530 1726776558.28455: handler run complete 6530 1726776558.28474: attempt loop complete, returning result 6530 1726776558.28476: _execute() done 6530 1726776558.28479: dumping result to json 6530 1726776558.28481: done dumping result, returning 6530 1726776558.28489: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [12343ab9-b159-f2b7-2b7b-00000000002c] 6530 1726776558.28495: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000002c 6530 1726776558.28575: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000002c 6530 1726776558.28578: WORKER PROCESS EXITING 6530 1726776558.28583: marking managed_node1 as failed 6530 1726776558.28592: marking host managed_node1 failed, current state: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6530 1726776558.28599: ^ failed state is now: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=5, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6530 1726776558.28601: getting the next task for host managed_node1 6530 1726776558.28605: done getting next task for host managed_node1 6530 1726776558.28607: ^ task is: TASK: Check for sysctl bool value error 6530 1726776558.28608: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False fatal: [managed_node1]: FAILED! => { "changed": false } MSG: Boolean values are not allowed for sysctl settings 6530 1726776558.28719: no more pending results, returning what we have 6530 1726776558.28722: results queue empty 6530 1726776558.28722: checking for any_errors_fatal 6530 1726776558.28724: done checking for any_errors_fatal 6530 1726776558.28724: checking for max_fail_percentage 6530 1726776558.28725: done checking for max_fail_percentage 6530 1726776558.28726: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.28726: done checking to see if all hosts have failed 6530 1726776558.28727: getting the remaining hosts for this loop 6530 1726776558.28728: done getting the remaining hosts for this loop 6530 1726776558.28731: getting the next task for host managed_node1 6530 1726776558.28735: done getting next task for host managed_node1 6530 1726776558.28736: ^ task is: TASK: Check for sysctl bool value error 6530 1726776558.28737: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6530 1726776558.28742: getting variables 6530 1726776558.28743: in VariableManager get_vars() 6530 1726776558.28770: Calling all_inventory to load vars for managed_node1 6530 1726776558.28771: Calling groups_inventory to load vars for managed_node1 6530 1726776558.28773: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.28780: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.28781: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.28783: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.28898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.29008: done with get_vars() 6530 1726776558.29016: done getting variables 6530 1726776558.29078: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Check for sysctl bool value error] *************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:25 Thursday 19 September 2024 16:09:18 -0400 (0:00:00.047) 0:00:02.564 **** 6530 1726776558.29099: entering _queue_task() for managed_node1/assert 6530 1726776558.29104: Creating lock for assert 6530 1726776558.29290: worker is 1 (out of 1 available) 6530 1726776558.29302: exiting _queue_task() for managed_node1/assert 6530 1726776558.29314: done queuing things up, now waiting for results queue to drain 6530 1726776558.29316: waiting for pending results... 6530 1726776558.29448: running TaskExecutor() for managed_node1/TASK: Check for sysctl bool value error 6530 1726776558.29497: in run() - task 12343ab9-b159-f2b7-2b7b-000000000008 6530 1726776558.29508: variable 'ansible_search_path' from source: unknown 6530 1726776558.29537: calling self._execute() 6530 1726776558.29589: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.29593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.29601: variable 'omit' from source: magic vars 6530 1726776558.29671: variable 'omit' from source: magic vars 6530 1726776558.29693: variable 'omit' from source: magic vars 6530 1726776558.29767: variable 'omit' from source: magic vars 6530 1726776558.29770: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776558.29773: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776558.29790: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776558.29803: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776558.29815: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776558.29836: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776558.29839: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.29841: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.29911: Set connection var ansible_timeout to 10 6530 1726776558.29915: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776558.29918: Set connection var ansible_shell_type to sh 6530 1726776558.29921: Set connection var ansible_shell_executable to /bin/sh 6530 1726776558.29928: Set connection var ansible_pipelining to False 6530 1726776558.29934: Set connection var ansible_connection to ssh 6530 1726776558.29949: variable 'ansible_shell_executable' from source: unknown 6530 1726776558.29952: variable 'ansible_connection' from source: unknown 6530 1726776558.29954: variable 'ansible_module_compression' from source: unknown 6530 1726776558.29957: variable 'ansible_shell_type' from source: unknown 6530 1726776558.29959: variable 'ansible_shell_executable' from source: unknown 6530 1726776558.29962: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.29964: variable 'ansible_pipelining' from source: unknown 6530 1726776558.29966: variable 'ansible_timeout' from source: unknown 6530 1726776558.29970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.30066: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776558.30075: variable 'omit' from source: magic vars 6530 1726776558.30079: starting attempt loop 6530 1726776558.30084: running the handler 6530 1726776558.30326: variable 'ansible_failed_result' from source: set_fact 6530 1726776558.30338: Evaluated conditional (ansible_failed_result.msg != 'UNREACH'): True 6530 1726776558.30343: handler run complete 6530 1726776558.30353: attempt loop complete, returning result 6530 1726776558.30356: _execute() done 6530 1726776558.30358: dumping result to json 6530 1726776558.30363: done dumping result, returning 6530 1726776558.30369: done running TaskExecutor() for managed_node1/TASK: Check for sysctl bool value error [12343ab9-b159-f2b7-2b7b-000000000008] 6530 1726776558.30373: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000008 6530 1726776558.30451: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000008 6530 1726776558.30454: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 6530 1726776558.30502: no more pending results, returning what we have 6530 1726776558.30505: results queue empty 6530 1726776558.30506: checking for any_errors_fatal 6530 1726776558.30512: done checking for any_errors_fatal 6530 1726776558.30513: checking for max_fail_percentage 6530 1726776558.30514: done checking for max_fail_percentage 6530 1726776558.30515: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.30515: done checking to see if all hosts have failed 6530 1726776558.30516: getting the remaining hosts for this loop 6530 1726776558.30517: done getting the remaining hosts for this loop 6530 1726776558.30520: getting the next task for host managed_node1 6530 1726776558.30526: done getting next task for host managed_node1 6530 1726776558.30529: ^ task is: TASK: Cleanup 6530 1726776558.30530: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=1, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? True, did start at task? False 6530 1726776558.30533: getting variables 6530 1726776558.30534: in VariableManager get_vars() 6530 1726776558.30560: Calling all_inventory to load vars for managed_node1 6530 1726776558.30565: Calling groups_inventory to load vars for managed_node1 6530 1726776558.30567: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.30575: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.30578: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.30580: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.30679: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.30789: done with get_vars() 6530 1726776558.30796: done getting variables TASK [Cleanup] ***************************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:30 Thursday 19 September 2024 16:09:18 -0400 (0:00:00.017) 0:00:02.581 **** 6530 1726776558.30855: entering _queue_task() for managed_node1/include_tasks 6530 1726776558.30856: Creating lock for include_tasks 6530 1726776558.31035: worker is 1 (out of 1 available) 6530 1726776558.31047: exiting _queue_task() for managed_node1/include_tasks 6530 1726776558.31057: done queuing things up, now waiting for results queue to drain 6530 1726776558.31059: waiting for pending results... 6530 1726776558.31185: running TaskExecutor() for managed_node1/TASK: Cleanup 6530 1726776558.31233: in run() - task 12343ab9-b159-f2b7-2b7b-000000000009 6530 1726776558.31243: variable 'ansible_search_path' from source: unknown 6530 1726776558.31269: calling self._execute() 6530 1726776558.31322: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.31325: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.31334: variable 'omit' from source: magic vars 6530 1726776558.31547: _execute() done 6530 1726776558.31551: dumping result to json 6530 1726776558.31553: done dumping result, returning 6530 1726776558.31558: done running TaskExecutor() for managed_node1/TASK: Cleanup [12343ab9-b159-f2b7-2b7b-000000000009] 6530 1726776558.31563: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000009 6530 1726776558.31643: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000009 6530 1726776558.31646: WORKER PROCESS EXITING 6530 1726776558.31675: no more pending results, returning what we have 6530 1726776558.31680: in VariableManager get_vars() 6530 1726776558.31713: Calling all_inventory to load vars for managed_node1 6530 1726776558.31716: Calling groups_inventory to load vars for managed_node1 6530 1726776558.31718: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.31727: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.31729: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.31731: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.31934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.32041: done with get_vars() 6530 1726776558.32046: variable 'ansible_search_path' from source: unknown 6530 1726776558.32055: we have included files to process 6530 1726776558.32056: generating all_blocks data 6530 1726776558.32057: done generating all_blocks data 6530 1726776558.32059: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6530 1726776558.32060: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6530 1726776558.32061: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6530 1726776558.32661: done processing included file 6530 1726776558.32662: iterating over new_blocks loaded from include file 6530 1726776558.32663: in VariableManager get_vars() 6530 1726776558.32672: done with get_vars() 6530 1726776558.32673: filtering new block on tags 6530 1726776558.32682: done filtering new block on tags 6530 1726776558.32683: in VariableManager get_vars() 6530 1726776558.32693: done with get_vars() 6530 1726776558.32693: filtering new block on tags 6530 1726776558.32705: done filtering new block on tags 6530 1726776558.32707: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml for managed_node1 6530 1726776558.32712: extending task lists for all hosts with included blocks 6530 1726776558.33258: done extending task lists 6530 1726776558.33259: done processing included files 6530 1726776558.33260: results queue empty 6530 1726776558.33260: checking for any_errors_fatal 6530 1726776558.33262: done checking for any_errors_fatal 6530 1726776558.33262: checking for max_fail_percentage 6530 1726776558.33263: done checking for max_fail_percentage 6530 1726776558.33263: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.33264: done checking to see if all hosts have failed 6530 1726776558.33264: getting the remaining hosts for this loop 6530 1726776558.33265: done getting the remaining hosts for this loop 6530 1726776558.33266: getting the next task for host managed_node1 6530 1726776558.33269: done getting next task for host managed_node1 6530 1726776558.33271: ^ task is: TASK: Show current tuned profile settings 6530 1726776558.33272: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=2, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776558.33274: getting variables 6530 1726776558.33274: in VariableManager get_vars() 6530 1726776558.33281: Calling all_inventory to load vars for managed_node1 6530 1726776558.33283: Calling groups_inventory to load vars for managed_node1 6530 1726776558.33284: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.33289: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.33290: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.33292: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.33382: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.33484: done with get_vars() 6530 1726776558.33493: done getting variables 6530 1726776558.33540: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Show current tuned profile settings] ************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 Thursday 19 September 2024 16:09:18 -0400 (0:00:00.027) 0:00:02.608 **** 6530 1726776558.33557: entering _queue_task() for managed_node1/command 6530 1726776558.33559: Creating lock for command 6530 1726776558.33740: worker is 1 (out of 1 available) 6530 1726776558.33751: exiting _queue_task() for managed_node1/command 6530 1726776558.33763: done queuing things up, now waiting for results queue to drain 6530 1726776558.33764: waiting for pending results... 6530 1726776558.33899: running TaskExecutor() for managed_node1/TASK: Show current tuned profile settings 6530 1726776558.33953: in run() - task 12343ab9-b159-f2b7-2b7b-000000000095 6530 1726776558.33963: variable 'ansible_search_path' from source: unknown 6530 1726776558.33966: variable 'ansible_search_path' from source: unknown 6530 1726776558.33995: calling self._execute() 6530 1726776558.34046: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.34049: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.34058: variable 'omit' from source: magic vars 6530 1726776558.34129: variable 'omit' from source: magic vars 6530 1726776558.34153: variable 'omit' from source: magic vars 6530 1726776558.34454: variable '__kernel_settings_profile_filename' from source: role '' exported vars 6530 1726776558.34469: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6530 1726776558.34531: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6530 1726776558.34590: done running TaskExecutor() for managed_node1/TASK: Show current tuned profile settings [12343ab9-b159-f2b7-2b7b-000000000095] 6530 1726776558.34596: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000095 6530 1726776558.34673: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000095 6530 1726776558.34677: WORKER PROCESS EXITING fatal: [managed_node1]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: {{ __kernel_settings_profile_dir }}/tuned.conf: {{ __kernel_settings_profile_parent }}/{{ __kernel_settings_tuned_profile }}: '__kernel_settings_profile_parent' is undefined The error appears to be in '/tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml': line 2, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: --- - name: Show current tuned profile settings ^ here ...ignoring 6530 1726776558.34727: no more pending results, returning what we have 6530 1726776558.34729: results queue empty 6530 1726776558.34730: checking for any_errors_fatal 6530 1726776558.34731: done checking for any_errors_fatal 6530 1726776558.34732: checking for max_fail_percentage 6530 1726776558.34733: done checking for max_fail_percentage 6530 1726776558.34734: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.34735: done checking to see if all hosts have failed 6530 1726776558.34735: getting the remaining hosts for this loop 6530 1726776558.34736: done getting the remaining hosts for this loop 6530 1726776558.34739: getting the next task for host managed_node1 6530 1726776558.34746: done getting next task for host managed_node1 6530 1726776558.34749: ^ task is: TASK: Run role with purge to remove everything 6530 1726776558.34751: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776558.34754: getting variables 6530 1726776558.34755: in VariableManager get_vars() 6530 1726776558.34782: Calling all_inventory to load vars for managed_node1 6530 1726776558.34785: Calling groups_inventory to load vars for managed_node1 6530 1726776558.34789: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.34797: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.34799: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.34801: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.34897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.35026: done with get_vars() 6530 1726776558.35032: done getting variables TASK [Run role with purge to remove everything] ******************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 Thursday 19 September 2024 16:09:18 -0400 (0:00:00.015) 0:00:02.623 **** 6530 1726776558.35088: entering _queue_task() for managed_node1/include_role 6530 1726776558.35251: worker is 1 (out of 1 available) 6530 1726776558.35263: exiting _queue_task() for managed_node1/include_role 6530 1726776558.35274: done queuing things up, now waiting for results queue to drain 6530 1726776558.35275: waiting for pending results... 6530 1726776558.35407: running TaskExecutor() for managed_node1/TASK: Run role with purge to remove everything 6530 1726776558.35460: in run() - task 12343ab9-b159-f2b7-2b7b-000000000097 6530 1726776558.35470: variable 'ansible_search_path' from source: unknown 6530 1726776558.35473: variable 'ansible_search_path' from source: unknown 6530 1726776558.35504: calling self._execute() 6530 1726776558.35552: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.35555: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.35564: variable 'omit' from source: magic vars 6530 1726776558.35636: _execute() done 6530 1726776558.35640: dumping result to json 6530 1726776558.35642: done dumping result, returning 6530 1726776558.35648: done running TaskExecutor() for managed_node1/TASK: Run role with purge to remove everything [12343ab9-b159-f2b7-2b7b-000000000097] 6530 1726776558.35653: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000097 6530 1726776558.35745: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000097 6530 1726776558.35749: WORKER PROCESS EXITING 6530 1726776558.35772: no more pending results, returning what we have 6530 1726776558.35776: in VariableManager get_vars() 6530 1726776558.35805: Calling all_inventory to load vars for managed_node1 6530 1726776558.35808: Calling groups_inventory to load vars for managed_node1 6530 1726776558.35812: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.35821: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.35823: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.35825: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.35925: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.36031: done with get_vars() 6530 1726776558.36036: variable 'ansible_search_path' from source: unknown 6530 1726776558.36037: variable 'ansible_search_path' from source: unknown 6530 1726776558.36205: variable 'omit' from source: magic vars 6530 1726776558.36227: variable 'omit' from source: magic vars 6530 1726776558.36235: variable 'omit' from source: magic vars 6530 1726776558.36238: we have included files to process 6530 1726776558.36238: generating all_blocks data 6530 1726776558.36239: done generating all_blocks data 6530 1726776558.36241: processing included file: fedora.linux_system_roles.kernel_settings 6530 1726776558.36254: in VariableManager get_vars() 6530 1726776558.36263: done with get_vars() 6530 1726776558.36282: in VariableManager get_vars() 6530 1726776558.36295: done with get_vars() 6530 1726776558.36320: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6530 1726776558.36372: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6530 1726776558.36390: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6530 1726776558.36436: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6530 1726776558.36732: in VariableManager get_vars() 6530 1726776558.36744: done with get_vars() 6530 1726776558.37550: in VariableManager get_vars() 6530 1726776558.37562: done with get_vars() 6530 1726776558.37663: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6530 1726776558.38041: iterating over new_blocks loaded from include file 6530 1726776558.38042: in VariableManager get_vars() 6530 1726776558.38053: done with get_vars() 6530 1726776558.38054: filtering new block on tags 6530 1726776558.38065: done filtering new block on tags 6530 1726776558.38067: in VariableManager get_vars() 6530 1726776558.38075: done with get_vars() 6530 1726776558.38077: filtering new block on tags 6530 1726776558.38089: done filtering new block on tags 6530 1726776558.38091: in VariableManager get_vars() 6530 1726776558.38100: done with get_vars() 6530 1726776558.38101: filtering new block on tags 6530 1726776558.38129: done filtering new block on tags 6530 1726776558.38131: in VariableManager get_vars() 6530 1726776558.38141: done with get_vars() 6530 1726776558.38142: filtering new block on tags 6530 1726776558.38151: done filtering new block on tags 6530 1726776558.38152: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node1 6530 1726776558.38155: extending task lists for all hosts with included blocks 6530 1726776558.38311: done extending task lists 6530 1726776558.38312: done processing included files 6530 1726776558.38313: results queue empty 6530 1726776558.38313: checking for any_errors_fatal 6530 1726776558.38315: done checking for any_errors_fatal 6530 1726776558.38316: checking for max_fail_percentage 6530 1726776558.38316: done checking for max_fail_percentage 6530 1726776558.38317: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.38317: done checking to see if all hosts have failed 6530 1726776558.38318: getting the remaining hosts for this loop 6530 1726776558.38318: done getting the remaining hosts for this loop 6530 1726776558.38320: getting the next task for host managed_node1 6530 1726776558.38322: done getting next task for host managed_node1 6530 1726776558.38324: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6530 1726776558.38326: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776558.38333: getting variables 6530 1726776558.38334: in VariableManager get_vars() 6530 1726776558.38342: Calling all_inventory to load vars for managed_node1 6530 1726776558.38343: Calling groups_inventory to load vars for managed_node1 6530 1726776558.38344: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.38348: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.38349: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.38351: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.38446: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.38563: done with get_vars() 6530 1726776558.38569: done getting variables 6530 1726776558.38596: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 16:09:18 -0400 (0:00:00.035) 0:00:02.659 **** 6530 1726776558.38621: entering _queue_task() for managed_node1/fail 6530 1726776558.38808: worker is 1 (out of 1 available) 6530 1726776558.38823: exiting _queue_task() for managed_node1/fail 6530 1726776558.38834: done queuing things up, now waiting for results queue to drain 6530 1726776558.38835: waiting for pending results... 6530 1726776558.38974: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6530 1726776558.39041: in run() - task 12343ab9-b159-f2b7-2b7b-00000000013d 6530 1726776558.39051: variable 'ansible_search_path' from source: unknown 6530 1726776558.39056: variable 'ansible_search_path' from source: unknown 6530 1726776558.39082: calling self._execute() 6530 1726776558.39134: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.39138: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.39145: variable 'omit' from source: magic vars 6530 1726776558.39452: variable 'kernel_settings_sysctl' from source: include params 6530 1726776558.39458: variable '__kernel_settings_state_empty' from source: role '' all vars 6530 1726776558.39467: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6530 1726776558.39653: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6530 1726776558.40981: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6530 1726776558.41027: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6530 1726776558.41052: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6530 1726776558.41077: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6530 1726776558.41097: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6530 1726776558.41163: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776558.41183: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776558.41202: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776558.41230: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776558.41242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776558.41277: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776558.41295: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776558.41314: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776558.41337: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776558.41350: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776558.41381: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776558.41399: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776558.41416: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776558.41442: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776558.41455: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776558.41630: variable 'kernel_settings_sysctl' from source: include params 6530 1726776558.41648: 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 6530 1726776558.41652: when evaluation is False, skipping this task 6530 1726776558.41655: _execute() done 6530 1726776558.41657: dumping result to json 6530 1726776558.41660: done dumping result, returning 6530 1726776558.41672: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [12343ab9-b159-f2b7-2b7b-00000000013d] 6530 1726776558.41674: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000013d 6530 1726776558.41749: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000013d 6530 1726776558.41752: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 6530 1726776558.41821: no more pending results, returning what we have 6530 1726776558.41824: results queue empty 6530 1726776558.41825: checking for any_errors_fatal 6530 1726776558.41827: done checking for any_errors_fatal 6530 1726776558.41827: checking for max_fail_percentage 6530 1726776558.41828: done checking for max_fail_percentage 6530 1726776558.41829: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.41830: done checking to see if all hosts have failed 6530 1726776558.41831: getting the remaining hosts for this loop 6530 1726776558.41832: done getting the remaining hosts for this loop 6530 1726776558.41835: getting the next task for host managed_node1 6530 1726776558.41840: done getting next task for host managed_node1 6530 1726776558.41843: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6530 1726776558.41846: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776558.41863: getting variables 6530 1726776558.41864: in VariableManager get_vars() 6530 1726776558.41894: Calling all_inventory to load vars for managed_node1 6530 1726776558.41896: Calling groups_inventory to load vars for managed_node1 6530 1726776558.41898: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.41906: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.41908: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.41913: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.42016: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.42148: done with get_vars() 6530 1726776558.42156: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 16:09:18 -0400 (0:00:00.035) 0:00:02.695 **** 6530 1726776558.42220: entering _queue_task() for managed_node1/include_tasks 6530 1726776558.42399: worker is 1 (out of 1 available) 6530 1726776558.42413: exiting _queue_task() for managed_node1/include_tasks 6530 1726776558.42425: done queuing things up, now waiting for results queue to drain 6530 1726776558.42427: waiting for pending results... 6530 1726776558.42570: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6530 1726776558.42641: in run() - task 12343ab9-b159-f2b7-2b7b-00000000013e 6530 1726776558.42652: variable 'ansible_search_path' from source: unknown 6530 1726776558.42656: variable 'ansible_search_path' from source: unknown 6530 1726776558.42680: calling self._execute() 6530 1726776558.42735: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.42739: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.42747: variable 'omit' from source: magic vars 6530 1726776558.42817: _execute() done 6530 1726776558.42823: dumping result to json 6530 1726776558.42825: done dumping result, returning 6530 1726776558.42869: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [12343ab9-b159-f2b7-2b7b-00000000013e] 6530 1726776558.42872: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000013e 6530 1726776558.42937: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000013e 6530 1726776558.42940: WORKER PROCESS EXITING 6530 1726776558.43002: no more pending results, returning what we have 6530 1726776558.43005: in VariableManager get_vars() 6530 1726776558.43030: Calling all_inventory to load vars for managed_node1 6530 1726776558.43032: Calling groups_inventory to load vars for managed_node1 6530 1726776558.43034: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.43039: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.43041: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.43043: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.43144: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.43255: done with get_vars() 6530 1726776558.43260: variable 'ansible_search_path' from source: unknown 6530 1726776558.43261: variable 'ansible_search_path' from source: unknown 6530 1726776558.43284: we have included files to process 6530 1726776558.43287: generating all_blocks data 6530 1726776558.43288: done generating all_blocks data 6530 1726776558.43292: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6530 1726776558.43293: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6530 1726776558.43294: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6530 1726776558.43833: done processing included file 6530 1726776558.43835: iterating over new_blocks loaded from include file 6530 1726776558.43836: in VariableManager get_vars() 6530 1726776558.43851: done with get_vars() 6530 1726776558.43852: filtering new block on tags 6530 1726776558.43861: done filtering new block on tags 6530 1726776558.43863: in VariableManager get_vars() 6530 1726776558.43875: done with get_vars() 6530 1726776558.43876: filtering new block on tags 6530 1726776558.43889: done filtering new block on tags 6530 1726776558.43890: in VariableManager get_vars() 6530 1726776558.43903: done with get_vars() 6530 1726776558.43904: filtering new block on tags 6530 1726776558.43917: done filtering new block on tags 6530 1726776558.43918: in VariableManager get_vars() 6530 1726776558.43932: done with get_vars() 6530 1726776558.43933: filtering new block on tags 6530 1726776558.43941: done filtering new block on tags 6530 1726776558.43942: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node1 6530 1726776558.43946: extending task lists for all hosts with included blocks 6530 1726776558.44070: done extending task lists 6530 1726776558.44071: done processing included files 6530 1726776558.44072: results queue empty 6530 1726776558.44072: checking for any_errors_fatal 6530 1726776558.44074: done checking for any_errors_fatal 6530 1726776558.44074: checking for max_fail_percentage 6530 1726776558.44075: done checking for max_fail_percentage 6530 1726776558.44076: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.44076: done checking to see if all hosts have failed 6530 1726776558.44076: getting the remaining hosts for this loop 6530 1726776558.44077: done getting the remaining hosts for this loop 6530 1726776558.44079: getting the next task for host managed_node1 6530 1726776558.44081: done getting next task for host managed_node1 6530 1726776558.44083: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6530 1726776558.44087: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776558.44093: getting variables 6530 1726776558.44093: in VariableManager get_vars() 6530 1726776558.44101: Calling all_inventory to load vars for managed_node1 6530 1726776558.44103: Calling groups_inventory to load vars for managed_node1 6530 1726776558.44104: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.44107: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.44108: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.44112: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.44195: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.44320: done with get_vars() 6530 1726776558.44327: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 16:09:18 -0400 (0:00:00.021) 0:00:02.716 **** 6530 1726776558.44375: entering _queue_task() for managed_node1/setup 6530 1726776558.44576: worker is 1 (out of 1 available) 6530 1726776558.44592: exiting _queue_task() for managed_node1/setup 6530 1726776558.44604: done queuing things up, now waiting for results queue to drain 6530 1726776558.44606: waiting for pending results... 6530 1726776558.44754: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6530 1726776558.44829: in run() - task 12343ab9-b159-f2b7-2b7b-0000000001b9 6530 1726776558.44838: variable 'ansible_search_path' from source: unknown 6530 1726776558.44842: variable 'ansible_search_path' from source: unknown 6530 1726776558.44867: calling self._execute() 6530 1726776558.44924: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.44927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.44935: variable 'omit' from source: magic vars 6530 1726776558.45290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6530 1726776558.46781: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6530 1726776558.46827: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6530 1726776558.46853: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6530 1726776558.46888: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6530 1726776558.46912: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6530 1726776558.46965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776558.46987: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776558.47005: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776558.47034: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776558.47044: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776558.47081: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776558.47099: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776558.47118: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776558.47144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776558.47154: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776558.47266: variable '__kernel_settings_required_facts' from source: role '' all vars 6530 1726776558.47274: variable 'ansible_facts' from source: unknown 6530 1726776558.47327: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6530 1726776558.47330: when evaluation is False, skipping this task 6530 1726776558.47332: _execute() done 6530 1726776558.47337: dumping result to json 6530 1726776558.47339: done dumping result, returning 6530 1726776558.47347: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [12343ab9-b159-f2b7-2b7b-0000000001b9] 6530 1726776558.47349: sending task result for task 12343ab9-b159-f2b7-2b7b-0000000001b9 6530 1726776558.47428: done sending task result for task 12343ab9-b159-f2b7-2b7b-0000000001b9 6530 1726776558.47431: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6530 1726776558.47496: no more pending results, returning what we have 6530 1726776558.47499: results queue empty 6530 1726776558.47500: checking for any_errors_fatal 6530 1726776558.47501: done checking for any_errors_fatal 6530 1726776558.47502: checking for max_fail_percentage 6530 1726776558.47503: done checking for max_fail_percentage 6530 1726776558.47504: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.47505: done checking to see if all hosts have failed 6530 1726776558.47506: getting the remaining hosts for this loop 6530 1726776558.47507: done getting the remaining hosts for this loop 6530 1726776558.47513: getting the next task for host managed_node1 6530 1726776558.47522: done getting next task for host managed_node1 6530 1726776558.47525: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6530 1726776558.47529: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776558.47542: getting variables 6530 1726776558.47543: in VariableManager get_vars() 6530 1726776558.47571: Calling all_inventory to load vars for managed_node1 6530 1726776558.47574: Calling groups_inventory to load vars for managed_node1 6530 1726776558.47576: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.47583: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.47587: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.47590: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.47704: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.47825: done with get_vars() 6530 1726776558.47832: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 16:09:18 -0400 (0:00:00.035) 0:00:02.752 **** 6530 1726776558.47902: entering _queue_task() for managed_node1/stat 6530 1726776558.48083: worker is 1 (out of 1 available) 6530 1726776558.48096: exiting _queue_task() for managed_node1/stat 6530 1726776558.48108: done queuing things up, now waiting for results queue to drain 6530 1726776558.48112: waiting for pending results... 6530 1726776558.48257: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6530 1726776558.48341: in run() - task 12343ab9-b159-f2b7-2b7b-0000000001bb 6530 1726776558.48351: variable 'ansible_search_path' from source: unknown 6530 1726776558.48354: variable 'ansible_search_path' from source: unknown 6530 1726776558.48379: calling self._execute() 6530 1726776558.48435: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.48440: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.48448: variable 'omit' from source: magic vars 6530 1726776558.48760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6530 1726776558.48955: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6530 1726776558.48990: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6530 1726776558.49015: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6530 1726776558.49037: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6530 1726776558.49097: 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) 6530 1726776558.49183: 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) 6530 1726776558.49189: 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) 6530 1726776558.49192: 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) 6530 1726776558.49227: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 6530 1726776558.49231: variable 'omit' from source: magic vars 6530 1726776558.49269: variable 'omit' from source: magic vars 6530 1726776558.49292: variable 'omit' from source: magic vars 6530 1726776558.49313: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776558.49332: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776558.49346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776558.49358: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776558.49367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776558.49389: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776558.49392: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.49396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.49459: Set connection var ansible_timeout to 10 6530 1726776558.49463: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776558.49466: Set connection var ansible_shell_type to sh 6530 1726776558.49471: Set connection var ansible_shell_executable to /bin/sh 6530 1726776558.49478: Set connection var ansible_pipelining to False 6530 1726776558.49484: Set connection var ansible_connection to ssh 6530 1726776558.49500: variable 'ansible_shell_executable' from source: unknown 6530 1726776558.49503: variable 'ansible_connection' from source: unknown 6530 1726776558.49508: variable 'ansible_module_compression' from source: unknown 6530 1726776558.49512: variable 'ansible_shell_type' from source: unknown 6530 1726776558.49515: variable 'ansible_shell_executable' from source: unknown 6530 1726776558.49517: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.49521: variable 'ansible_pipelining' from source: unknown 6530 1726776558.49523: variable 'ansible_timeout' from source: unknown 6530 1726776558.49525: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.49643: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6530 1726776558.49647: variable 'omit' from source: magic vars 6530 1726776558.49649: starting attempt loop 6530 1726776558.49651: running the handler 6530 1726776558.49653: _low_level_execute_command(): starting 6530 1726776558.49656: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776558.50142: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776558.50145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.50147: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776558.50150: 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 <<< 6530 1726776558.50152: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.50191: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776558.50203: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776558.50298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776558.52000: stdout chunk (state=3): >>>/root <<< 6530 1726776558.52101: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776558.52132: stderr chunk (state=3): >>><<< 6530 1726776558.52135: stdout chunk (state=3): >>><<< 6530 1726776558.52153: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776558.52167: _low_level_execute_command(): starting 6530 1726776558.52175: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043 `" && echo ansible-tmp-1726776558.5215302-6583-133262069727043="` echo /root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043 `" ) && sleep 0' 6530 1726776558.52620: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776558.52623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776558.52626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.52628: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776558.52630: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.52678: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776558.52681: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776558.52687: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776558.52765: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776558.54740: stdout chunk (state=3): >>>ansible-tmp-1726776558.5215302-6583-133262069727043=/root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043 <<< 6530 1726776558.54843: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776558.54870: stderr chunk (state=3): >>><<< 6530 1726776558.54873: stdout chunk (state=3): >>><<< 6530 1726776558.54892: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776558.5215302-6583-133262069727043=/root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776558.54930: variable 'ansible_module_compression' from source: unknown 6530 1726776558.54972: ANSIBALLZ: Using lock for stat 6530 1726776558.54975: ANSIBALLZ: Acquiring lock 6530 1726776558.54978: ANSIBALLZ: Lock acquired: 140394394999296 6530 1726776558.54980: ANSIBALLZ: Creating module 6530 1726776558.63084: ANSIBALLZ: Writing module into payload 6530 1726776558.63148: ANSIBALLZ: Writing module 6530 1726776558.63167: ANSIBALLZ: Renaming module 6530 1726776558.63172: ANSIBALLZ: Done creating module 6530 1726776558.63187: variable 'ansible_facts' from source: unknown 6530 1726776558.63233: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043/AnsiballZ_stat.py 6530 1726776558.63332: Sending initial data 6530 1726776558.63335: Sent initial data (151 bytes) 6530 1726776558.63782: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776558.63785: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776558.63789: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6530 1726776558.63791: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776558.63794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.63844: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776558.63847: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776558.63850: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776558.63937: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776558.65755: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6530 1726776558.65763: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776558.65832: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776558.65916: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmp7y9acelf /root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043/AnsiballZ_stat.py <<< 6530 1726776558.65922: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043/AnsiballZ_stat.py" <<< 6530 1726776558.65994: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmp7y9acelf" to remote "/root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043/AnsiballZ_stat.py" <<< 6530 1726776558.66654: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776558.66697: stderr chunk (state=3): >>><<< 6530 1726776558.66700: stdout chunk (state=3): >>><<< 6530 1726776558.66729: done transferring module to remote 6530 1726776558.66738: _low_level_execute_command(): starting 6530 1726776558.66742: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043/ /root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043/AnsiballZ_stat.py && sleep 0' 6530 1726776558.67171: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776558.67175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.67177: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776558.67179: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776558.67181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.67228: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776558.67231: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776558.67317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776558.69105: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776558.69132: stderr chunk (state=3): >>><<< 6530 1726776558.69135: stdout chunk (state=3): >>><<< 6530 1726776558.69149: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776558.69152: _low_level_execute_command(): starting 6530 1726776558.69156: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043/AnsiballZ_stat.py && sleep 0' 6530 1726776558.69570: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776558.69573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776558.69576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.69578: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776558.69580: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.69634: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776558.69641: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776558.69644: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776558.69724: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776558.85170: 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"}}} <<< 6530 1726776558.86445: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776558.86472: stderr chunk (state=3): >>><<< 6530 1726776558.86475: stdout chunk (state=3): >>><<< 6530 1726776558.86490: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776558.86516: 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-1726776558.5215302-6583-133262069727043/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776558.86524: _low_level_execute_command(): starting 6530 1726776558.86532: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776558.5215302-6583-133262069727043/ > /dev/null 2>&1 && sleep 0' 6530 1726776558.86979: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776558.86983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776558.86985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.86989: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776558.86991: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.87044: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776558.87053: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776558.87055: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776558.87130: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776558.89024: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776558.89050: stderr chunk (state=3): >>><<< 6530 1726776558.89053: stdout chunk (state=3): >>><<< 6530 1726776558.89066: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776558.89071: handler run complete 6530 1726776558.89090: attempt loop complete, returning result 6530 1726776558.89093: _execute() done 6530 1726776558.89096: dumping result to json 6530 1726776558.89100: done dumping result, returning 6530 1726776558.89109: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [12343ab9-b159-f2b7-2b7b-0000000001bb] 6530 1726776558.89115: sending task result for task 12343ab9-b159-f2b7-2b7b-0000000001bb 6530 1726776558.89204: done sending task result for task 12343ab9-b159-f2b7-2b7b-0000000001bb 6530 1726776558.89207: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 6530 1726776558.89309: no more pending results, returning what we have 6530 1726776558.89312: results queue empty 6530 1726776558.89313: checking for any_errors_fatal 6530 1726776558.89319: done checking for any_errors_fatal 6530 1726776558.89320: checking for max_fail_percentage 6530 1726776558.89321: done checking for max_fail_percentage 6530 1726776558.89322: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.89323: done checking to see if all hosts have failed 6530 1726776558.89323: getting the remaining hosts for this loop 6530 1726776558.89325: done getting the remaining hosts for this loop 6530 1726776558.89328: getting the next task for host managed_node1 6530 1726776558.89334: done getting next task for host managed_node1 6530 1726776558.89337: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6530 1726776558.89341: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776558.89351: getting variables 6530 1726776558.89352: in VariableManager get_vars() 6530 1726776558.89383: Calling all_inventory to load vars for managed_node1 6530 1726776558.89385: Calling groups_inventory to load vars for managed_node1 6530 1726776558.89389: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.89397: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.89399: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.89401: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.89552: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.89671: done with get_vars() 6530 1726776558.89680: done getting variables 6530 1726776558.89749: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 16:09:18 -0400 (0:00:00.418) 0:00:03.170 **** 6530 1726776558.89773: entering _queue_task() for managed_node1/set_fact 6530 1726776558.89774: Creating lock for set_fact 6530 1726776558.89969: worker is 1 (out of 1 available) 6530 1726776558.89980: exiting _queue_task() for managed_node1/set_fact 6530 1726776558.89992: done queuing things up, now waiting for results queue to drain 6530 1726776558.89994: waiting for pending results... 6530 1726776558.90146: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6530 1726776558.90230: in run() - task 12343ab9-b159-f2b7-2b7b-0000000001bc 6530 1726776558.90241: variable 'ansible_search_path' from source: unknown 6530 1726776558.90245: variable 'ansible_search_path' from source: unknown 6530 1726776558.90271: calling self._execute() 6530 1726776558.90329: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.90332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.90341: variable 'omit' from source: magic vars 6530 1726776558.90661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6530 1726776558.90830: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6530 1726776558.90859: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6530 1726776558.90885: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6530 1726776558.90912: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6530 1726776558.91149: 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) 6530 1726776558.91166: 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) 6530 1726776558.91184: 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) 6530 1726776558.91206: 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) 6530 1726776558.91288: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 6530 1726776558.91291: variable 'omit' from source: magic vars 6530 1726776558.91338: variable 'omit' from source: magic vars 6530 1726776558.91417: variable '__ostree_booted_stat' from source: set_fact 6530 1726776558.91450: variable 'omit' from source: magic vars 6530 1726776558.91468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776558.91489: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776558.91504: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776558.91523: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776558.91529: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776558.91549: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776558.91553: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.91555: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.91620: Set connection var ansible_timeout to 10 6530 1726776558.91624: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776558.91628: Set connection var ansible_shell_type to sh 6530 1726776558.91636: Set connection var ansible_shell_executable to /bin/sh 6530 1726776558.91639: Set connection var ansible_pipelining to False 6530 1726776558.91645: Set connection var ansible_connection to ssh 6530 1726776558.91660: variable 'ansible_shell_executable' from source: unknown 6530 1726776558.91663: variable 'ansible_connection' from source: unknown 6530 1726776558.91666: variable 'ansible_module_compression' from source: unknown 6530 1726776558.91668: variable 'ansible_shell_type' from source: unknown 6530 1726776558.91670: variable 'ansible_shell_executable' from source: unknown 6530 1726776558.91672: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.91676: variable 'ansible_pipelining' from source: unknown 6530 1726776558.91678: variable 'ansible_timeout' from source: unknown 6530 1726776558.91682: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.91751: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776558.91760: variable 'omit' from source: magic vars 6530 1726776558.91765: starting attempt loop 6530 1726776558.91768: running the handler 6530 1726776558.91777: handler run complete 6530 1726776558.91784: attempt loop complete, returning result 6530 1726776558.91789: _execute() done 6530 1726776558.91791: dumping result to json 6530 1726776558.91795: done dumping result, returning 6530 1726776558.91802: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [12343ab9-b159-f2b7-2b7b-0000000001bc] 6530 1726776558.91806: sending task result for task 12343ab9-b159-f2b7-2b7b-0000000001bc 6530 1726776558.91882: done sending task result for task 12343ab9-b159-f2b7-2b7b-0000000001bc 6530 1726776558.91885: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } 6530 1726776558.91943: no more pending results, returning what we have 6530 1726776558.91945: results queue empty 6530 1726776558.91946: checking for any_errors_fatal 6530 1726776558.91951: done checking for any_errors_fatal 6530 1726776558.91951: checking for max_fail_percentage 6530 1726776558.91953: done checking for max_fail_percentage 6530 1726776558.91953: checking to see if all hosts have failed and the running result is not ok 6530 1726776558.91954: done checking to see if all hosts have failed 6530 1726776558.91955: getting the remaining hosts for this loop 6530 1726776558.91956: done getting the remaining hosts for this loop 6530 1726776558.91959: getting the next task for host managed_node1 6530 1726776558.91966: done getting next task for host managed_node1 6530 1726776558.91969: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6530 1726776558.91973: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776558.91989: getting variables 6530 1726776558.91991: in VariableManager get_vars() 6530 1726776558.92019: Calling all_inventory to load vars for managed_node1 6530 1726776558.92021: Calling groups_inventory to load vars for managed_node1 6530 1726776558.92023: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776558.92030: Calling all_plugins_play to load vars for managed_node1 6530 1726776558.92033: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776558.92035: Calling groups_plugins_play to load vars for managed_node1 6530 1726776558.92143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776558.92262: done with get_vars() 6530 1726776558.92269: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 16:09:18 -0400 (0:00:00.025) 0:00:03.196 **** 6530 1726776558.92335: entering _queue_task() for managed_node1/stat 6530 1726776558.92512: worker is 1 (out of 1 available) 6530 1726776558.92525: exiting _queue_task() for managed_node1/stat 6530 1726776558.92536: done queuing things up, now waiting for results queue to drain 6530 1726776558.92537: waiting for pending results... 6530 1726776558.92690: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6530 1726776558.92765: in run() - task 12343ab9-b159-f2b7-2b7b-0000000001be 6530 1726776558.92776: variable 'ansible_search_path' from source: unknown 6530 1726776558.92779: variable 'ansible_search_path' from source: unknown 6530 1726776558.92806: calling self._execute() 6530 1726776558.92857: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.92861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.92870: variable 'omit' from source: magic vars 6530 1726776558.93362: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6530 1726776558.93519: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6530 1726776558.93548: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6530 1726776558.93571: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6530 1726776558.93596: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6530 1726776558.93657: 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) 6530 1726776558.93673: 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) 6530 1726776558.93693: 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) 6530 1726776558.93710: 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) 6530 1726776558.93790: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 6530 1726776558.93796: variable 'omit' from source: magic vars 6530 1726776558.93839: variable 'omit' from source: magic vars 6530 1726776558.93861: variable 'omit' from source: magic vars 6530 1726776558.93879: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776558.93904: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776558.93920: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776558.93933: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776558.93941: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776558.93965: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776558.93968: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.93971: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.94034: Set connection var ansible_timeout to 10 6530 1726776558.94039: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776558.94041: Set connection var ansible_shell_type to sh 6530 1726776558.94046: Set connection var ansible_shell_executable to /bin/sh 6530 1726776558.94052: Set connection var ansible_pipelining to False 6530 1726776558.94064: Set connection var ansible_connection to ssh 6530 1726776558.94075: variable 'ansible_shell_executable' from source: unknown 6530 1726776558.94077: variable 'ansible_connection' from source: unknown 6530 1726776558.94080: variable 'ansible_module_compression' from source: unknown 6530 1726776558.94082: variable 'ansible_shell_type' from source: unknown 6530 1726776558.94085: variable 'ansible_shell_executable' from source: unknown 6530 1726776558.94089: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776558.94092: variable 'ansible_pipelining' from source: unknown 6530 1726776558.94094: variable 'ansible_timeout' from source: unknown 6530 1726776558.94099: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776558.94192: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6530 1726776558.94201: variable 'omit' from source: magic vars 6530 1726776558.94205: starting attempt loop 6530 1726776558.94208: running the handler 6530 1726776558.94220: _low_level_execute_command(): starting 6530 1726776558.94227: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776558.94714: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776558.94718: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.94721: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776558.94723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.94775: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776558.94778: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776558.94781: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776558.94868: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776558.96696: stdout chunk (state=3): >>>/root <<< 6530 1726776558.96793: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776558.96820: stderr chunk (state=3): >>><<< 6530 1726776558.96824: stdout chunk (state=3): >>><<< 6530 1726776558.96840: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776558.96852: _low_level_execute_command(): starting 6530 1726776558.96858: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010 `" && echo ansible-tmp-1726776558.9683976-6592-238112187705010="` echo /root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010 `" ) && sleep 0' 6530 1726776558.97271: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776558.97275: 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 <<< 6530 1726776558.97277: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.97279: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776558.97281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776558.97283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776558.97338: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776558.97340: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776558.97444: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776558.99382: stdout chunk (state=3): >>>ansible-tmp-1726776558.9683976-6592-238112187705010=/root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010 <<< 6530 1726776558.99697: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776558.99701: stdout chunk (state=3): >>><<< 6530 1726776558.99704: stderr chunk (state=3): >>><<< 6530 1726776558.99706: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776558.9683976-6592-238112187705010=/root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776558.99708: variable 'ansible_module_compression' from source: unknown 6530 1726776558.99710: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6530 1726776558.99748: variable 'ansible_facts' from source: unknown 6530 1726776558.99856: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010/AnsiballZ_stat.py 6530 1726776559.00067: Sending initial data 6530 1726776559.00069: Sent initial data (151 bytes) 6530 1726776559.00633: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776559.00648: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776559.00663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776559.00683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776559.00709: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776559.00819: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776559.00832: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776559.00945: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776559.02612: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776559.02714: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776559.02797: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpnm6t9qor /root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010/AnsiballZ_stat.py <<< 6530 1726776559.02807: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010/AnsiballZ_stat.py" <<< 6530 1726776559.02866: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpnm6t9qor" to remote "/root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010/AnsiballZ_stat.py" <<< 6530 1726776559.03803: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776559.03840: stderr chunk (state=3): >>><<< 6530 1726776559.03852: stdout chunk (state=3): >>><<< 6530 1726776559.03976: done transferring module to remote 6530 1726776559.03979: _low_level_execute_command(): starting 6530 1726776559.03982: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010/ /root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010/AnsiballZ_stat.py && sleep 0' 6530 1726776559.04542: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776559.04602: 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.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776559.04665: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776559.04682: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776559.04703: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776559.04810: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776559.06772: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776559.06799: stdout chunk (state=3): >>><<< 6530 1726776559.06804: stderr chunk (state=3): >>><<< 6530 1726776559.06904: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776559.06907: _low_level_execute_command(): starting 6530 1726776559.06910: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010/AnsiballZ_stat.py && sleep 0' 6530 1726776559.07481: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776559.07531: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776559.07545: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776559.07628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776559.07654: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776559.07778: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776559.22881: 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"}}} <<< 6530 1726776559.24163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776559.24191: stderr chunk (state=3): >>><<< 6530 1726776559.24195: stdout chunk (state=3): >>><<< 6530 1726776559.24212: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776559.24232: 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-1726776558.9683976-6592-238112187705010/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776559.24240: _low_level_execute_command(): starting 6530 1726776559.24244: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776558.9683976-6592-238112187705010/ > /dev/null 2>&1 && sleep 0' 6530 1726776559.24905: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776559.24911: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776559.24915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776559.25091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776559.25099: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776559.25102: stderr chunk (state=3): >>>debug2: match not found <<< 6530 1726776559.25105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776559.25107: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6530 1726776559.25113: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address <<< 6530 1726776559.25115: 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.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776559.25117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776559.25121: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776559.25123: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776559.25207: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776559.27139: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776559.27160: stderr chunk (state=3): >>><<< 6530 1726776559.27163: stdout chunk (state=3): >>><<< 6530 1726776559.27176: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776559.27182: handler run complete 6530 1726776559.27198: attempt loop complete, returning result 6530 1726776559.27201: _execute() done 6530 1726776559.27204: dumping result to json 6530 1726776559.27208: done dumping result, returning 6530 1726776559.27219: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [12343ab9-b159-f2b7-2b7b-0000000001be] 6530 1726776559.27221: sending task result for task 12343ab9-b159-f2b7-2b7b-0000000001be 6530 1726776559.27317: done sending task result for task 12343ab9-b159-f2b7-2b7b-0000000001be 6530 1726776559.27321: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 6530 1726776559.27413: no more pending results, returning what we have 6530 1726776559.27416: results queue empty 6530 1726776559.27417: checking for any_errors_fatal 6530 1726776559.27423: done checking for any_errors_fatal 6530 1726776559.27423: checking for max_fail_percentage 6530 1726776559.27425: done checking for max_fail_percentage 6530 1726776559.27426: checking to see if all hosts have failed and the running result is not ok 6530 1726776559.27426: done checking to see if all hosts have failed 6530 1726776559.27427: getting the remaining hosts for this loop 6530 1726776559.27429: done getting the remaining hosts for this loop 6530 1726776559.27432: getting the next task for host managed_node1 6530 1726776559.27438: done getting next task for host managed_node1 6530 1726776559.27441: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6530 1726776559.27445: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776559.27454: getting variables 6530 1726776559.27456: in VariableManager get_vars() 6530 1726776559.27492: Calling all_inventory to load vars for managed_node1 6530 1726776559.27499: Calling groups_inventory to load vars for managed_node1 6530 1726776559.27502: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776559.27510: Calling all_plugins_play to load vars for managed_node1 6530 1726776559.27513: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776559.27516: Calling groups_plugins_play to load vars for managed_node1 6530 1726776559.27905: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776559.28110: done with get_vars() 6530 1726776559.28120: done getting variables 6530 1726776559.28184: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 16:09:19 -0400 (0:00:00.358) 0:00:03.555 **** 6530 1726776559.28218: entering _queue_task() for managed_node1/set_fact 6530 1726776559.28467: worker is 1 (out of 1 available) 6530 1726776559.28483: exiting _queue_task() for managed_node1/set_fact 6530 1726776559.28495: done queuing things up, now waiting for results queue to drain 6530 1726776559.28497: waiting for pending results... 6530 1726776559.28777: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6530 1726776559.28856: in run() - task 12343ab9-b159-f2b7-2b7b-0000000001bf 6530 1726776559.28870: variable 'ansible_search_path' from source: unknown 6530 1726776559.28909: variable 'ansible_search_path' from source: unknown 6530 1726776559.28922: calling self._execute() 6530 1726776559.28992: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776559.29008: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776559.29019: variable 'omit' from source: magic vars 6530 1726776559.29505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6530 1726776559.29729: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6530 1726776559.29776: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6530 1726776559.29813: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6530 1726776559.29883: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6530 1726776559.29992: 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) 6530 1726776559.30009: 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) 6530 1726776559.30090: 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) 6530 1726776559.30094: 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) 6530 1726776559.30191: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 6530 1726776559.30195: variable 'omit' from source: magic vars 6530 1726776559.30239: variable 'omit' from source: magic vars 6530 1726776559.30324: variable '__transactional_update_stat' from source: set_fact 6530 1726776559.30359: variable 'omit' from source: magic vars 6530 1726776559.30381: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776559.30407: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776559.30421: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776559.30433: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776559.30441: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776559.30462: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776559.30465: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776559.30467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776559.30533: Set connection var ansible_timeout to 10 6530 1726776559.30539: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776559.30541: Set connection var ansible_shell_type to sh 6530 1726776559.30546: Set connection var ansible_shell_executable to /bin/sh 6530 1726776559.30553: Set connection var ansible_pipelining to False 6530 1726776559.30558: Set connection var ansible_connection to ssh 6530 1726776559.30575: variable 'ansible_shell_executable' from source: unknown 6530 1726776559.30578: variable 'ansible_connection' from source: unknown 6530 1726776559.30582: variable 'ansible_module_compression' from source: unknown 6530 1726776559.30585: variable 'ansible_shell_type' from source: unknown 6530 1726776559.30588: variable 'ansible_shell_executable' from source: unknown 6530 1726776559.30590: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776559.30593: variable 'ansible_pipelining' from source: unknown 6530 1726776559.30595: variable 'ansible_timeout' from source: unknown 6530 1726776559.30597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776559.30663: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776559.30672: variable 'omit' from source: magic vars 6530 1726776559.30676: starting attempt loop 6530 1726776559.30679: running the handler 6530 1726776559.30690: handler run complete 6530 1726776559.30697: attempt loop complete, returning result 6530 1726776559.30699: _execute() done 6530 1726776559.30702: dumping result to json 6530 1726776559.30707: done dumping result, returning 6530 1726776559.30718: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [12343ab9-b159-f2b7-2b7b-0000000001bf] 6530 1726776559.30720: sending task result for task 12343ab9-b159-f2b7-2b7b-0000000001bf 6530 1726776559.30794: done sending task result for task 12343ab9-b159-f2b7-2b7b-0000000001bf 6530 1726776559.30797: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } 6530 1726776559.30874: no more pending results, returning what we have 6530 1726776559.30877: results queue empty 6530 1726776559.30878: checking for any_errors_fatal 6530 1726776559.30883: done checking for any_errors_fatal 6530 1726776559.30883: checking for max_fail_percentage 6530 1726776559.30885: done checking for max_fail_percentage 6530 1726776559.30888: checking to see if all hosts have failed and the running result is not ok 6530 1726776559.30888: done checking to see if all hosts have failed 6530 1726776559.30889: getting the remaining hosts for this loop 6530 1726776559.30890: done getting the remaining hosts for this loop 6530 1726776559.30893: getting the next task for host managed_node1 6530 1726776559.30901: done getting next task for host managed_node1 6530 1726776559.30903: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6530 1726776559.30907: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776559.30924: getting variables 6530 1726776559.30925: in VariableManager get_vars() 6530 1726776559.30953: Calling all_inventory to load vars for managed_node1 6530 1726776559.30955: Calling groups_inventory to load vars for managed_node1 6530 1726776559.30958: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776559.30965: Calling all_plugins_play to load vars for managed_node1 6530 1726776559.30967: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776559.30968: Calling groups_plugins_play to load vars for managed_node1 6530 1726776559.31072: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776559.31195: done with get_vars() 6530 1726776559.31203: done getting variables 6530 1726776559.31283: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 16:09:19 -0400 (0:00:00.030) 0:00:03.586 **** 6530 1726776559.31308: entering _queue_task() for managed_node1/include_vars 6530 1726776559.31311: Creating lock for include_vars 6530 1726776559.31497: worker is 1 (out of 1 available) 6530 1726776559.31508: exiting _queue_task() for managed_node1/include_vars 6530 1726776559.31522: done queuing things up, now waiting for results queue to drain 6530 1726776559.31524: waiting for pending results... 6530 1726776559.31671: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6530 1726776559.31752: in run() - task 12343ab9-b159-f2b7-2b7b-0000000001c1 6530 1726776559.31765: variable 'ansible_search_path' from source: unknown 6530 1726776559.31769: variable 'ansible_search_path' from source: unknown 6530 1726776559.31796: calling self._execute() 6530 1726776559.31973: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776559.31977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776559.31980: variable 'omit' from source: magic vars 6530 1726776559.32038: variable 'omit' from source: magic vars 6530 1726776559.32137: variable 'omit' from source: magic vars 6530 1726776559.32425: variable 'ffparams' from source: task vars 6530 1726776559.32591: variable 'ansible_facts' from source: unknown 6530 1726776559.32734: variable 'ansible_facts' from source: unknown 6530 1726776559.32846: variable 'ansible_facts' from source: unknown 6530 1726776559.32972: variable 'ansible_facts' from source: unknown 6530 1726776559.33072: variable 'role_path' from source: magic vars 6530 1726776559.33192: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6530 1726776559.33332: Loaded config def from plugin (lookup/first_found) 6530 1726776559.33335: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6530 1726776559.33364: variable 'ansible_search_path' from source: unknown 6530 1726776559.33379: variable 'ansible_search_path' from source: unknown 6530 1726776559.33391: variable 'ansible_search_path' from source: unknown 6530 1726776559.33394: variable 'ansible_search_path' from source: unknown 6530 1726776559.33401: variable 'ansible_search_path' from source: unknown 6530 1726776559.33417: variable 'omit' from source: magic vars 6530 1726776559.33435: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776559.33453: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776559.33467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776559.33480: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776559.33489: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776559.33513: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776559.33516: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776559.33519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776559.33574: Set connection var ansible_timeout to 10 6530 1726776559.33578: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776559.33580: Set connection var ansible_shell_type to sh 6530 1726776559.33587: Set connection var ansible_shell_executable to /bin/sh 6530 1726776559.33594: Set connection var ansible_pipelining to False 6530 1726776559.33605: Set connection var ansible_connection to ssh 6530 1726776559.33618: variable 'ansible_shell_executable' from source: unknown 6530 1726776559.33621: variable 'ansible_connection' from source: unknown 6530 1726776559.33623: variable 'ansible_module_compression' from source: unknown 6530 1726776559.33626: variable 'ansible_shell_type' from source: unknown 6530 1726776559.33628: variable 'ansible_shell_executable' from source: unknown 6530 1726776559.33630: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776559.33634: variable 'ansible_pipelining' from source: unknown 6530 1726776559.33636: variable 'ansible_timeout' from source: unknown 6530 1726776559.33640: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776559.33713: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776559.33717: variable 'omit' from source: magic vars 6530 1726776559.33724: starting attempt loop 6530 1726776559.33727: running the handler 6530 1726776559.33767: handler run complete 6530 1726776559.33775: attempt loop complete, returning result 6530 1726776559.33778: _execute() done 6530 1726776559.33781: dumping result to json 6530 1726776559.33785: done dumping result, returning 6530 1726776559.33794: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [12343ab9-b159-f2b7-2b7b-0000000001c1] 6530 1726776559.33798: sending task result for task 12343ab9-b159-f2b7-2b7b-0000000001c1 ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 6530 1726776559.34008: done sending task result for task 12343ab9-b159-f2b7-2b7b-0000000001c1 6530 1726776559.34013: WORKER PROCESS EXITING 6530 1726776559.34024: no more pending results, returning what we have 6530 1726776559.34026: results queue empty 6530 1726776559.34027: checking for any_errors_fatal 6530 1726776559.34031: done checking for any_errors_fatal 6530 1726776559.34031: checking for max_fail_percentage 6530 1726776559.34033: done checking for max_fail_percentage 6530 1726776559.34033: checking to see if all hosts have failed and the running result is not ok 6530 1726776559.34034: done checking to see if all hosts have failed 6530 1726776559.34035: getting the remaining hosts for this loop 6530 1726776559.34036: done getting the remaining hosts for this loop 6530 1726776559.34038: getting the next task for host managed_node1 6530 1726776559.34044: done getting next task for host managed_node1 6530 1726776559.34046: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6530 1726776559.34049: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776559.34055: getting variables 6530 1726776559.34056: in VariableManager get_vars() 6530 1726776559.34072: Calling all_inventory to load vars for managed_node1 6530 1726776559.34074: Calling groups_inventory to load vars for managed_node1 6530 1726776559.34075: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776559.34084: Calling all_plugins_play to load vars for managed_node1 6530 1726776559.34088: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776559.34090: Calling groups_plugins_play to load vars for managed_node1 6530 1726776559.34185: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776559.34306: done with get_vars() 6530 1726776559.34315: done getting variables 6530 1726776559.34379: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 16:09:19 -0400 (0:00:00.030) 0:00:03.617 **** 6530 1726776559.34402: entering _queue_task() for managed_node1/package 6530 1726776559.34404: Creating lock for package 6530 1726776559.34629: worker is 1 (out of 1 available) 6530 1726776559.34641: exiting _queue_task() for managed_node1/package 6530 1726776559.34652: done queuing things up, now waiting for results queue to drain 6530 1726776559.34653: waiting for pending results... 6530 1726776559.34922: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6530 1726776559.35048: in run() - task 12343ab9-b159-f2b7-2b7b-00000000013f 6530 1726776559.35068: variable 'ansible_search_path' from source: unknown 6530 1726776559.35076: variable 'ansible_search_path' from source: unknown 6530 1726776559.35134: calling self._execute() 6530 1726776559.35221: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776559.35234: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776559.35249: variable 'omit' from source: magic vars 6530 1726776559.35363: variable 'omit' from source: magic vars 6530 1726776559.35436: variable 'omit' from source: magic vars 6530 1726776559.35462: variable '__kernel_settings_packages' from source: include_vars 6530 1726776559.35870: variable '__kernel_settings_packages' from source: include_vars 6530 1726776559.36005: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6530 1726776559.38162: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6530 1726776559.38240: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6530 1726776559.38290: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6530 1726776559.38335: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6530 1726776559.38371: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6530 1726776559.38497: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776559.38536: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776559.38571: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776559.38627: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776559.38649: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776559.38792: variable '__kernel_settings_is_ostree' from source: set_fact 6530 1726776559.38798: variable 'omit' from source: magic vars 6530 1726776559.38820: variable 'omit' from source: magic vars 6530 1726776559.38850: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776559.39091: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776559.39095: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776559.39098: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776559.39100: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776559.39102: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776559.39104: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776559.39106: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776559.39108: Set connection var ansible_timeout to 10 6530 1726776559.39112: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776559.39114: Set connection var ansible_shell_type to sh 6530 1726776559.39116: Set connection var ansible_shell_executable to /bin/sh 6530 1726776559.39118: Set connection var ansible_pipelining to False 6530 1726776559.39129: Set connection var ansible_connection to ssh 6530 1726776559.39156: variable 'ansible_shell_executable' from source: unknown 6530 1726776559.39163: variable 'ansible_connection' from source: unknown 6530 1726776559.39170: variable 'ansible_module_compression' from source: unknown 6530 1726776559.39176: variable 'ansible_shell_type' from source: unknown 6530 1726776559.39182: variable 'ansible_shell_executable' from source: unknown 6530 1726776559.39191: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776559.39199: variable 'ansible_pipelining' from source: unknown 6530 1726776559.39206: variable 'ansible_timeout' from source: unknown 6530 1726776559.39216: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776559.39319: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776559.39419: variable 'omit' from source: magic vars 6530 1726776559.39431: starting attempt loop 6530 1726776559.39438: running the handler 6530 1726776559.39454: variable 'ansible_facts' from source: unknown 6530 1726776559.39461: variable 'ansible_facts' from source: unknown 6530 1726776559.39517: _low_level_execute_command(): starting 6530 1726776559.39530: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776559.40224: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776559.40316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776559.40356: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776559.40466: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776559.42157: stdout chunk (state=3): >>>/root <<< 6530 1726776559.42358: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776559.42362: stdout chunk (state=3): >>><<< 6530 1726776559.42364: stderr chunk (state=3): >>><<< 6530 1726776559.42381: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776559.42489: _low_level_execute_command(): starting 6530 1726776559.42493: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594 `" && echo ansible-tmp-1726776559.42397-6611-262381099929594="` echo /root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594 `" ) && sleep 0' 6530 1726776559.43026: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776559.43041: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776559.43057: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776559.43074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776559.43095: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776559.43108: stderr chunk (state=3): >>>debug2: match not found <<< 6530 1726776559.43202: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776559.43226: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776559.43241: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776559.43349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776559.45265: stdout chunk (state=3): >>>ansible-tmp-1726776559.42397-6611-262381099929594=/root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594 <<< 6530 1726776559.45470: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776559.45483: stdout chunk (state=3): >>><<< 6530 1726776559.45498: stderr chunk (state=3): >>><<< 6530 1726776559.45522: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776559.42397-6611-262381099929594=/root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776559.45558: variable 'ansible_module_compression' from source: unknown 6530 1726776559.45696: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 6530 1726776559.45701: ANSIBALLZ: Acquiring lock 6530 1726776559.45703: ANSIBALLZ: Lock acquired: 140394396207632 6530 1726776559.45705: ANSIBALLZ: Creating module 6530 1726776559.62382: ANSIBALLZ: Writing module into payload 6530 1726776559.62597: ANSIBALLZ: Writing module 6530 1726776559.62626: ANSIBALLZ: Renaming module 6530 1726776559.62636: ANSIBALLZ: Done creating module 6530 1726776559.62659: variable 'ansible_facts' from source: unknown 6530 1726776559.62773: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594/AnsiballZ_dnf.py 6530 1726776559.62923: Sending initial data 6530 1726776559.63024: Sent initial data (148 bytes) 6530 1726776559.63672: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776559.63730: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776559.63749: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776559.63777: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776559.63906: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776559.65610: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776559.65800: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776559.65884: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmp_r6t9t6w /root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594/AnsiballZ_dnf.py <<< 6530 1726776559.65895: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594/AnsiballZ_dnf.py" <<< 6530 1726776559.65962: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmp_r6t9t6w" to remote "/root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594/AnsiballZ_dnf.py" <<< 6530 1726776559.67052: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776559.67084: stderr chunk (state=3): >>><<< 6530 1726776559.67099: stdout chunk (state=3): >>><<< 6530 1726776559.67131: done transferring module to remote 6530 1726776559.67236: _low_level_execute_command(): starting 6530 1726776559.67240: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594/ /root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594/AnsiballZ_dnf.py && sleep 0' 6530 1726776559.67808: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776559.67831: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776559.67848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776559.67948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776559.67966: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776559.67992: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776559.68008: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776559.68119: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776559.70036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776559.70047: stdout chunk (state=3): >>><<< 6530 1726776559.70064: stderr chunk (state=3): >>><<< 6530 1726776559.70084: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776559.70095: _low_level_execute_command(): starting 6530 1726776559.70180: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594/AnsiballZ_dnf.py && sleep 0' 6530 1726776559.70738: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776559.70752: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776559.70800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776559.70874: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776559.70893: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776559.70917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776559.71031: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776565.58442: stdout chunk (state=3): >>> {"msg": "", "changed": true, "results": ["Installed: python3-pyudev-0.24.1-9.el10.noarch", "Installed: tuned-2.24.0-1.el10.noarch", "Installed: libbabeltrace-1.5.11-8.el10.x86_64", "Installed: virt-what-1.26-3.el10.x86_64", "Installed: hdparm-9.65-5.el10.x86_64", "Installed: dmidecode-1:3.6-2.el10.x86_64", "Installed: python3-linux-procfs-0.7.3-6.el10.noarch", "Installed: libtraceevent-1.8.2-5.el10.x86_64", "Installed: python3-perf-6.11.0-25.el10.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "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}}} <<< 6530 1726776565.65745: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776565.65769: stderr chunk (state=3): >>><<< 6530 1726776565.65772: stdout chunk (state=3): >>><<< 6530 1726776565.65790: _low_level_execute_command() done: rc=0, stdout= {"msg": "", "changed": true, "results": ["Installed: python3-pyudev-0.24.1-9.el10.noarch", "Installed: tuned-2.24.0-1.el10.noarch", "Installed: libbabeltrace-1.5.11-8.el10.x86_64", "Installed: virt-what-1.26-3.el10.x86_64", "Installed: hdparm-9.65-5.el10.x86_64", "Installed: dmidecode-1:3.6-2.el10.x86_64", "Installed: python3-linux-procfs-0.7.3-6.el10.noarch", "Installed: libtraceevent-1.8.2-5.el10.x86_64", "Installed: python3-perf-6.11.0-25.el10.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776565.65830: 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-1726776559.42397-6611-262381099929594/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776565.65837: _low_level_execute_command(): starting 6530 1726776565.65843: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776559.42397-6611-262381099929594/ > /dev/null 2>&1 && sleep 0' 6530 1726776565.66267: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776565.66302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776565.66305: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776565.66310: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776565.66312: 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 <<< 6530 1726776565.66314: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776565.66363: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776565.66366: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776565.66374: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776565.66451: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776565.68738: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776565.68764: stderr chunk (state=3): >>><<< 6530 1726776565.68767: stdout chunk (state=3): >>><<< 6530 1726776565.68779: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776565.68787: handler run complete 6530 1726776565.68814: attempt loop complete, returning result 6530 1726776565.68817: _execute() done 6530 1726776565.68819: dumping result to json 6530 1726776565.68827: done dumping result, returning 6530 1726776565.68836: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [12343ab9-b159-f2b7-2b7b-00000000013f] 6530 1726776565.68841: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000013f 6530 1726776565.68940: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000013f 6530 1726776565.68943: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyudev-0.24.1-9.el10.noarch", "Installed: tuned-2.24.0-1.el10.noarch", "Installed: libbabeltrace-1.5.11-8.el10.x86_64", "Installed: virt-what-1.26-3.el10.x86_64", "Installed: hdparm-9.65-5.el10.x86_64", "Installed: dmidecode-1:3.6-2.el10.x86_64", "Installed: python3-linux-procfs-0.7.3-6.el10.noarch", "Installed: libtraceevent-1.8.2-5.el10.x86_64", "Installed: python3-perf-6.11.0-25.el10.x86_64" ] } 6530 1726776565.69043: no more pending results, returning what we have 6530 1726776565.69046: results queue empty 6530 1726776565.69046: checking for any_errors_fatal 6530 1726776565.69053: done checking for any_errors_fatal 6530 1726776565.69054: checking for max_fail_percentage 6530 1726776565.69055: done checking for max_fail_percentage 6530 1726776565.69056: checking to see if all hosts have failed and the running result is not ok 6530 1726776565.69057: done checking to see if all hosts have failed 6530 1726776565.69057: getting the remaining hosts for this loop 6530 1726776565.69059: done getting the remaining hosts for this loop 6530 1726776565.69062: getting the next task for host managed_node1 6530 1726776565.69069: done getting next task for host managed_node1 6530 1726776565.69072: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6530 1726776565.69075: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776565.69083: getting variables 6530 1726776565.69084: in VariableManager get_vars() 6530 1726776565.69119: Calling all_inventory to load vars for managed_node1 6530 1726776565.69122: Calling groups_inventory to load vars for managed_node1 6530 1726776565.69125: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776565.69133: Calling all_plugins_play to load vars for managed_node1 6530 1726776565.69135: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776565.69137: Calling groups_plugins_play to load vars for managed_node1 6530 1726776565.69304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776565.69433: done with get_vars() 6530 1726776565.69440: done getting variables 6530 1726776565.69509: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 16:09:25 -0400 (0:00:06.351) 0:00:09.968 **** 6530 1726776565.69537: entering _queue_task() for managed_node1/debug 6530 1726776565.69538: Creating lock for debug 6530 1726776565.69733: worker is 1 (out of 1 available) 6530 1726776565.69745: exiting _queue_task() for managed_node1/debug 6530 1726776565.69754: done queuing things up, now waiting for results queue to drain 6530 1726776565.69755: waiting for pending results... 6530 1726776565.69913: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6530 1726776565.69977: in run() - task 12343ab9-b159-f2b7-2b7b-000000000141 6530 1726776565.69988: variable 'ansible_search_path' from source: unknown 6530 1726776565.69994: variable 'ansible_search_path' from source: unknown 6530 1726776565.70023: calling self._execute() 6530 1726776565.70079: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776565.70082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776565.70098: variable 'omit' from source: magic vars 6530 1726776565.70432: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6530 1726776565.71800: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6530 1726776565.71846: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6530 1726776565.71872: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6530 1726776565.71898: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6530 1726776565.71920: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6530 1726776565.71976: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776565.71999: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776565.72018: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776565.72043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776565.72056: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776565.72130: variable '__kernel_settings_is_transactional' from source: set_fact 6530 1726776565.72142: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6530 1726776565.72145: when evaluation is False, skipping this task 6530 1726776565.72148: _execute() done 6530 1726776565.72151: dumping result to json 6530 1726776565.72153: done dumping result, returning 6530 1726776565.72161: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [12343ab9-b159-f2b7-2b7b-000000000141] 6530 1726776565.72172: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000141 6530 1726776565.72247: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000141 6530 1726776565.72250: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6530 1726776565.72306: no more pending results, returning what we have 6530 1726776565.72309: results queue empty 6530 1726776565.72310: checking for any_errors_fatal 6530 1726776565.72317: done checking for any_errors_fatal 6530 1726776565.72318: checking for max_fail_percentage 6530 1726776565.72319: done checking for max_fail_percentage 6530 1726776565.72320: checking to see if all hosts have failed and the running result is not ok 6530 1726776565.72321: done checking to see if all hosts have failed 6530 1726776565.72321: getting the remaining hosts for this loop 6530 1726776565.72323: done getting the remaining hosts for this loop 6530 1726776565.72326: getting the next task for host managed_node1 6530 1726776565.72332: done getting next task for host managed_node1 6530 1726776565.72335: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6530 1726776565.72338: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776565.72350: getting variables 6530 1726776565.72351: in VariableManager get_vars() 6530 1726776565.72378: Calling all_inventory to load vars for managed_node1 6530 1726776565.72381: Calling groups_inventory to load vars for managed_node1 6530 1726776565.72382: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776565.72392: Calling all_plugins_play to load vars for managed_node1 6530 1726776565.72394: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776565.72397: Calling groups_plugins_play to load vars for managed_node1 6530 1726776565.72511: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776565.72633: done with get_vars() 6530 1726776565.72641: done getting variables 6530 1726776565.72729: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 16:09:25 -0400 (0:00:00.032) 0:00:10.000 **** 6530 1726776565.72752: entering _queue_task() for managed_node1/reboot 6530 1726776565.72754: Creating lock for reboot 6530 1726776565.72944: worker is 1 (out of 1 available) 6530 1726776565.72956: exiting _queue_task() for managed_node1/reboot 6530 1726776565.72967: done queuing things up, now waiting for results queue to drain 6530 1726776565.72969: waiting for pending results... 6530 1726776565.73124: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6530 1726776565.73187: in run() - task 12343ab9-b159-f2b7-2b7b-000000000142 6530 1726776565.73200: variable 'ansible_search_path' from source: unknown 6530 1726776565.73204: variable 'ansible_search_path' from source: unknown 6530 1726776565.73233: calling self._execute() 6530 1726776565.73283: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776565.73288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776565.73299: variable 'omit' from source: magic vars 6530 1726776565.73677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6530 1726776565.75023: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6530 1726776565.75068: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6530 1726776565.75103: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6530 1726776565.75133: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6530 1726776565.75156: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6530 1726776565.75210: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776565.75233: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776565.75249: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776565.75279: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776565.75291: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776565.75370: variable '__kernel_settings_is_transactional' from source: set_fact 6530 1726776565.75379: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6530 1726776565.75382: when evaluation is False, skipping this task 6530 1726776565.75385: _execute() done 6530 1726776565.75390: dumping result to json 6530 1726776565.75393: done dumping result, returning 6530 1726776565.75401: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [12343ab9-b159-f2b7-2b7b-000000000142] 6530 1726776565.75406: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000142 6530 1726776565.75489: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000142 6530 1726776565.75492: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6530 1726776565.75538: no more pending results, returning what we have 6530 1726776565.75542: results queue empty 6530 1726776565.75542: checking for any_errors_fatal 6530 1726776565.75547: done checking for any_errors_fatal 6530 1726776565.75547: checking for max_fail_percentage 6530 1726776565.75549: done checking for max_fail_percentage 6530 1726776565.75550: checking to see if all hosts have failed and the running result is not ok 6530 1726776565.75551: done checking to see if all hosts have failed 6530 1726776565.75551: getting the remaining hosts for this loop 6530 1726776565.75553: done getting the remaining hosts for this loop 6530 1726776565.75556: getting the next task for host managed_node1 6530 1726776565.75562: done getting next task for host managed_node1 6530 1726776565.75566: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6530 1726776565.75569: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776565.75582: getting variables 6530 1726776565.75584: in VariableManager get_vars() 6530 1726776565.75617: Calling all_inventory to load vars for managed_node1 6530 1726776565.75620: Calling groups_inventory to load vars for managed_node1 6530 1726776565.75622: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776565.75630: Calling all_plugins_play to load vars for managed_node1 6530 1726776565.75632: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776565.75634: Calling groups_plugins_play to load vars for managed_node1 6530 1726776565.75796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776565.75916: done with get_vars() 6530 1726776565.75924: done getting variables 6530 1726776565.75962: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 16:09:25 -0400 (0:00:00.032) 0:00:10.032 **** 6530 1726776565.75983: entering _queue_task() for managed_node1/fail 6530 1726776565.76175: worker is 1 (out of 1 available) 6530 1726776565.76189: exiting _queue_task() for managed_node1/fail 6530 1726776565.76199: done queuing things up, now waiting for results queue to drain 6530 1726776565.76200: waiting for pending results... 6530 1726776565.76358: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6530 1726776565.76436: in run() - task 12343ab9-b159-f2b7-2b7b-000000000143 6530 1726776565.76447: variable 'ansible_search_path' from source: unknown 6530 1726776565.76456: variable 'ansible_search_path' from source: unknown 6530 1726776565.76482: calling self._execute() 6530 1726776565.76540: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776565.76545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776565.76561: variable 'omit' from source: magic vars 6530 1726776565.76882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6530 1726776565.78252: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6530 1726776565.78298: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6530 1726776565.78327: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6530 1726776565.78351: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6530 1726776565.78370: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6530 1726776565.78433: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776565.78452: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776565.78469: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776565.78498: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776565.78508: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776565.78583: variable '__kernel_settings_is_transactional' from source: set_fact 6530 1726776565.78598: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6530 1726776565.78601: when evaluation is False, skipping this task 6530 1726776565.78604: _execute() done 6530 1726776565.78606: dumping result to json 6530 1726776565.78613: done dumping result, returning 6530 1726776565.78619: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [12343ab9-b159-f2b7-2b7b-000000000143] 6530 1726776565.78625: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000143 6530 1726776565.78705: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000143 6530 1726776565.78709: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6530 1726776565.78752: no more pending results, returning what we have 6530 1726776565.78755: results queue empty 6530 1726776565.78756: checking for any_errors_fatal 6530 1726776565.78761: done checking for any_errors_fatal 6530 1726776565.78762: checking for max_fail_percentage 6530 1726776565.78763: done checking for max_fail_percentage 6530 1726776565.78764: checking to see if all hosts have failed and the running result is not ok 6530 1726776565.78765: done checking to see if all hosts have failed 6530 1726776565.78765: getting the remaining hosts for this loop 6530 1726776565.78767: done getting the remaining hosts for this loop 6530 1726776565.78770: getting the next task for host managed_node1 6530 1726776565.78778: done getting next task for host managed_node1 6530 1726776565.78781: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6530 1726776565.78784: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776565.78798: getting variables 6530 1726776565.78800: in VariableManager get_vars() 6530 1726776565.78827: Calling all_inventory to load vars for managed_node1 6530 1726776565.78830: Calling groups_inventory to load vars for managed_node1 6530 1726776565.78832: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776565.78839: Calling all_plugins_play to load vars for managed_node1 6530 1726776565.78842: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776565.78844: Calling groups_plugins_play to load vars for managed_node1 6530 1726776565.78965: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776565.79085: done with get_vars() 6530 1726776565.79095: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 16:09:25 -0400 (0:00:00.031) 0:00:10.064 **** 6530 1726776565.79150: entering _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 6530 1726776565.79151: Creating lock for fedora.linux_system_roles.kernel_settings_get_config 6530 1726776565.79340: worker is 1 (out of 1 available) 6530 1726776565.79355: exiting _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 6530 1726776565.79367: done queuing things up, now waiting for results queue to drain 6530 1726776565.79368: waiting for pending results... 6530 1726776565.79521: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6530 1726776565.79581: in run() - task 12343ab9-b159-f2b7-2b7b-000000000145 6530 1726776565.79595: variable 'ansible_search_path' from source: unknown 6530 1726776565.79599: variable 'ansible_search_path' from source: unknown 6530 1726776565.79628: calling self._execute() 6530 1726776565.79678: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776565.79681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776565.79692: variable 'omit' from source: magic vars 6530 1726776565.79820: variable 'omit' from source: magic vars 6530 1726776565.79854: variable 'omit' from source: magic vars 6530 1726776565.79874: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6530 1726776565.80073: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6530 1726776565.80130: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6530 1726776565.80153: variable 'omit' from source: magic vars 6530 1726776565.80184: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776565.80211: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776565.80228: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776565.80242: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776565.80252: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776565.80273: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776565.80276: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776565.80279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776565.80346: Set connection var ansible_timeout to 10 6530 1726776565.80350: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776565.80355: Set connection var ansible_shell_type to sh 6530 1726776565.80357: Set connection var ansible_shell_executable to /bin/sh 6530 1726776565.80367: Set connection var ansible_pipelining to False 6530 1726776565.80373: Set connection var ansible_connection to ssh 6530 1726776565.80389: variable 'ansible_shell_executable' from source: unknown 6530 1726776565.80392: variable 'ansible_connection' from source: unknown 6530 1726776565.80394: variable 'ansible_module_compression' from source: unknown 6530 1726776565.80396: variable 'ansible_shell_type' from source: unknown 6530 1726776565.80399: variable 'ansible_shell_executable' from source: unknown 6530 1726776565.80401: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776565.80404: variable 'ansible_pipelining' from source: unknown 6530 1726776565.80408: variable 'ansible_timeout' from source: unknown 6530 1726776565.80413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776565.80544: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6530 1726776565.80553: variable 'omit' from source: magic vars 6530 1726776565.80558: starting attempt loop 6530 1726776565.80561: running the handler 6530 1726776565.80573: _low_level_execute_command(): starting 6530 1726776565.80587: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776565.81084: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776565.81090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6530 1726776565.81093: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776565.81096: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776565.81142: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776565.81145: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776565.81147: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776565.81238: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776565.83190: stdout chunk (state=3): >>>/root <<< 6530 1726776565.83314: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776565.83344: stderr chunk (state=3): >>><<< 6530 1726776565.83347: stdout chunk (state=3): >>><<< 6530 1726776565.83365: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776565.83377: _low_level_execute_command(): starting 6530 1726776565.83382: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723 `" && echo ansible-tmp-1726776565.8336585-6737-115914343460723="` echo /root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723 `" ) && sleep 0' 6530 1726776565.83824: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776565.83827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776565.83837: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6530 1726776565.83839: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776565.83842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776565.83883: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776565.83893: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776565.83895: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776565.83969: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776565.86321: stdout chunk (state=3): >>>ansible-tmp-1726776565.8336585-6737-115914343460723=/root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723 <<< 6530 1726776565.86445: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776565.86478: stderr chunk (state=3): >>><<< 6530 1726776565.86482: stdout chunk (state=3): >>><<< 6530 1726776565.86500: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776565.8336585-6737-115914343460723=/root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776565.86541: variable 'ansible_module_compression' from source: unknown 6530 1726776565.86577: ANSIBALLZ: Using lock for fedora.linux_system_roles.kernel_settings_get_config 6530 1726776565.86581: ANSIBALLZ: Acquiring lock 6530 1726776565.86584: ANSIBALLZ: Lock acquired: 140394391209840 6530 1726776565.86588: ANSIBALLZ: Creating module 6530 1726776565.94573: ANSIBALLZ: Writing module into payload 6530 1726776565.94628: ANSIBALLZ: Writing module 6530 1726776565.94648: ANSIBALLZ: Renaming module 6530 1726776565.94651: ANSIBALLZ: Done creating module 6530 1726776565.94670: variable 'ansible_facts' from source: unknown 6530 1726776565.94718: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723/AnsiballZ_kernel_settings_get_config.py 6530 1726776565.94814: Sending initial data 6530 1726776565.94817: Sent initial data (173 bytes) 6530 1726776565.95274: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776565.95277: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776565.95279: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776565.95281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776565.95283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776565.95336: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776565.95340: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776565.95342: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776565.95437: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776565.97403: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6530 1726776565.97412: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776565.97483: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776565.97568: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmp9twz5wig /root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723/AnsiballZ_kernel_settings_get_config.py <<< 6530 1726776565.97575: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723/AnsiballZ_kernel_settings_get_config.py" <<< 6530 1726776565.97647: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmp9twz5wig" to remote "/root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723/AnsiballZ_kernel_settings_get_config.py" <<< 6530 1726776565.98333: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776565.98371: stderr chunk (state=3): >>><<< 6530 1726776565.98374: stdout chunk (state=3): >>><<< 6530 1726776565.98410: done transferring module to remote 6530 1726776565.98423: _low_level_execute_command(): starting 6530 1726776565.98426: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723/ /root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6530 1726776565.98857: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776565.98860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776565.98866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6530 1726776565.98868: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776565.98870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776565.98918: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776565.98921: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776565.99006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.01182: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776566.01211: stderr chunk (state=3): >>><<< 6530 1726776566.01214: stdout chunk (state=3): >>><<< 6530 1726776566.01227: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776566.01230: _low_level_execute_command(): starting 6530 1726776566.01240: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6530 1726776566.01703: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776566.01706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.01708: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776566.01711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776566.01713: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.01762: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.01766: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776566.01772: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.01855: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.20979: 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"}}} <<< 6530 1726776566.22579: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776566.22611: stderr chunk (state=3): >>><<< 6530 1726776566.22614: stdout chunk (state=3): >>><<< 6530 1726776566.22626: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776566.22656: 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-1726776565.8336585-6737-115914343460723/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776566.22664: _low_level_execute_command(): starting 6530 1726776566.22668: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776565.8336585-6737-115914343460723/ > /dev/null 2>&1 && sleep 0' 6530 1726776566.23126: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776566.23129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776566.23135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.23138: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776566.23140: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776566.23141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.23193: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.23201: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776566.23205: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.23285: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.25619: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776566.25643: stderr chunk (state=3): >>><<< 6530 1726776566.25646: stdout chunk (state=3): >>><<< 6530 1726776566.25663: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776566.25667: handler run complete 6530 1726776566.25681: attempt loop complete, returning result 6530 1726776566.25684: _execute() done 6530 1726776566.25689: dumping result to json 6530 1726776566.25694: done dumping result, returning 6530 1726776566.25703: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [12343ab9-b159-f2b7-2b7b-000000000145] 6530 1726776566.25710: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000145 6530 1726776566.25797: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000145 6530 1726776566.25800: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 6530 1726776566.25938: no more pending results, returning what we have 6530 1726776566.25941: results queue empty 6530 1726776566.25942: checking for any_errors_fatal 6530 1726776566.25944: done checking for any_errors_fatal 6530 1726776566.25945: checking for max_fail_percentage 6530 1726776566.25946: done checking for max_fail_percentage 6530 1726776566.25947: checking to see if all hosts have failed and the running result is not ok 6530 1726776566.25948: done checking to see if all hosts have failed 6530 1726776566.25949: getting the remaining hosts for this loop 6530 1726776566.25950: done getting the remaining hosts for this loop 6530 1726776566.25953: getting the next task for host managed_node1 6530 1726776566.25958: done getting next task for host managed_node1 6530 1726776566.25961: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6530 1726776566.25965: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776566.25974: getting variables 6530 1726776566.25975: in VariableManager get_vars() 6530 1726776566.26005: Calling all_inventory to load vars for managed_node1 6530 1726776566.26010: Calling groups_inventory to load vars for managed_node1 6530 1726776566.26012: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776566.26022: Calling all_plugins_play to load vars for managed_node1 6530 1726776566.26024: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776566.26027: Calling groups_plugins_play to load vars for managed_node1 6530 1726776566.26138: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776566.26258: done with get_vars() 6530 1726776566.26265: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 16:09:26 -0400 (0:00:00.471) 0:00:10.536 **** 6530 1726776566.26335: entering _queue_task() for managed_node1/stat 6530 1726776566.26530: worker is 1 (out of 1 available) 6530 1726776566.26543: exiting _queue_task() for managed_node1/stat 6530 1726776566.26553: done queuing things up, now waiting for results queue to drain 6530 1726776566.26555: waiting for pending results... 6530 1726776566.26714: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6530 1726776566.26778: in run() - task 12343ab9-b159-f2b7-2b7b-000000000146 6530 1726776566.26792: variable 'ansible_search_path' from source: unknown 6530 1726776566.26795: variable 'ansible_search_path' from source: unknown 6530 1726776566.26832: variable '__prof_from_conf' from source: task vars 6530 1726776566.27051: variable '__prof_from_conf' from source: task vars 6530 1726776566.27172: variable '__data' from source: task vars 6530 1726776566.27226: variable '__kernel_settings_register_tuned_main' from source: set_fact 6530 1726776566.27359: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6530 1726776566.27366: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6530 1726776566.27412: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6530 1726776566.27423: variable 'omit' from source: magic vars 6530 1726776566.27494: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776566.27500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776566.27512: variable 'omit' from source: magic vars 6530 1726776566.27701: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6530 1726776566.29070: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6530 1726776566.29113: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6530 1726776566.29145: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6530 1726776566.29172: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6530 1726776566.29193: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6530 1726776566.29247: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776566.29267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776566.29290: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776566.29316: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776566.29326: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776566.29394: variable 'item' from source: unknown 6530 1726776566.29405: Evaluated conditional (item | length > 0): False 6530 1726776566.29410: when evaluation is False, skipping this task 6530 1726776566.29430: variable 'item' from source: unknown 6530 1726776566.29474: variable 'item' from source: unknown skipping: [managed_node1] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6530 1726776566.29611: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776566.29614: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776566.29617: variable 'omit' from source: magic vars 6530 1726776566.29677: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776566.29696: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776566.29713: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776566.29741: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776566.29752: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776566.29810: variable 'item' from source: unknown 6530 1726776566.29814: Evaluated conditional (item | length > 0): True 6530 1726776566.29818: variable 'omit' from source: magic vars 6530 1726776566.29851: variable 'omit' from source: magic vars 6530 1726776566.29880: variable 'item' from source: unknown 6530 1726776566.29924: variable 'item' from source: unknown 6530 1726776566.29936: variable 'omit' from source: magic vars 6530 1726776566.29957: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776566.29976: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776566.29992: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776566.30005: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776566.30013: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776566.30034: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776566.30037: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776566.30039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776566.30105: Set connection var ansible_timeout to 10 6530 1726776566.30110: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776566.30113: Set connection var ansible_shell_type to sh 6530 1726776566.30115: Set connection var ansible_shell_executable to /bin/sh 6530 1726776566.30122: Set connection var ansible_pipelining to False 6530 1726776566.30128: Set connection var ansible_connection to ssh 6530 1726776566.30142: variable 'ansible_shell_executable' from source: unknown 6530 1726776566.30145: variable 'ansible_connection' from source: unknown 6530 1726776566.30148: variable 'ansible_module_compression' from source: unknown 6530 1726776566.30150: variable 'ansible_shell_type' from source: unknown 6530 1726776566.30152: variable 'ansible_shell_executable' from source: unknown 6530 1726776566.30154: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776566.30158: variable 'ansible_pipelining' from source: unknown 6530 1726776566.30162: variable 'ansible_timeout' from source: unknown 6530 1726776566.30165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776566.30259: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6530 1726776566.30269: variable 'omit' from source: magic vars 6530 1726776566.30271: starting attempt loop 6530 1726776566.30276: running the handler 6530 1726776566.30289: _low_level_execute_command(): starting 6530 1726776566.30295: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776566.30763: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776566.30778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776566.30782: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.30801: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776566.30804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.30860: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.30863: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776566.30865: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.30949: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.32868: stdout chunk (state=3): >>>/root <<< 6530 1726776566.32979: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776566.33011: stderr chunk (state=3): >>><<< 6530 1726776566.33020: stdout chunk (state=3): >>><<< 6530 1726776566.33035: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776566.33045: _low_level_execute_command(): starting 6530 1726776566.33049: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873 `" && echo ansible-tmp-1726776566.3303516-6745-218766386593873="` echo /root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873 `" ) && sleep 0' 6530 1726776566.33462: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776566.33498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776566.33501: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.33503: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6530 1726776566.33505: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776566.33510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.33554: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.33557: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776566.33561: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.33640: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.35975: stdout chunk (state=3): >>>ansible-tmp-1726776566.3303516-6745-218766386593873=/root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873 <<< 6530 1726776566.36114: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776566.36138: stderr chunk (state=3): >>><<< 6530 1726776566.36141: stdout chunk (state=3): >>><<< 6530 1726776566.36155: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776566.3303516-6745-218766386593873=/root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776566.36194: variable 'ansible_module_compression' from source: unknown 6530 1726776566.36233: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6530 1726776566.36256: variable 'ansible_facts' from source: unknown 6530 1726776566.36317: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873/AnsiballZ_stat.py 6530 1726776566.36417: Sending initial data 6530 1726776566.36420: Sent initial data (151 bytes) 6530 1726776566.36854: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776566.36857: 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 <<< 6530 1726776566.36863: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.36865: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776566.36867: 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 <<< 6530 1726776566.36869: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.36910: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.36913: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776566.36919: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.36995: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.38668: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6530 1726776566.38672: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776566.38748: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776566.38830: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmppph26acy /root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873/AnsiballZ_stat.py <<< 6530 1726776566.38833: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873/AnsiballZ_stat.py" <<< 6530 1726776566.38912: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmppph26acy" to remote "/root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873/AnsiballZ_stat.py" <<< 6530 1726776566.38915: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873/AnsiballZ_stat.py" <<< 6530 1726776566.39582: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776566.39620: stderr chunk (state=3): >>><<< 6530 1726776566.39623: stdout chunk (state=3): >>><<< 6530 1726776566.39648: done transferring module to remote 6530 1726776566.39659: _low_level_execute_command(): starting 6530 1726776566.39662: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873/ /root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873/AnsiballZ_stat.py && sleep 0' 6530 1726776566.40075: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776566.40078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776566.40080: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.40082: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776566.40084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.40135: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.40138: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.40223: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.42120: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776566.42147: stderr chunk (state=3): >>><<< 6530 1726776566.42150: stdout chunk (state=3): >>><<< 6530 1726776566.42164: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776566.42167: _low_level_execute_command(): starting 6530 1726776566.42170: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873/AnsiballZ_stat.py && sleep 0' 6530 1726776566.42603: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776566.42609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.42611: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776566.42614: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776566.42620: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.42660: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.42666: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776566.42668: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.42746: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.62173: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 6, "inode": 346030272, "dev": 51714, "nlink": 2, "atime": 1722988800.0, "mtime": 1722988800.0, "ctime": 1726776564.551013, "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": "1947622344", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6530 1726776566.64002: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776566.64026: stderr chunk (state=3): >>><<< 6530 1726776566.64029: stdout chunk (state=3): >>><<< 6530 1726776566.64044: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 6, "inode": 346030272, "dev": 51714, "nlink": 2, "atime": 1722988800.0, "mtime": 1722988800.0, "ctime": 1726776564.551013, "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": "1947622344", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776566.64079: 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-1726776566.3303516-6745-218766386593873/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776566.64088: _low_level_execute_command(): starting 6530 1726776566.64092: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776566.3303516-6745-218766386593873/ > /dev/null 2>&1 && sleep 0' 6530 1726776566.64533: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776566.64538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776566.64541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.64543: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776566.64546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776566.64548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.64594: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.64598: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.64690: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.66869: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776566.66892: stderr chunk (state=3): >>><<< 6530 1726776566.66895: stdout chunk (state=3): >>><<< 6530 1726776566.66906: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776566.66923: handler run complete 6530 1726776566.66948: attempt loop complete, returning result 6530 1726776566.66964: variable 'item' from source: unknown 6530 1726776566.67032: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1722988800.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776564.551013, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 346030272, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1722988800.0, "nlink": 2, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 6, "uid": 0, "version": "1947622344", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6530 1726776566.67166: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776566.67168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776566.67171: variable 'omit' from source: magic vars 6530 1726776566.67255: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776566.67272: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776566.67294: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776566.67323: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776566.67333: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776566.67390: variable 'item' from source: unknown 6530 1726776566.67402: Evaluated conditional (item | length > 0): True 6530 1726776566.67405: variable 'omit' from source: magic vars 6530 1726776566.67416: variable 'omit' from source: magic vars 6530 1726776566.67445: variable 'item' from source: unknown 6530 1726776566.67490: variable 'item' from source: unknown 6530 1726776566.67502: variable 'omit' from source: magic vars 6530 1726776566.67521: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776566.67528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776566.67533: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776566.67544: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776566.67546: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776566.67549: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776566.67597: Set connection var ansible_timeout to 10 6530 1726776566.67600: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776566.67602: Set connection var ansible_shell_type to sh 6530 1726776566.67608: Set connection var ansible_shell_executable to /bin/sh 6530 1726776566.67620: Set connection var ansible_pipelining to False 6530 1726776566.67623: Set connection var ansible_connection to ssh 6530 1726776566.67637: variable 'ansible_shell_executable' from source: unknown 6530 1726776566.67640: variable 'ansible_connection' from source: unknown 6530 1726776566.67642: variable 'ansible_module_compression' from source: unknown 6530 1726776566.67645: variable 'ansible_shell_type' from source: unknown 6530 1726776566.67647: variable 'ansible_shell_executable' from source: unknown 6530 1726776566.67649: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776566.67653: variable 'ansible_pipelining' from source: unknown 6530 1726776566.67655: variable 'ansible_timeout' from source: unknown 6530 1726776566.67659: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776566.67732: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776566.67740: variable 'omit' from source: magic vars 6530 1726776566.67744: starting attempt loop 6530 1726776566.67746: running the handler 6530 1726776566.67753: _low_level_execute_command(): starting 6530 1726776566.67755: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776566.68172: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776566.68175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776566.68177: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.68179: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776566.68181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.68234: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.68241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776566.68243: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.68318: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.70227: stdout chunk (state=3): >>>/root <<< 6530 1726776566.70324: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776566.70351: stderr chunk (state=3): >>><<< 6530 1726776566.70354: stdout chunk (state=3): >>><<< 6530 1726776566.70366: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776566.70373: _low_level_execute_command(): starting 6530 1726776566.70379: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767 `" && echo ansible-tmp-1726776566.7036583-6745-263374030148767="` echo /root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767 `" ) && sleep 0' 6530 1726776566.70789: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776566.70793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776566.70795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6530 1726776566.70798: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776566.70800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.70847: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.70850: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.70938: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.73325: stdout chunk (state=3): >>>ansible-tmp-1726776566.7036583-6745-263374030148767=/root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767 <<< 6530 1726776566.73421: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776566.73443: stderr chunk (state=3): >>><<< 6530 1726776566.73446: stdout chunk (state=3): >>><<< 6530 1726776566.73458: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776566.7036583-6745-263374030148767=/root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776566.73494: variable 'ansible_module_compression' from source: unknown 6530 1726776566.73527: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6530 1726776566.73542: variable 'ansible_facts' from source: unknown 6530 1726776566.73591: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767/AnsiballZ_stat.py 6530 1726776566.73676: Sending initial data 6530 1726776566.73680: Sent initial data (151 bytes) 6530 1726776566.74113: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776566.74117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776566.74119: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.74124: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776566.74139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.74181: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.74185: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.74273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.76232: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 6530 1726776566.76239: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776566.76310: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776566.76399: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmp3dl8seyi /root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767/AnsiballZ_stat.py <<< 6530 1726776566.76406: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767/AnsiballZ_stat.py" <<< 6530 1726776566.76479: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmp3dl8seyi" to remote "/root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767/AnsiballZ_stat.py" <<< 6530 1726776566.76482: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767/AnsiballZ_stat.py" <<< 6530 1726776566.77166: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776566.77210: stderr chunk (state=3): >>><<< 6530 1726776566.77214: stdout chunk (state=3): >>><<< 6530 1726776566.77251: done transferring module to remote 6530 1726776566.77258: _low_level_execute_command(): starting 6530 1726776566.77264: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767/ /root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767/AnsiballZ_stat.py && sleep 0' 6530 1726776566.77701: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776566.77705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776566.77707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776566.77709: 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 <<< 6530 1726776566.77711: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.77760: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.77764: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.77848: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.80067: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776566.80095: stderr chunk (state=3): >>><<< 6530 1726776566.80099: stdout chunk (state=3): >>><<< 6530 1726776566.80113: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776566.80116: _low_level_execute_command(): starting 6530 1726776566.80120: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767/AnsiballZ_stat.py && sleep 0' 6530 1726776566.80554: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776566.80557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.80560: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776566.80563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776566.80564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776566.80613: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776566.80616: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776566.80622: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776566.80709: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776566.99028: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 152, "inode": 343933120, "dev": 51714, "nlink": 4, "atime": 1726776564.7810125, "mtime": 1726776564.7790124, "ctime": 1726776564.7790124, "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": "777231517", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6530 1726776567.00724: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776567.00751: stderr chunk (state=3): >>><<< 6530 1726776567.00755: stdout chunk (state=3): >>><<< 6530 1726776567.00768: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 152, "inode": 343933120, "dev": 51714, "nlink": 4, "atime": 1726776564.7810125, "mtime": 1726776564.7790124, "ctime": 1726776564.7790124, "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": "777231517", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776567.00810: 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-1726776566.7036583-6745-263374030148767/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776567.00816: _low_level_execute_command(): starting 6530 1726776567.00821: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776566.7036583-6745-263374030148767/ > /dev/null 2>&1 && sleep 0' 6530 1726776567.01284: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776567.01289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776567.01292: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776567.01294: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776567.01296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776567.01348: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776567.01352: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776567.01437: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776567.03646: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776567.03671: stderr chunk (state=3): >>><<< 6530 1726776567.03675: stdout chunk (state=3): >>><<< 6530 1726776567.03689: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776567.03692: handler run complete 6530 1726776567.03726: attempt loop complete, returning result 6530 1726776567.03741: variable 'item' from source: unknown 6530 1726776567.03803: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726776564.7810125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776564.7790124, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 343933120, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776564.7790124, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "777231517", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6530 1726776567.03941: dumping result to json 6530 1726776567.03944: done dumping result, returning 6530 1726776567.03946: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [12343ab9-b159-f2b7-2b7b-000000000146] 6530 1726776567.03947: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000146 6530 1726776567.04132: no more pending results, returning what we have 6530 1726776567.04135: results queue empty 6530 1726776567.04135: checking for any_errors_fatal 6530 1726776567.04139: done checking for any_errors_fatal 6530 1726776567.04140: checking for max_fail_percentage 6530 1726776567.04141: done checking for max_fail_percentage 6530 1726776567.04142: checking to see if all hosts have failed and the running result is not ok 6530 1726776567.04142: done checking to see if all hosts have failed 6530 1726776567.04143: getting the remaining hosts for this loop 6530 1726776567.04144: done getting the remaining hosts for this loop 6530 1726776567.04147: getting the next task for host managed_node1 6530 1726776567.04152: done getting next task for host managed_node1 6530 1726776567.04155: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6530 1726776567.04158: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776567.04167: getting variables 6530 1726776567.04169: in VariableManager get_vars() 6530 1726776567.04195: Calling all_inventory to load vars for managed_node1 6530 1726776567.04198: Calling groups_inventory to load vars for managed_node1 6530 1726776567.04200: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776567.04214: Calling all_plugins_play to load vars for managed_node1 6530 1726776567.04216: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776567.04222: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000146 6530 1726776567.04229: Calling groups_plugins_play to load vars for managed_node1 6530 1726776567.04332: WORKER PROCESS EXITING 6530 1726776567.04342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776567.04462: done with get_vars() 6530 1726776567.04470: done getting variables 6530 1726776567.04515: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 16:09:27 -0400 (0:00:00.782) 0:00:11.318 **** 6530 1726776567.04538: entering _queue_task() for managed_node1/set_fact 6530 1726776567.04730: worker is 1 (out of 1 available) 6530 1726776567.04742: exiting _queue_task() for managed_node1/set_fact 6530 1726776567.04753: done queuing things up, now waiting for results queue to drain 6530 1726776567.04754: waiting for pending results... 6530 1726776567.04915: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6530 1726776567.04977: in run() - task 12343ab9-b159-f2b7-2b7b-000000000147 6530 1726776567.04990: variable 'ansible_search_path' from source: unknown 6530 1726776567.04994: variable 'ansible_search_path' from source: unknown 6530 1726776567.05019: calling self._execute() 6530 1726776567.05075: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776567.05079: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776567.05092: variable 'omit' from source: magic vars 6530 1726776567.05163: variable 'omit' from source: magic vars 6530 1726776567.05198: variable 'omit' from source: magic vars 6530 1726776567.05514: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6530 1726776567.06891: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6530 1726776567.06936: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6530 1726776567.06964: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6530 1726776567.06991: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6530 1726776567.07012: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6530 1726776567.07078: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776567.07101: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776567.07119: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776567.07143: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776567.07154: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776567.07190: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776567.07209: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776567.07225: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776567.07253: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776567.07264: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776567.07309: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776567.07324: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776567.07340: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776567.07364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776567.07375: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776567.07527: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6530 1726776567.07588: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6530 1726776567.07693: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6530 1726776567.07722: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6530 1726776567.07744: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6530 1726776567.07772: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6530 1726776567.07804: 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) 6530 1726776567.07824: 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) 6530 1726776567.07841: 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) 6530 1726776567.07858: 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) 6530 1726776567.07897: variable 'omit' from source: magic vars 6530 1726776567.07917: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776567.07938: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776567.07953: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776567.07966: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776567.07974: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776567.07997: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776567.08000: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776567.08003: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776567.08069: Set connection var ansible_timeout to 10 6530 1726776567.08074: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776567.08076: Set connection var ansible_shell_type to sh 6530 1726776567.08081: Set connection var ansible_shell_executable to /bin/sh 6530 1726776567.08094: Set connection var ansible_pipelining to False 6530 1726776567.08096: Set connection var ansible_connection to ssh 6530 1726776567.08114: variable 'ansible_shell_executable' from source: unknown 6530 1726776567.08116: variable 'ansible_connection' from source: unknown 6530 1726776567.08119: variable 'ansible_module_compression' from source: unknown 6530 1726776567.08121: variable 'ansible_shell_type' from source: unknown 6530 1726776567.08123: variable 'ansible_shell_executable' from source: unknown 6530 1726776567.08125: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776567.08129: variable 'ansible_pipelining' from source: unknown 6530 1726776567.08131: variable 'ansible_timeout' from source: unknown 6530 1726776567.08136: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776567.08206: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776567.08215: variable 'omit' from source: magic vars 6530 1726776567.08220: starting attempt loop 6530 1726776567.08222: running the handler 6530 1726776567.08232: handler run complete 6530 1726776567.08240: attempt loop complete, returning result 6530 1726776567.08242: _execute() done 6530 1726776567.08245: dumping result to json 6530 1726776567.08250: done dumping result, returning 6530 1726776567.08258: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [12343ab9-b159-f2b7-2b7b-000000000147] 6530 1726776567.08261: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000147 6530 1726776567.08337: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000147 6530 1726776567.08339: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 6530 1726776567.08432: no more pending results, returning what we have 6530 1726776567.08435: results queue empty 6530 1726776567.08436: checking for any_errors_fatal 6530 1726776567.08443: done checking for any_errors_fatal 6530 1726776567.08444: checking for max_fail_percentage 6530 1726776567.08445: done checking for max_fail_percentage 6530 1726776567.08446: checking to see if all hosts have failed and the running result is not ok 6530 1726776567.08447: done checking to see if all hosts have failed 6530 1726776567.08448: getting the remaining hosts for this loop 6530 1726776567.08449: done getting the remaining hosts for this loop 6530 1726776567.08452: getting the next task for host managed_node1 6530 1726776567.08457: done getting next task for host managed_node1 6530 1726776567.08460: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6530 1726776567.08463: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776567.08473: getting variables 6530 1726776567.08474: in VariableManager get_vars() 6530 1726776567.08505: Calling all_inventory to load vars for managed_node1 6530 1726776567.08510: Calling groups_inventory to load vars for managed_node1 6530 1726776567.08513: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776567.08520: Calling all_plugins_play to load vars for managed_node1 6530 1726776567.08524: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776567.08526: Calling groups_plugins_play to load vars for managed_node1 6530 1726776567.08636: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776567.08781: done with get_vars() 6530 1726776567.08789: done getting variables 6530 1726776567.08855: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 16:09:27 -0400 (0:00:00.043) 0:00:11.361 **** 6530 1726776567.08879: entering _queue_task() for managed_node1/service 6530 1726776567.08880: Creating lock for service 6530 1726776567.09079: worker is 1 (out of 1 available) 6530 1726776567.09093: exiting _queue_task() for managed_node1/service 6530 1726776567.09106: done queuing things up, now waiting for results queue to drain 6530 1726776567.09109: waiting for pending results... 6530 1726776567.09260: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6530 1726776567.09332: in run() - task 12343ab9-b159-f2b7-2b7b-000000000148 6530 1726776567.09346: variable 'ansible_search_path' from source: unknown 6530 1726776567.09350: variable 'ansible_search_path' from source: unknown 6530 1726776567.09384: variable '__kernel_settings_services' from source: include_vars 6530 1726776567.09607: variable '__kernel_settings_services' from source: include_vars 6530 1726776567.09654: variable 'omit' from source: magic vars 6530 1726776567.09729: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776567.09735: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776567.09744: variable 'omit' from source: magic vars 6530 1726776567.09803: variable 'omit' from source: magic vars 6530 1726776567.09837: variable 'omit' from source: magic vars 6530 1726776567.09866: variable 'item' from source: unknown 6530 1726776567.09923: variable 'item' from source: unknown 6530 1726776567.09937: variable 'omit' from source: magic vars 6530 1726776567.09965: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776567.09994: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776567.10009: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776567.10024: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776567.10033: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776567.10054: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776567.10057: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776567.10060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776567.10129: Set connection var ansible_timeout to 10 6530 1726776567.10133: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776567.10135: Set connection var ansible_shell_type to sh 6530 1726776567.10141: Set connection var ansible_shell_executable to /bin/sh 6530 1726776567.10148: Set connection var ansible_pipelining to False 6530 1726776567.10154: Set connection var ansible_connection to ssh 6530 1726776567.10168: variable 'ansible_shell_executable' from source: unknown 6530 1726776567.10170: variable 'ansible_connection' from source: unknown 6530 1726776567.10173: variable 'ansible_module_compression' from source: unknown 6530 1726776567.10175: variable 'ansible_shell_type' from source: unknown 6530 1726776567.10177: variable 'ansible_shell_executable' from source: unknown 6530 1726776567.10179: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776567.10183: variable 'ansible_pipelining' from source: unknown 6530 1726776567.10187: variable 'ansible_timeout' from source: unknown 6530 1726776567.10190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776567.10289: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776567.10298: variable 'omit' from source: magic vars 6530 1726776567.10303: starting attempt loop 6530 1726776567.10305: running the handler 6530 1726776567.10367: variable 'ansible_facts' from source: unknown 6530 1726776567.10452: _low_level_execute_command(): starting 6530 1726776567.10459: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776567.10954: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776567.10958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776567.10961: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776567.10963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776567.11024: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776567.11027: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776567.11033: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776567.11115: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776567.13035: stdout chunk (state=3): >>>/root <<< 6530 1726776567.13129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776567.13154: stderr chunk (state=3): >>><<< 6530 1726776567.13158: stdout chunk (state=3): >>><<< 6530 1726776567.13175: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776567.13188: _low_level_execute_command(): starting 6530 1726776567.13192: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207 `" && echo ansible-tmp-1726776567.1317525-6768-97415676365207="` echo /root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207 `" ) && sleep 0' 6530 1726776567.13624: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776567.13627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776567.13636: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776567.13638: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776567.13641: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776567.13683: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776567.13688: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776567.13779: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776567.16433: stdout chunk (state=3): >>>ansible-tmp-1726776567.1317525-6768-97415676365207=/root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207 <<< 6530 1726776567.16619: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776567.16645: stderr chunk (state=3): >>><<< 6530 1726776567.16648: stdout chunk (state=3): >>><<< 6530 1726776567.16664: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776567.1317525-6768-97415676365207=/root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776567.16693: variable 'ansible_module_compression' from source: unknown 6530 1726776567.16739: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 6530 1726776567.16743: ANSIBALLZ: Acquiring lock 6530 1726776567.16745: ANSIBALLZ: Lock acquired: 140394396207632 6530 1726776567.16747: ANSIBALLZ: Creating module 6530 1726776567.34221: ANSIBALLZ: Writing module into payload 6530 1726776567.34327: ANSIBALLZ: Writing module 6530 1726776567.34351: ANSIBALLZ: Renaming module 6530 1726776567.34354: ANSIBALLZ: Done creating module 6530 1726776567.34388: variable 'ansible_facts' from source: unknown 6530 1726776567.34529: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207/AnsiballZ_systemd.py 6530 1726776567.34638: Sending initial data 6530 1726776567.34642: Sent initial data (153 bytes) 6530 1726776567.35110: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776567.35113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776567.35116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776567.35118: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776567.35169: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776567.35172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776567.35175: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776567.35268: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776567.36994: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776567.37074: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776567.37154: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpp6teapc7 /root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207/AnsiballZ_systemd.py <<< 6530 1726776567.37156: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207/AnsiballZ_systemd.py" <<< 6530 1726776567.37236: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpp6teapc7" to remote "/root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207/AnsiballZ_systemd.py" <<< 6530 1726776567.37239: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207/AnsiballZ_systemd.py" <<< 6530 1726776567.38489: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776567.38530: stderr chunk (state=3): >>><<< 6530 1726776567.38533: stdout chunk (state=3): >>><<< 6530 1726776567.38559: done transferring module to remote 6530 1726776567.38568: _low_level_execute_command(): starting 6530 1726776567.38582: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207/ /root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207/AnsiballZ_systemd.py && sleep 0' 6530 1726776567.39036: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776567.39040: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776567.39046: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776567.39048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776567.39092: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776567.39095: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776567.39102: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776567.39177: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776567.41050: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776567.41078: stderr chunk (state=3): >>><<< 6530 1726776567.41081: stdout chunk (state=3): >>><<< 6530 1726776567.41097: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776567.41100: _low_level_execute_command(): starting 6530 1726776567.41105: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207/AnsiballZ_systemd.py && sleep 0' 6530 1726776567.41557: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776567.41560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776567.41563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776567.41565: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776567.41567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776567.41616: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776567.41620: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776567.41638: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776567.41717: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776567.99772: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3305934848", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUES<<< 6530 1726776567.99783: stdout chunk (state=3): >>>oft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "sysinit.target dbus-broker.service system.slice dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service auto-cpufreq.service tlp.service shutdown.target cpupower.service", "Before": "shutdown.target multi-user.target", "After": "systemd-journald.socket polkit.service network.target basic.target sysinit.target dbus-broker.service dbus.socket systemd-sysctl.service system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 6530 1726776568.02446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776568.02475: stderr chunk (state=3): >>><<< 6530 1726776568.02478: stdout chunk (state=3): >>><<< 6530 1726776568.02506: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3305934848", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "sysinit.target dbus-broker.service system.slice dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service auto-cpufreq.service tlp.service shutdown.target cpupower.service", "Before": "shutdown.target multi-user.target", "After": "systemd-journald.socket polkit.service network.target basic.target sysinit.target dbus-broker.service dbus.socket systemd-sysctl.service system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776568.02623: 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-1726776567.1317525-6768-97415676365207/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776568.02639: _low_level_execute_command(): starting 6530 1726776568.02644: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776567.1317525-6768-97415676365207/ > /dev/null 2>&1 && sleep 0' 6530 1726776568.03098: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.03101: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776568.03105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.03109: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.03111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.03160: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.03163: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776568.03169: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.03254: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.05872: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776568.05899: stderr chunk (state=3): >>><<< 6530 1726776568.05902: stdout chunk (state=3): >>><<< 6530 1726776568.05920: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776568.05926: handler run complete 6530 1726776568.05967: attempt loop complete, returning result 6530 1726776568.05982: variable 'item' from source: unknown 6530 1726776568.06045: variable 'item' from source: unknown changed: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket polkit.service network.target basic.target sysinit.target dbus-broker.service dbus.socket systemd-sysctl.service system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service auto-cpufreq.service tlp.service shutdown.target cpupower.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702878208", "EffectiveMemoryMax": "3702878208", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3305934848", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus-broker.service system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } 6530 1726776568.06459: dumping result to json 6530 1726776568.06462: done dumping result, returning 6530 1726776568.06465: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [12343ab9-b159-f2b7-2b7b-000000000148] 6530 1726776568.06466: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000148 6530 1726776568.06665: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000148 6530 1726776568.06668: WORKER PROCESS EXITING 6530 1726776568.06676: no more pending results, returning what we have 6530 1726776568.06678: results queue empty 6530 1726776568.06679: checking for any_errors_fatal 6530 1726776568.06682: done checking for any_errors_fatal 6530 1726776568.06682: checking for max_fail_percentage 6530 1726776568.06683: done checking for max_fail_percentage 6530 1726776568.06684: checking to see if all hosts have failed and the running result is not ok 6530 1726776568.06684: done checking to see if all hosts have failed 6530 1726776568.06685: getting the remaining hosts for this loop 6530 1726776568.06688: done getting the remaining hosts for this loop 6530 1726776568.06690: getting the next task for host managed_node1 6530 1726776568.06694: done getting next task for host managed_node1 6530 1726776568.06696: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6530 1726776568.06699: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776568.06705: getting variables 6530 1726776568.06708: in VariableManager get_vars() 6530 1726776568.06733: Calling all_inventory to load vars for managed_node1 6530 1726776568.06735: Calling groups_inventory to load vars for managed_node1 6530 1726776568.06737: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776568.06743: Calling all_plugins_play to load vars for managed_node1 6530 1726776568.06744: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776568.06746: Calling groups_plugins_play to load vars for managed_node1 6530 1726776568.06859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776568.06979: done with get_vars() 6530 1726776568.06987: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 16:09:28 -0400 (0:00:00.981) 0:00:12.343 **** 6530 1726776568.07054: entering _queue_task() for managed_node1/file 6530 1726776568.07254: worker is 1 (out of 1 available) 6530 1726776568.07266: exiting _queue_task() for managed_node1/file 6530 1726776568.07279: done queuing things up, now waiting for results queue to drain 6530 1726776568.07281: waiting for pending results... 6530 1726776568.07440: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6530 1726776568.07509: in run() - task 12343ab9-b159-f2b7-2b7b-000000000149 6530 1726776568.07518: variable 'ansible_search_path' from source: unknown 6530 1726776568.07521: variable 'ansible_search_path' from source: unknown 6530 1726776568.07548: calling self._execute() 6530 1726776568.07603: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776568.07610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776568.07615: variable 'omit' from source: magic vars 6530 1726776568.07689: variable 'omit' from source: magic vars 6530 1726776568.07725: variable 'omit' from source: magic vars 6530 1726776568.07746: variable '__kernel_settings_profile_dir' from source: role '' all vars 6530 1726776568.07952: variable '__kernel_settings_profile_dir' from source: role '' all vars 6530 1726776568.08015: variable '__kernel_settings_profile_parent' from source: set_fact 6530 1726776568.08021: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6530 1726776568.08050: variable 'omit' from source: magic vars 6530 1726776568.08080: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776568.08110: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776568.08124: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776568.08137: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776568.08146: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776568.08172: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776568.08175: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776568.08177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776568.08242: Set connection var ansible_timeout to 10 6530 1726776568.08245: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776568.08248: Set connection var ansible_shell_type to sh 6530 1726776568.08254: Set connection var ansible_shell_executable to /bin/sh 6530 1726776568.08261: Set connection var ansible_pipelining to False 6530 1726776568.08267: Set connection var ansible_connection to ssh 6530 1726776568.08284: variable 'ansible_shell_executable' from source: unknown 6530 1726776568.08289: variable 'ansible_connection' from source: unknown 6530 1726776568.08291: variable 'ansible_module_compression' from source: unknown 6530 1726776568.08293: variable 'ansible_shell_type' from source: unknown 6530 1726776568.08295: variable 'ansible_shell_executable' from source: unknown 6530 1726776568.08298: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776568.08302: variable 'ansible_pipelining' from source: unknown 6530 1726776568.08304: variable 'ansible_timeout' from source: unknown 6530 1726776568.08311: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776568.08445: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6530 1726776568.08454: variable 'omit' from source: magic vars 6530 1726776568.08459: starting attempt loop 6530 1726776568.08462: running the handler 6530 1726776568.08473: _low_level_execute_command(): starting 6530 1726776568.08481: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776568.08983: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776568.08988: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6530 1726776568.08991: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776568.08994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.09042: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.09046: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776568.09051: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.09137: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.10851: stdout chunk (state=3): >>>/root <<< 6530 1726776568.10947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776568.10974: stderr chunk (state=3): >>><<< 6530 1726776568.10977: stdout chunk (state=3): >>><<< 6530 1726776568.11000: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776568.11013: _low_level_execute_command(): starting 6530 1726776568.11021: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224 `" && echo ansible-tmp-1726776568.1099954-6783-62699492632224="` echo /root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224 `" ) && sleep 0' 6530 1726776568.11447: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776568.11452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.11461: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776568.11463: 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 <<< 6530 1726776568.11466: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.11516: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.11518: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776568.11520: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.11597: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.13595: stdout chunk (state=3): >>>ansible-tmp-1726776568.1099954-6783-62699492632224=/root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224 <<< 6530 1726776568.13708: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776568.13736: stderr chunk (state=3): >>><<< 6530 1726776568.13739: stdout chunk (state=3): >>><<< 6530 1726776568.13751: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776568.1099954-6783-62699492632224=/root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776568.13788: variable 'ansible_module_compression' from source: unknown 6530 1726776568.13830: ANSIBALLZ: Using lock for file 6530 1726776568.13834: ANSIBALLZ: Acquiring lock 6530 1726776568.13836: ANSIBALLZ: Lock acquired: 140394394998144 6530 1726776568.13838: ANSIBALLZ: Creating module 6530 1726776568.21758: ANSIBALLZ: Writing module into payload 6530 1726776568.21864: ANSIBALLZ: Writing module 6530 1726776568.21882: ANSIBALLZ: Renaming module 6530 1726776568.21889: ANSIBALLZ: Done creating module 6530 1726776568.21903: variable 'ansible_facts' from source: unknown 6530 1726776568.21951: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224/AnsiballZ_file.py 6530 1726776568.22049: Sending initial data 6530 1726776568.22052: Sent initial data (150 bytes) 6530 1726776568.22496: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.22500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776568.22503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.22526: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776568.22529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.22575: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.22578: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776568.22580: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.22669: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.24430: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6530 1726776568.24433: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776568.24508: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776568.24594: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpa0obzqwu /root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224/AnsiballZ_file.py <<< 6530 1726776568.24598: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224/AnsiballZ_file.py" <<< 6530 1726776568.24676: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpa0obzqwu" to remote "/root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224/AnsiballZ_file.py" <<< 6530 1726776568.24682: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224/AnsiballZ_file.py" <<< 6530 1726776568.25397: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776568.25441: stderr chunk (state=3): >>><<< 6530 1726776568.25444: stdout chunk (state=3): >>><<< 6530 1726776568.25470: done transferring module to remote 6530 1726776568.25479: _low_level_execute_command(): starting 6530 1726776568.25483: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224/ /root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224/AnsiballZ_file.py && sleep 0' 6530 1726776568.25922: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776568.25926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776568.25928: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.25943: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.25992: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.26010: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776568.26012: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.26092: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.27998: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776568.28024: stderr chunk (state=3): >>><<< 6530 1726776568.28027: stdout chunk (state=3): >>><<< 6530 1726776568.28039: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776568.28042: _low_level_execute_command(): starting 6530 1726776568.28047: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224/AnsiballZ_file.py && sleep 0' 6530 1726776568.28465: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.28468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776568.28471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776568.28473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776568.28475: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.28525: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.28529: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.28623: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.45676: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6530 1726776568.47157: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776568.47184: stderr chunk (state=3): >>><<< 6530 1726776568.47189: stdout chunk (state=3): >>><<< 6530 1726776568.47206: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776568.47245: done with _execute_module (file, {'path': '/etc/tuned/profiles/kernel_settings', 'state': 'directory', 'mode': '0755', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776568.47254: _low_level_execute_command(): starting 6530 1726776568.47257: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776568.1099954-6783-62699492632224/ > /dev/null 2>&1 && sleep 0' 6530 1726776568.47718: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.47721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776568.47725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.47727: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.47729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.47780: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.47783: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776568.47791: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.47867: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.49785: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776568.49814: stderr chunk (state=3): >>><<< 6530 1726776568.49817: stdout chunk (state=3): >>><<< 6530 1726776568.49830: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776568.49836: handler run complete 6530 1726776568.49853: attempt loop complete, returning result 6530 1726776568.49856: _execute() done 6530 1726776568.49859: dumping result to json 6530 1726776568.49864: done dumping result, returning 6530 1726776568.49872: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [12343ab9-b159-f2b7-2b7b-000000000149] 6530 1726776568.49876: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000149 6530 1726776568.49975: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000149 6530 1726776568.49978: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "state": "directory", "uid": 0 } 6530 1726776568.50081: no more pending results, returning what we have 6530 1726776568.50084: results queue empty 6530 1726776568.50085: checking for any_errors_fatal 6530 1726776568.50101: done checking for any_errors_fatal 6530 1726776568.50102: checking for max_fail_percentage 6530 1726776568.50103: done checking for max_fail_percentage 6530 1726776568.50104: checking to see if all hosts have failed and the running result is not ok 6530 1726776568.50105: done checking to see if all hosts have failed 6530 1726776568.50108: getting the remaining hosts for this loop 6530 1726776568.50109: done getting the remaining hosts for this loop 6530 1726776568.50112: getting the next task for host managed_node1 6530 1726776568.50118: done getting next task for host managed_node1 6530 1726776568.50121: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6530 1726776568.50124: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776568.50134: getting variables 6530 1726776568.50135: in VariableManager get_vars() 6530 1726776568.50166: Calling all_inventory to load vars for managed_node1 6530 1726776568.50168: Calling groups_inventory to load vars for managed_node1 6530 1726776568.50170: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776568.50178: Calling all_plugins_play to load vars for managed_node1 6530 1726776568.50180: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776568.50183: Calling groups_plugins_play to load vars for managed_node1 6530 1726776568.50314: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776568.50438: done with get_vars() 6530 1726776568.50446: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 16:09:28 -0400 (0:00:00.434) 0:00:12.778 **** 6530 1726776568.50516: entering _queue_task() for managed_node1/slurp 6530 1726776568.50713: worker is 1 (out of 1 available) 6530 1726776568.50726: exiting _queue_task() for managed_node1/slurp 6530 1726776568.50735: done queuing things up, now waiting for results queue to drain 6530 1726776568.50736: waiting for pending results... 6530 1726776568.50900: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6530 1726776568.50971: in run() - task 12343ab9-b159-f2b7-2b7b-00000000014a 6530 1726776568.50980: variable 'ansible_search_path' from source: unknown 6530 1726776568.50984: variable 'ansible_search_path' from source: unknown 6530 1726776568.51012: calling self._execute() 6530 1726776568.51065: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776568.51069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776568.51081: variable 'omit' from source: magic vars 6530 1726776568.51151: variable 'omit' from source: magic vars 6530 1726776568.51189: variable 'omit' from source: magic vars 6530 1726776568.51212: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6530 1726776568.51418: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6530 1726776568.51473: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6530 1726776568.51495: variable 'omit' from source: magic vars 6530 1726776568.51529: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776568.51556: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776568.51572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776568.51585: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776568.51595: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776568.51623: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776568.51628: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776568.51630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776568.51691: Set connection var ansible_timeout to 10 6530 1726776568.51697: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776568.51700: Set connection var ansible_shell_type to sh 6530 1726776568.51705: Set connection var ansible_shell_executable to /bin/sh 6530 1726776568.51712: Set connection var ansible_pipelining to False 6530 1726776568.51719: Set connection var ansible_connection to ssh 6530 1726776568.51736: variable 'ansible_shell_executable' from source: unknown 6530 1726776568.51740: variable 'ansible_connection' from source: unknown 6530 1726776568.51743: variable 'ansible_module_compression' from source: unknown 6530 1726776568.51746: variable 'ansible_shell_type' from source: unknown 6530 1726776568.51748: variable 'ansible_shell_executable' from source: unknown 6530 1726776568.51751: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776568.51753: variable 'ansible_pipelining' from source: unknown 6530 1726776568.51755: variable 'ansible_timeout' from source: unknown 6530 1726776568.51759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776568.51900: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6530 1726776568.51911: variable 'omit' from source: magic vars 6530 1726776568.51914: starting attempt loop 6530 1726776568.51917: running the handler 6530 1726776568.51927: _low_level_execute_command(): starting 6530 1726776568.51934: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776568.52445: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.52448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.52451: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776568.52454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776568.52455: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.52491: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.52512: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.52602: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.54289: stdout chunk (state=3): >>>/root <<< 6530 1726776568.54391: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776568.54422: stderr chunk (state=3): >>><<< 6530 1726776568.54425: stdout chunk (state=3): >>><<< 6530 1726776568.54447: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776568.54459: _low_level_execute_command(): starting 6530 1726776568.54464: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602 `" && echo ansible-tmp-1726776568.544477-6791-111914501957602="` echo /root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602 `" ) && sleep 0' 6530 1726776568.54916: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776568.54919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776568.54929: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.54932: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.54934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.54976: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.54987: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776568.54990: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.55063: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.56993: stdout chunk (state=3): >>>ansible-tmp-1726776568.544477-6791-111914501957602=/root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602 <<< 6530 1726776568.57103: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776568.57135: stderr chunk (state=3): >>><<< 6530 1726776568.57138: stdout chunk (state=3): >>><<< 6530 1726776568.57153: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776568.544477-6791-111914501957602=/root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776568.57193: variable 'ansible_module_compression' from source: unknown 6530 1726776568.57230: ANSIBALLZ: Using lock for slurp 6530 1726776568.57237: ANSIBALLZ: Acquiring lock 6530 1726776568.57240: ANSIBALLZ: Lock acquired: 140394394998336 6530 1726776568.57244: ANSIBALLZ: Creating module 6530 1726776568.64398: ANSIBALLZ: Writing module into payload 6530 1726776568.64439: ANSIBALLZ: Writing module 6530 1726776568.64457: ANSIBALLZ: Renaming module 6530 1726776568.64463: ANSIBALLZ: Done creating module 6530 1726776568.64477: variable 'ansible_facts' from source: unknown 6530 1726776568.64526: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602/AnsiballZ_slurp.py 6530 1726776568.64623: Sending initial data 6530 1726776568.64626: Sent initial data (151 bytes) 6530 1726776568.65081: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.65084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776568.65088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.65091: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776568.65095: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.65146: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.65150: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776568.65152: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.65249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.66932: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776568.67019: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776568.67115: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmp3jt0e4fp /root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602/AnsiballZ_slurp.py <<< 6530 1726776568.67118: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602/AnsiballZ_slurp.py" <<< 6530 1726776568.67211: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmp3jt0e4fp" to remote "/root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602/AnsiballZ_slurp.py" <<< 6530 1726776568.68364: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776568.68368: stdout chunk (state=3): >>><<< 6530 1726776568.68370: stderr chunk (state=3): >>><<< 6530 1726776568.68372: done transferring module to remote 6530 1726776568.68374: _low_level_execute_command(): starting 6530 1726776568.68376: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602/ /root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602/AnsiballZ_slurp.py && sleep 0' 6530 1726776568.68769: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776568.68781: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.68799: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.68841: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.68853: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.68932: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.70782: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776568.70811: stderr chunk (state=3): >>><<< 6530 1726776568.70814: stdout chunk (state=3): >>><<< 6530 1726776568.70824: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776568.70827: _low_level_execute_command(): starting 6530 1726776568.70831: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602/AnsiballZ_slurp.py && sleep 0' 6530 1726776568.71240: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776568.71243: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776568.71245: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.71247: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.71249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.71300: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.71303: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.71393: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.86373: 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"}}} <<< 6530 1726776568.87690: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776568.87729: stderr chunk (state=3): >>><<< 6530 1726776568.87732: stdout chunk (state=3): >>><<< 6530 1726776568.87747: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdAo=", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776568.87770: 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-1726776568.544477-6791-111914501957602/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776568.87777: _low_level_execute_command(): starting 6530 1726776568.87782: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776568.544477-6791-111914501957602/ > /dev/null 2>&1 && sleep 0' 6530 1726776568.88242: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.88245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776568.88249: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.88252: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776568.88258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776568.88260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.88310: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.88313: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776568.88315: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.88398: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.90250: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776568.90276: stderr chunk (state=3): >>><<< 6530 1726776568.90279: stdout chunk (state=3): >>><<< 6530 1726776568.90294: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776568.90301: handler run complete 6530 1726776568.90321: attempt loop complete, returning result 6530 1726776568.90325: _execute() done 6530 1726776568.90327: dumping result to json 6530 1726776568.90330: done dumping result, returning 6530 1726776568.90339: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [12343ab9-b159-f2b7-2b7b-00000000014a] 6530 1726776568.90343: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000014a 6530 1726776568.90427: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000014a 6530 1726776568.90431: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "dmlydHVhbC1ndWVzdAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6530 1726776568.90492: no more pending results, returning what we have 6530 1726776568.90495: results queue empty 6530 1726776568.90496: checking for any_errors_fatal 6530 1726776568.90503: done checking for any_errors_fatal 6530 1726776568.90504: checking for max_fail_percentage 6530 1726776568.90505: done checking for max_fail_percentage 6530 1726776568.90506: checking to see if all hosts have failed and the running result is not ok 6530 1726776568.90507: done checking to see if all hosts have failed 6530 1726776568.90508: getting the remaining hosts for this loop 6530 1726776568.90509: done getting the remaining hosts for this loop 6530 1726776568.90512: getting the next task for host managed_node1 6530 1726776568.90519: done getting next task for host managed_node1 6530 1726776568.90523: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6530 1726776568.90526: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776568.90536: getting variables 6530 1726776568.90538: in VariableManager get_vars() 6530 1726776568.90572: Calling all_inventory to load vars for managed_node1 6530 1726776568.90575: Calling groups_inventory to load vars for managed_node1 6530 1726776568.90577: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776568.90593: Calling all_plugins_play to load vars for managed_node1 6530 1726776568.90597: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776568.90600: Calling groups_plugins_play to load vars for managed_node1 6530 1726776568.90743: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776568.90898: done with get_vars() 6530 1726776568.90905: done getting variables 6530 1726776568.90950: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 16:09:28 -0400 (0:00:00.404) 0:00:13.182 **** 6530 1726776568.90973: entering _queue_task() for managed_node1/set_fact 6530 1726776568.91173: worker is 1 (out of 1 available) 6530 1726776568.91188: exiting _queue_task() for managed_node1/set_fact 6530 1726776568.91200: done queuing things up, now waiting for results queue to drain 6530 1726776568.91201: waiting for pending results... 6530 1726776568.91366: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6530 1726776568.91436: in run() - task 12343ab9-b159-f2b7-2b7b-00000000014b 6530 1726776568.91449: variable 'ansible_search_path' from source: unknown 6530 1726776568.91452: variable 'ansible_search_path' from source: unknown 6530 1726776568.91479: calling self._execute() 6530 1726776568.91536: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776568.91539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776568.91549: variable 'omit' from source: magic vars 6530 1726776568.91623: variable 'omit' from source: magic vars 6530 1726776568.91658: variable 'omit' from source: magic vars 6530 1726776568.91941: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6530 1726776568.91948: variable '__cur_profile' from source: task vars 6530 1726776568.92049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6530 1726776568.93428: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6530 1726776568.93677: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6530 1726776568.93709: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6530 1726776568.93735: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6530 1726776568.93754: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6530 1726776568.93814: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776568.93837: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776568.93854: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776568.93879: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776568.93891: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776568.93969: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6530 1726776568.94002: variable 'omit' from source: magic vars 6530 1726776568.94022: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776568.94044: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776568.94060: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776568.94072: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776568.94081: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776568.94104: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776568.94109: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776568.94112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776568.94179: Set connection var ansible_timeout to 10 6530 1726776568.94184: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776568.94189: Set connection var ansible_shell_type to sh 6530 1726776568.94194: Set connection var ansible_shell_executable to /bin/sh 6530 1726776568.94201: Set connection var ansible_pipelining to False 6530 1726776568.94209: Set connection var ansible_connection to ssh 6530 1726776568.94225: variable 'ansible_shell_executable' from source: unknown 6530 1726776568.94228: variable 'ansible_connection' from source: unknown 6530 1726776568.94230: variable 'ansible_module_compression' from source: unknown 6530 1726776568.94232: variable 'ansible_shell_type' from source: unknown 6530 1726776568.94234: variable 'ansible_shell_executable' from source: unknown 6530 1726776568.94236: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776568.94240: variable 'ansible_pipelining' from source: unknown 6530 1726776568.94243: variable 'ansible_timeout' from source: unknown 6530 1726776568.94247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776568.94317: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776568.94325: variable 'omit' from source: magic vars 6530 1726776568.94330: starting attempt loop 6530 1726776568.94333: running the handler 6530 1726776568.94342: handler run complete 6530 1726776568.94351: attempt loop complete, returning result 6530 1726776568.94354: _execute() done 6530 1726776568.94357: dumping result to json 6530 1726776568.94363: done dumping result, returning 6530 1726776568.94379: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [12343ab9-b159-f2b7-2b7b-00000000014b] 6530 1726776568.94381: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000014b 6530 1726776568.94459: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000014b 6530 1726776568.94463: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6530 1726776568.94550: no more pending results, returning what we have 6530 1726776568.94552: results queue empty 6530 1726776568.94553: checking for any_errors_fatal 6530 1726776568.94559: done checking for any_errors_fatal 6530 1726776568.94560: checking for max_fail_percentage 6530 1726776568.94561: done checking for max_fail_percentage 6530 1726776568.94562: checking to see if all hosts have failed and the running result is not ok 6530 1726776568.94563: done checking to see if all hosts have failed 6530 1726776568.94563: getting the remaining hosts for this loop 6530 1726776568.94565: done getting the remaining hosts for this loop 6530 1726776568.94567: getting the next task for host managed_node1 6530 1726776568.94573: done getting next task for host managed_node1 6530 1726776568.94576: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6530 1726776568.94580: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776568.94598: getting variables 6530 1726776568.94599: in VariableManager get_vars() 6530 1726776568.94632: Calling all_inventory to load vars for managed_node1 6530 1726776568.94634: Calling groups_inventory to load vars for managed_node1 6530 1726776568.94636: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776568.94644: Calling all_plugins_play to load vars for managed_node1 6530 1726776568.94647: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776568.94649: Calling groups_plugins_play to load vars for managed_node1 6530 1726776568.94767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776568.94892: done with get_vars() 6530 1726776568.94902: done getting variables 6530 1726776568.94990: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 16:09:28 -0400 (0:00:00.040) 0:00:13.223 **** 6530 1726776568.95016: entering _queue_task() for managed_node1/copy 6530 1726776568.95219: worker is 1 (out of 1 available) 6530 1726776568.95232: exiting _queue_task() for managed_node1/copy 6530 1726776568.95242: done queuing things up, now waiting for results queue to drain 6530 1726776568.95244: waiting for pending results... 6530 1726776568.95402: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6530 1726776568.95473: in run() - task 12343ab9-b159-f2b7-2b7b-00000000014c 6530 1726776568.95483: variable 'ansible_search_path' from source: unknown 6530 1726776568.95487: variable 'ansible_search_path' from source: unknown 6530 1726776568.95518: calling self._execute() 6530 1726776568.95574: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776568.95577: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776568.95590: variable 'omit' from source: magic vars 6530 1726776568.95660: variable 'omit' from source: magic vars 6530 1726776568.95695: variable 'omit' from source: magic vars 6530 1726776568.95718: variable '__kernel_settings_active_profile' from source: set_fact 6530 1726776568.95924: variable '__kernel_settings_active_profile' from source: set_fact 6530 1726776568.95944: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6530 1726776568.96046: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6530 1726776568.96097: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6530 1726776568.96116: variable 'omit' from source: magic vars 6530 1726776568.96149: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776568.96175: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776568.96193: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776568.96208: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776568.96215: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776568.96238: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776568.96244: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776568.96246: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776568.96311: Set connection var ansible_timeout to 10 6530 1726776568.96315: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776568.96317: Set connection var ansible_shell_type to sh 6530 1726776568.96320: Set connection var ansible_shell_executable to /bin/sh 6530 1726776568.96327: Set connection var ansible_pipelining to False 6530 1726776568.96334: Set connection var ansible_connection to ssh 6530 1726776568.96350: variable 'ansible_shell_executable' from source: unknown 6530 1726776568.96353: variable 'ansible_connection' from source: unknown 6530 1726776568.96357: variable 'ansible_module_compression' from source: unknown 6530 1726776568.96360: variable 'ansible_shell_type' from source: unknown 6530 1726776568.96362: variable 'ansible_shell_executable' from source: unknown 6530 1726776568.96364: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776568.96366: variable 'ansible_pipelining' from source: unknown 6530 1726776568.96368: variable 'ansible_timeout' from source: unknown 6530 1726776568.96370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776568.96468: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776568.96477: variable 'omit' from source: magic vars 6530 1726776568.96488: starting attempt loop 6530 1726776568.96492: running the handler 6530 1726776568.96497: _low_level_execute_command(): starting 6530 1726776568.96504: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776568.97016: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.97022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.97026: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776568.97028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.97080: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.97083: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776568.97085: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.97172: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776568.98861: stdout chunk (state=3): >>>/root <<< 6530 1726776568.98953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776568.98987: stderr chunk (state=3): >>><<< 6530 1726776568.98991: stdout chunk (state=3): >>><<< 6530 1726776568.99009: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776568.99023: _low_level_execute_command(): starting 6530 1726776568.99029: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164 `" && echo ansible-tmp-1726776568.990119-6807-270397872309164="` echo /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164 `" ) && sleep 0' 6530 1726776568.99446: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776568.99458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776568.99482: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.99485: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776568.99490: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776568.99548: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776568.99551: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776568.99555: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776568.99634: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.01604: stdout chunk (state=3): >>>ansible-tmp-1726776568.990119-6807-270397872309164=/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164 <<< 6530 1726776569.01712: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776569.01739: stderr chunk (state=3): >>><<< 6530 1726776569.01742: stdout chunk (state=3): >>><<< 6530 1726776569.01761: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776568.990119-6807-270397872309164=/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776569.01838: variable 'ansible_module_compression' from source: unknown 6530 1726776569.01882: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6530 1726776569.01912: variable 'ansible_facts' from source: unknown 6530 1726776569.01973: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_stat.py 6530 1726776569.02062: Sending initial data 6530 1726776569.02065: Sent initial data (150 bytes) 6530 1726776569.02519: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776569.02523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776569.02525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.02528: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.02581: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.02589: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.02591: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.02668: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.04263: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776569.04341: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776569.04422: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmp5su4o1n5 /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_stat.py <<< 6530 1726776569.04425: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_stat.py" <<< 6530 1726776569.04499: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmp5su4o1n5" to remote "/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_stat.py" <<< 6530 1726776569.04505: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_stat.py" <<< 6530 1726776569.05175: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776569.05222: stderr chunk (state=3): >>><<< 6530 1726776569.05225: stdout chunk (state=3): >>><<< 6530 1726776569.05262: done transferring module to remote 6530 1726776569.05271: _low_level_execute_command(): starting 6530 1726776569.05276: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/ /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_stat.py && sleep 0' 6530 1726776569.05734: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776569.05737: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.05744: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776569.05747: 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 <<< 6530 1726776569.05749: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.05792: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.05797: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.05815: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.05884: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.07691: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776569.07718: stderr chunk (state=3): >>><<< 6530 1726776569.07721: stdout chunk (state=3): >>><<< 6530 1726776569.07740: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776569.07743: _low_level_execute_command(): starting 6530 1726776569.07747: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_stat.py && sleep 0' 6530 1726776569.08211: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776569.08214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776569.08216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6530 1726776569.08218: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776569.08220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.08276: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.08284: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.08288: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.08365: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.25481: 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": 343933126, "dev": 51714, "nlink": 1, "atime": 1726776568.8620067, "mtime": 1726776567.978008, "ctime": 1726776567.978008, "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": "2686346291", "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}}} <<< 6530 1726776569.27122: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776569.27146: stderr chunk (state=3): >>><<< 6530 1726776569.27149: stdout chunk (state=3): >>><<< 6530 1726776569.27165: _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": 343933126, "dev": 51714, "nlink": 1, "atime": 1726776568.8620067, "mtime": 1726776567.978008, "ctime": 1726776567.978008, "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": "2686346291", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776569.27209: 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-1726776568.990119-6807-270397872309164/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6530 1726776569.27304: Sending initial data 6530 1726776569.27311: Sent initial data (138 bytes) 6530 1726776569.27776: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776569.27779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776569.27782: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.27784: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776569.27791: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776569.27796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.27842: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.27845: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.27847: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.27932: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.29594: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776569.29672: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776569.29749: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/.1lsn4lld /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/.source <<< 6530 1726776569.29756: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/.source" <<< 6530 1726776569.29837: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/.1lsn4lld" to remote "/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/.source" <<< 6530 1726776569.29841: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/.source" <<< 6530 1726776569.30166: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776569.30212: stderr chunk (state=3): >>><<< 6530 1726776569.30215: stdout chunk (state=3): >>><<< 6530 1726776569.30233: _low_level_execute_command(): starting 6530 1726776569.30237: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/ /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/.source && sleep 0' 6530 1726776569.30694: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776569.30697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776569.30699: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.30701: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776569.30705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.30758: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.30761: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.30767: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.30848: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.32732: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776569.32760: stderr chunk (state=3): >>><<< 6530 1726776569.32763: stdout chunk (state=3): >>><<< 6530 1726776569.32778: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776569.32802: variable 'ansible_module_compression' from source: unknown 6530 1726776569.32839: ANSIBALLZ: Using generic lock for ansible.legacy.copy 6530 1726776569.32847: ANSIBALLZ: Acquiring lock 6530 1726776569.32849: ANSIBALLZ: Lock acquired: 140394396207632 6530 1726776569.32851: ANSIBALLZ: Creating module 6530 1726776569.41189: ANSIBALLZ: Writing module into payload 6530 1726776569.41278: ANSIBALLZ: Writing module 6530 1726776569.41299: ANSIBALLZ: Renaming module 6530 1726776569.41304: ANSIBALLZ: Done creating module 6530 1726776569.41319: variable 'ansible_facts' from source: unknown 6530 1726776569.41368: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_copy.py 6530 1726776569.41460: Sending initial data 6530 1726776569.41463: Sent initial data (150 bytes) 6530 1726776569.41897: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776569.41933: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.41936: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776569.41938: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776569.41940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.41990: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.41994: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.41996: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.42094: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.43850: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776569.44007: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776569.44091: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmp8a6rsx3n /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_copy.py <<< 6530 1726776569.44093: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_copy.py" <<< 6530 1726776569.44161: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmp8a6rsx3n" to remote "/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_copy.py" <<< 6530 1726776569.44167: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_copy.py" <<< 6530 1726776569.44850: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776569.44894: stderr chunk (state=3): >>><<< 6530 1726776569.44897: stdout chunk (state=3): >>><<< 6530 1726776569.44934: done transferring module to remote 6530 1726776569.44942: _low_level_execute_command(): starting 6530 1726776569.44947: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/ /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_copy.py && sleep 0' 6530 1726776569.45395: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776569.45400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.45418: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.45468: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.45471: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.45474: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.45556: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.47368: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776569.47395: stderr chunk (state=3): >>><<< 6530 1726776569.47398: stdout chunk (state=3): >>><<< 6530 1726776569.47415: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776569.47418: _low_level_execute_command(): starting 6530 1726776569.47423: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/AnsiballZ_copy.py && sleep 0' 6530 1726776569.47875: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776569.47882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.47885: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776569.47889: 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 <<< 6530 1726776569.47891: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.47939: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.47942: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.47944: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.48074: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.64820: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/.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-1726776568.990119-6807-270397872309164/.source", "_original_basename": ".1lsn4lld", "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}}} <<< 6530 1726776569.66149: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776569.66179: stderr chunk (state=3): >>><<< 6530 1726776569.66182: stdout chunk (state=3): >>><<< 6530 1726776569.66199: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/.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-1726776568.990119-6807-270397872309164/.source", "_original_basename": ".1lsn4lld", "follow": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776569.66224: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/.source', '_original_basename': '.1lsn4lld', '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-1726776568.990119-6807-270397872309164/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776569.66232: _low_level_execute_command(): starting 6530 1726776569.66237: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/ > /dev/null 2>&1 && sleep 0' 6530 1726776569.66704: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776569.66709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776569.66712: 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.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776569.66716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.66769: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.66772: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.66775: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.66860: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.68902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776569.68911: stdout chunk (state=3): >>><<< 6530 1726776569.68914: stderr chunk (state=3): >>><<< 6530 1726776569.69093: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776569.69102: handler run complete 6530 1726776569.69105: attempt loop complete, returning result 6530 1726776569.69111: _execute() done 6530 1726776569.69114: dumping result to json 6530 1726776569.69116: done dumping result, returning 6530 1726776569.69119: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [12343ab9-b159-f2b7-2b7b-00000000014c] 6530 1726776569.69122: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000014c 6530 1726776569.69202: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000014c changed: [managed_node1] => { "changed": true, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "md5sum": "8d80fe3f09ba4b9ac8d7fd5e8541a324", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "src": "/root/.ansible/tmp/ansible-tmp-1726776568.990119-6807-270397872309164/.source", "state": "file", "uid": 0 } 6530 1726776569.69292: no more pending results, returning what we have 6530 1726776569.69296: results queue empty 6530 1726776569.69297: checking for any_errors_fatal 6530 1726776569.69302: done checking for any_errors_fatal 6530 1726776569.69302: checking for max_fail_percentage 6530 1726776569.69304: done checking for max_fail_percentage 6530 1726776569.69304: checking to see if all hosts have failed and the running result is not ok 6530 1726776569.69305: done checking to see if all hosts have failed 6530 1726776569.69306: getting the remaining hosts for this loop 6530 1726776569.69307: done getting the remaining hosts for this loop 6530 1726776569.69311: getting the next task for host managed_node1 6530 1726776569.69317: done getting next task for host managed_node1 6530 1726776569.69321: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6530 1726776569.69324: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776569.69334: getting variables 6530 1726776569.69335: in VariableManager get_vars() 6530 1726776569.69370: Calling all_inventory to load vars for managed_node1 6530 1726776569.69373: Calling groups_inventory to load vars for managed_node1 6530 1726776569.69375: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776569.69574: Calling all_plugins_play to load vars for managed_node1 6530 1726776569.69581: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776569.69589: WORKER PROCESS EXITING 6530 1726776569.69595: Calling groups_plugins_play to load vars for managed_node1 6530 1726776569.69839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776569.70058: done with get_vars() 6530 1726776569.70069: done getting variables 6530 1726776569.70139: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 16:09:29 -0400 (0:00:00.751) 0:00:13.974 **** 6530 1726776569.70189: entering _queue_task() for managed_node1/copy 6530 1726776569.70622: worker is 1 (out of 1 available) 6530 1726776569.70635: exiting _queue_task() for managed_node1/copy 6530 1726776569.70646: done queuing things up, now waiting for results queue to drain 6530 1726776569.70647: waiting for pending results... 6530 1726776569.70870: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6530 1726776569.70993: in run() - task 12343ab9-b159-f2b7-2b7b-00000000014d 6530 1726776569.71014: variable 'ansible_search_path' from source: unknown 6530 1726776569.71017: variable 'ansible_search_path' from source: unknown 6530 1726776569.71192: calling self._execute() 6530 1726776569.71196: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776569.71199: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776569.71201: variable 'omit' from source: magic vars 6530 1726776569.71279: variable 'omit' from source: magic vars 6530 1726776569.71346: variable 'omit' from source: magic vars 6530 1726776569.71391: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6530 1726776569.71727: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6530 1726776569.71822: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6530 1726776569.71860: variable 'omit' from source: magic vars 6530 1726776569.71915: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776569.71958: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776569.71990: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776569.72020: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776569.72035: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776569.72070: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776569.72090: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776569.72094: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776569.72205: Set connection var ansible_timeout to 10 6530 1726776569.72234: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776569.72237: Set connection var ansible_shell_type to sh 6530 1726776569.72293: Set connection var ansible_shell_executable to /bin/sh 6530 1726776569.72296: Set connection var ansible_pipelining to False 6530 1726776569.72298: Set connection var ansible_connection to ssh 6530 1726776569.72300: variable 'ansible_shell_executable' from source: unknown 6530 1726776569.72306: variable 'ansible_connection' from source: unknown 6530 1726776569.72314: variable 'ansible_module_compression' from source: unknown 6530 1726776569.72321: variable 'ansible_shell_type' from source: unknown 6530 1726776569.72327: variable 'ansible_shell_executable' from source: unknown 6530 1726776569.72346: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776569.72355: variable 'ansible_pipelining' from source: unknown 6530 1726776569.72397: variable 'ansible_timeout' from source: unknown 6530 1726776569.72400: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776569.72544: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776569.72575: variable 'omit' from source: magic vars 6530 1726776569.72591: starting attempt loop 6530 1726776569.72600: running the handler 6530 1726776569.72621: _low_level_execute_command(): starting 6530 1726776569.72670: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776569.73446: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776569.73513: 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.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.73581: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.73616: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.73649: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.73743: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.75381: stdout chunk (state=3): >>>/root <<< 6530 1726776569.75469: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776569.75508: stderr chunk (state=3): >>><<< 6530 1726776569.75511: stdout chunk (state=3): >>><<< 6530 1726776569.75528: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776569.75544: _low_level_execute_command(): starting 6530 1726776569.75549: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586 `" && echo ansible-tmp-1726776569.7553-6826-167106969116586="` echo /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586 `" ) && sleep 0' 6530 1726776569.76023: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776569.76028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.76038: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776569.76041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776569.76043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.76085: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.76091: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.76098: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.76180: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.78106: stdout chunk (state=3): >>>ansible-tmp-1726776569.7553-6826-167106969116586=/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586 <<< 6530 1726776569.78211: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776569.78242: stderr chunk (state=3): >>><<< 6530 1726776569.78245: stdout chunk (state=3): >>><<< 6530 1726776569.78259: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776569.7553-6826-167106969116586=/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776569.78342: variable 'ansible_module_compression' from source: unknown 6530 1726776569.78385: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6530 1726776569.78418: variable 'ansible_facts' from source: unknown 6530 1726776569.78480: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_stat.py 6530 1726776569.78579: Sending initial data 6530 1726776569.78582: Sent initial data (148 bytes) 6530 1726776569.79066: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776569.79072: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.79132: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.79136: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.79143: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.79222: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.80835: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776569.80914: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776569.80995: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpuaqkrfxi /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_stat.py <<< 6530 1726776569.81003: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_stat.py" <<< 6530 1726776569.81082: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 6530 1726776569.81085: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpuaqkrfxi" to remote "/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_stat.py" <<< 6530 1726776569.81789: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776569.81829: stderr chunk (state=3): >>><<< 6530 1726776569.81832: stdout chunk (state=3): >>><<< 6530 1726776569.81872: done transferring module to remote 6530 1726776569.81883: _low_level_execute_command(): starting 6530 1726776569.81893: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/ /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_stat.py && sleep 0' 6530 1726776569.82363: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776569.82367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.82370: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776569.82377: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.82426: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.82429: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.82433: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.82514: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776569.84307: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776569.84334: stderr chunk (state=3): >>><<< 6530 1726776569.84337: stdout chunk (state=3): >>><<< 6530 1726776569.84350: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776569.84354: _low_level_execute_command(): starting 6530 1726776569.84358: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_stat.py && sleep 0' 6530 1726776569.84819: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776569.84823: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.84825: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776569.84828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776569.84832: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776569.84884: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776569.84891: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776569.84898: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776569.84985: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.01174: 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": 343933124, "dev": 51714, "nlink": 1, "atime": 1726776567.8510082, "mtime": 1726776567.978008, "ctime": 1726776567.978008, "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": "3679498502", "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}}} <<< 6530 1726776570.02684: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776570.02718: stderr chunk (state=3): >>><<< 6530 1726776570.02721: stdout chunk (state=3): >>><<< 6530 1726776570.02736: _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": 343933124, "dev": 51714, "nlink": 1, "atime": 1726776567.8510082, "mtime": 1726776567.978008, "ctime": 1726776567.978008, "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": "3679498502", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776570.02782: 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-1726776569.7553-6826-167106969116586/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6530 1726776570.02877: Sending initial data 6530 1726776570.02880: Sent initial data (136 bytes) 6530 1726776570.03353: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.03356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.03359: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.03361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776570.03363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.03411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.03414: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.03417: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.03502: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.05139: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776570.05216: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776570.05302: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/.0hqj3bqt /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/.source <<< 6530 1726776570.05308: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/.source" <<< 6530 1726776570.05389: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/.0hqj3bqt" to remote "/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/.source" <<< 6530 1726776570.05392: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/.source" <<< 6530 1726776570.05707: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.05755: stderr chunk (state=3): >>><<< 6530 1726776570.05759: stdout chunk (state=3): >>><<< 6530 1726776570.05778: _low_level_execute_command(): starting 6530 1726776570.05781: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/ /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/.source && sleep 0' 6530 1726776570.06235: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.06238: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.06240: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776570.06243: 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 <<< 6530 1726776570.06245: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.06292: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.06299: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.06385: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.08159: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.08191: stderr chunk (state=3): >>><<< 6530 1726776570.08194: stdout chunk (state=3): >>><<< 6530 1726776570.08204: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776570.08225: variable 'ansible_module_compression' from source: unknown 6530 1726776570.08257: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6530 1726776570.08273: variable 'ansible_facts' from source: unknown 6530 1726776570.08322: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_copy.py 6530 1726776570.08408: Sending initial data 6530 1726776570.08411: Sent initial data (148 bytes) 6530 1726776570.08860: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6530 1726776570.08863: 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 <<< 6530 1726776570.08865: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.08871: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6530 1726776570.08873: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.08875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.08921: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.08924: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.09011: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.10572: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776570.10644: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776570.10727: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmptx3s43p4 /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_copy.py <<< 6530 1726776570.10733: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_copy.py" <<< 6530 1726776570.10807: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmptx3s43p4" to remote "/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_copy.py" <<< 6530 1726776570.10810: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_copy.py" <<< 6530 1726776570.11503: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.11546: stderr chunk (state=3): >>><<< 6530 1726776570.11550: stdout chunk (state=3): >>><<< 6530 1726776570.11593: done transferring module to remote 6530 1726776570.11601: _low_level_execute_command(): starting 6530 1726776570.11605: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/ /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_copy.py && sleep 0' 6530 1726776570.12055: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.12058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.12060: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776570.12062: 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 <<< 6530 1726776570.12064: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.12121: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.12128: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.12131: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.12203: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.13977: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.14005: stderr chunk (state=3): >>><<< 6530 1726776570.14011: stdout chunk (state=3): >>><<< 6530 1726776570.14022: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776570.14025: _low_level_execute_command(): starting 6530 1726776570.14030: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/AnsiballZ_copy.py && sleep 0' 6530 1726776570.14449: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.14456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776570.14481: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.14484: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.14489: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776570.14491: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.14547: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.14558: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.14560: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.14636: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.30710: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/.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-1726776569.7553-6826-167106969116586/.source", "_original_basename": ".0hqj3bqt", "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}}} <<< 6530 1726776570.32019: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776570.32048: stderr chunk (state=3): >>><<< 6530 1726776570.32051: stdout chunk (state=3): >>><<< 6530 1726776570.32065: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/.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-1726776569.7553-6826-167106969116586/.source", "_original_basename": ".0hqj3bqt", "follow": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776570.32093: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/.source', '_original_basename': '.0hqj3bqt', '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-1726776569.7553-6826-167106969116586/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776570.32101: _low_level_execute_command(): starting 6530 1726776570.32110: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/ > /dev/null 2>&1 && sleep 0' 6530 1726776570.32569: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.32572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.32574: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776570.32577: 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 <<< 6530 1726776570.32578: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.32629: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.32632: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.32634: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.32717: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.34582: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.34614: stderr chunk (state=3): >>><<< 6530 1726776570.34617: stdout chunk (state=3): >>><<< 6530 1726776570.34631: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776570.34638: handler run complete 6530 1726776570.34656: attempt loop complete, returning result 6530 1726776570.34659: _execute() done 6530 1726776570.34661: dumping result to json 6530 1726776570.34667: done dumping result, returning 6530 1726776570.34676: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [12343ab9-b159-f2b7-2b7b-00000000014d] 6530 1726776570.34680: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000014d 6530 1726776570.34782: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000014d 6530 1726776570.34787: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "cf3f2a865fbea819dadd439586eaee31", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "src": "/root/.ansible/tmp/ansible-tmp-1726776569.7553-6826-167106969116586/.source", "state": "file", "uid": 0 } 6530 1726776570.34869: no more pending results, returning what we have 6530 1726776570.34871: results queue empty 6530 1726776570.34872: checking for any_errors_fatal 6530 1726776570.34878: done checking for any_errors_fatal 6530 1726776570.34878: checking for max_fail_percentage 6530 1726776570.34880: done checking for max_fail_percentage 6530 1726776570.34880: checking to see if all hosts have failed and the running result is not ok 6530 1726776570.34881: done checking to see if all hosts have failed 6530 1726776570.34882: getting the remaining hosts for this loop 6530 1726776570.34884: done getting the remaining hosts for this loop 6530 1726776570.34894: getting the next task for host managed_node1 6530 1726776570.34900: done getting next task for host managed_node1 6530 1726776570.34903: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6530 1726776570.34906: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776570.34916: getting variables 6530 1726776570.34917: in VariableManager get_vars() 6530 1726776570.34946: Calling all_inventory to load vars for managed_node1 6530 1726776570.34949: Calling groups_inventory to load vars for managed_node1 6530 1726776570.34951: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776570.34960: Calling all_plugins_play to load vars for managed_node1 6530 1726776570.34962: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776570.34965: Calling groups_plugins_play to load vars for managed_node1 6530 1726776570.35080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776570.35203: done with get_vars() 6530 1726776570.35211: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 16:09:30 -0400 (0:00:00.650) 0:00:14.625 **** 6530 1726776570.35270: entering _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 6530 1726776570.35458: worker is 1 (out of 1 available) 6530 1726776570.35472: exiting _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 6530 1726776570.35483: done queuing things up, now waiting for results queue to drain 6530 1726776570.35484: waiting for pending results... 6530 1726776570.35649: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6530 1726776570.35716: in run() - task 12343ab9-b159-f2b7-2b7b-00000000014e 6530 1726776570.35728: variable 'ansible_search_path' from source: unknown 6530 1726776570.35731: variable 'ansible_search_path' from source: unknown 6530 1726776570.35758: calling self._execute() 6530 1726776570.35823: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776570.35827: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776570.35833: variable 'omit' from source: magic vars 6530 1726776570.35959: variable 'omit' from source: magic vars 6530 1726776570.35996: variable 'omit' from source: magic vars 6530 1726776570.36018: variable '__kernel_settings_profile_filename' from source: role '' all vars 6530 1726776570.36224: variable '__kernel_settings_profile_filename' from source: role '' all vars 6530 1726776570.36278: variable '__kernel_settings_profile_dir' from source: role '' all vars 6530 1726776570.36338: variable '__kernel_settings_profile_parent' from source: set_fact 6530 1726776570.36344: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6530 1726776570.36374: variable 'omit' from source: magic vars 6530 1726776570.36406: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776570.36434: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776570.36451: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776570.36464: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776570.36476: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776570.36497: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776570.36501: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776570.36503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776570.36570: Set connection var ansible_timeout to 10 6530 1726776570.36577: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776570.36580: Set connection var ansible_shell_type to sh 6530 1726776570.36582: Set connection var ansible_shell_executable to /bin/sh 6530 1726776570.36594: Set connection var ansible_pipelining to False 6530 1726776570.36599: Set connection var ansible_connection to ssh 6530 1726776570.36617: variable 'ansible_shell_executable' from source: unknown 6530 1726776570.36620: variable 'ansible_connection' from source: unknown 6530 1726776570.36622: variable 'ansible_module_compression' from source: unknown 6530 1726776570.36624: variable 'ansible_shell_type' from source: unknown 6530 1726776570.36627: variable 'ansible_shell_executable' from source: unknown 6530 1726776570.36629: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776570.36632: variable 'ansible_pipelining' from source: unknown 6530 1726776570.36635: variable 'ansible_timeout' from source: unknown 6530 1726776570.36639: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776570.36766: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6530 1726776570.36775: variable 'omit' from source: magic vars 6530 1726776570.36780: starting attempt loop 6530 1726776570.36782: running the handler 6530 1726776570.36797: _low_level_execute_command(): starting 6530 1726776570.36811: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776570.37303: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.37309: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.37313: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776570.37316: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.37358: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.37361: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.37363: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.37452: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.39070: stdout chunk (state=3): >>>/root <<< 6530 1726776570.39165: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.39192: stderr chunk (state=3): >>><<< 6530 1726776570.39195: stdout chunk (state=3): >>><<< 6530 1726776570.39213: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776570.39226: _low_level_execute_command(): starting 6530 1726776570.39232: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873 `" && echo ansible-tmp-1726776570.392127-6844-275837057056873="` echo /root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873 `" ) && sleep 0' 6530 1726776570.39664: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.39676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776570.39678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.39681: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.39683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.39727: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.39730: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.39736: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.39820: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.41717: stdout chunk (state=3): >>>ansible-tmp-1726776570.392127-6844-275837057056873=/root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873 <<< 6530 1726776570.41829: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.41857: stderr chunk (state=3): >>><<< 6530 1726776570.41861: stdout chunk (state=3): >>><<< 6530 1726776570.41875: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776570.392127-6844-275837057056873=/root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776570.41915: variable 'ansible_module_compression' from source: unknown 6530 1726776570.41951: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6530 1726776570.41974: variable 'ansible_facts' from source: unknown 6530 1726776570.42033: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873/AnsiballZ_kernel_settings_get_config.py 6530 1726776570.42126: Sending initial data 6530 1726776570.42129: Sent initial data (172 bytes) 6530 1726776570.42564: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.42568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776570.42570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.42572: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.42574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.42626: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.42629: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.42716: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.44276: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776570.44350: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776570.44434: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpajpmmiz3 /root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873/AnsiballZ_kernel_settings_get_config.py <<< 6530 1726776570.44438: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873/AnsiballZ_kernel_settings_get_config.py" <<< 6530 1726776570.44510: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpajpmmiz3" to remote "/root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873/AnsiballZ_kernel_settings_get_config.py" <<< 6530 1726776570.44513: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873/AnsiballZ_kernel_settings_get_config.py" <<< 6530 1726776570.45176: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.45223: stderr chunk (state=3): >>><<< 6530 1726776570.45226: stdout chunk (state=3): >>><<< 6530 1726776570.45266: done transferring module to remote 6530 1726776570.45275: _low_level_execute_command(): starting 6530 1726776570.45280: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873/ /root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6530 1726776570.45728: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.45733: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776570.45740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.45742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776570.45744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.45793: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.45796: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.45800: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.45879: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.47647: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.47671: stderr chunk (state=3): >>><<< 6530 1726776570.47674: stdout chunk (state=3): >>><<< 6530 1726776570.47693: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776570.47696: _low_level_execute_command(): starting 6530 1726776570.47701: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6530 1726776570.48154: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.48159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.48161: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.48163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776570.48165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.48211: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.48214: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.48217: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.48306: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.63776: stdout chunk (state=3): >>> {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 6530 1726776570.65110: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776570.65139: stderr chunk (state=3): >>><<< 6530 1726776570.65143: stdout chunk (state=3): >>><<< 6530 1726776570.65158: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776570.65179: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/profiles/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776570.65188: _low_level_execute_command(): starting 6530 1726776570.65194: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776570.392127-6844-275837057056873/ > /dev/null 2>&1 && sleep 0' 6530 1726776570.65650: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.65653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.65655: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6530 1726776570.65664: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.65666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.65718: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.65721: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.65725: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.65809: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.67676: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.67704: stderr chunk (state=3): >>><<< 6530 1726776570.67710: stdout chunk (state=3): >>><<< 6530 1726776570.67726: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776570.67729: handler run complete 6530 1726776570.67743: attempt loop complete, returning result 6530 1726776570.67745: _execute() done 6530 1726776570.67748: dumping result to json 6530 1726776570.67752: done dumping result, returning 6530 1726776570.67762: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get current config [12343ab9-b159-f2b7-2b7b-00000000014e] 6530 1726776570.67766: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000014e 6530 1726776570.67856: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000014e 6530 1726776570.67859: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "data": {} } 6530 1726776570.67928: no more pending results, returning what we have 6530 1726776570.67931: results queue empty 6530 1726776570.67932: checking for any_errors_fatal 6530 1726776570.67938: done checking for any_errors_fatal 6530 1726776570.67939: checking for max_fail_percentage 6530 1726776570.67941: done checking for max_fail_percentage 6530 1726776570.67941: checking to see if all hosts have failed and the running result is not ok 6530 1726776570.67942: done checking to see if all hosts have failed 6530 1726776570.67943: getting the remaining hosts for this loop 6530 1726776570.67944: done getting the remaining hosts for this loop 6530 1726776570.67947: getting the next task for host managed_node1 6530 1726776570.67953: done getting next task for host managed_node1 6530 1726776570.67956: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6530 1726776570.67960: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776570.67971: getting variables 6530 1726776570.67973: in VariableManager get_vars() 6530 1726776570.68005: Calling all_inventory to load vars for managed_node1 6530 1726776570.68010: Calling groups_inventory to load vars for managed_node1 6530 1726776570.68012: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776570.68020: Calling all_plugins_play to load vars for managed_node1 6530 1726776570.68022: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776570.68025: Calling groups_plugins_play to load vars for managed_node1 6530 1726776570.68183: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776570.68304: done with get_vars() 6530 1726776570.68314: done getting variables 6530 1726776570.68393: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 16:09:30 -0400 (0:00:00.331) 0:00:14.957 **** 6530 1726776570.68420: entering _queue_task() for managed_node1/template 6530 1726776570.68421: Creating lock for template 6530 1726776570.68623: worker is 1 (out of 1 available) 6530 1726776570.68636: exiting _queue_task() for managed_node1/template 6530 1726776570.68649: done queuing things up, now waiting for results queue to drain 6530 1726776570.68650: waiting for pending results... 6530 1726776570.68813: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6530 1726776570.68878: in run() - task 12343ab9-b159-f2b7-2b7b-00000000014f 6530 1726776570.68893: variable 'ansible_search_path' from source: unknown 6530 1726776570.68896: variable 'ansible_search_path' from source: unknown 6530 1726776570.68923: calling self._execute() 6530 1726776570.68981: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776570.68985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776570.68996: variable 'omit' from source: magic vars 6530 1726776570.69064: variable 'omit' from source: magic vars 6530 1726776570.69105: variable 'omit' from source: magic vars 6530 1726776570.69330: variable '__kernel_settings_profile_src' from source: role '' all vars 6530 1726776570.69336: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6530 1726776570.69392: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6530 1726776570.69410: variable '__kernel_settings_profile_filename' from source: role '' all vars 6530 1726776570.69454: variable '__kernel_settings_profile_filename' from source: role '' all vars 6530 1726776570.69502: variable '__kernel_settings_profile_dir' from source: role '' all vars 6530 1726776570.69561: variable '__kernel_settings_profile_parent' from source: set_fact 6530 1726776570.69565: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6530 1726776570.69588: variable 'omit' from source: magic vars 6530 1726776570.69620: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776570.69650: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776570.69664: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776570.69677: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776570.69688: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776570.69711: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776570.69714: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776570.69717: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776570.69784: Set connection var ansible_timeout to 10 6530 1726776570.69791: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776570.69794: Set connection var ansible_shell_type to sh 6530 1726776570.69799: Set connection var ansible_shell_executable to /bin/sh 6530 1726776570.69807: Set connection var ansible_pipelining to False 6530 1726776570.69812: Set connection var ansible_connection to ssh 6530 1726776570.69827: variable 'ansible_shell_executable' from source: unknown 6530 1726776570.69830: variable 'ansible_connection' from source: unknown 6530 1726776570.69832: variable 'ansible_module_compression' from source: unknown 6530 1726776570.69834: variable 'ansible_shell_type' from source: unknown 6530 1726776570.69836: variable 'ansible_shell_executable' from source: unknown 6530 1726776570.69839: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776570.69843: variable 'ansible_pipelining' from source: unknown 6530 1726776570.69845: variable 'ansible_timeout' from source: unknown 6530 1726776570.69849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776570.69947: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776570.69956: variable 'omit' from source: magic vars 6530 1726776570.69961: starting attempt loop 6530 1726776570.69964: running the handler 6530 1726776570.69976: _low_level_execute_command(): starting 6530 1726776570.69982: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776570.70464: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.70491: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776570.70494: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.70497: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776570.70500: 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 <<< 6530 1726776570.70502: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.70566: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.70569: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.70571: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.70658: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.72316: stdout chunk (state=3): >>>/root <<< 6530 1726776570.72407: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.72438: stderr chunk (state=3): >>><<< 6530 1726776570.72444: stdout chunk (state=3): >>><<< 6530 1726776570.72466: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776570.72478: _low_level_execute_command(): starting 6530 1726776570.72484: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195 `" && echo ansible-tmp-1726776570.7246618-6852-48021555523195="` echo /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195 `" ) && sleep 0' 6530 1726776570.72940: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.72944: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.72947: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.72949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776570.72951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.72992: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.73010: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.73090: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.75041: stdout chunk (state=3): >>>ansible-tmp-1726776570.7246618-6852-48021555523195=/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195 <<< 6530 1726776570.75394: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.75399: stdout chunk (state=3): >>><<< 6530 1726776570.75401: stderr chunk (state=3): >>><<< 6530 1726776570.75404: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776570.7246618-6852-48021555523195=/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776570.75406: evaluation_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 6530 1726776570.75410: search_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 6530 1726776570.75413: variable 'ansible_search_path' from source: unknown 6530 1726776570.76623: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6530 1726776570.78254: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6530 1726776570.78308: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6530 1726776570.78337: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6530 1726776570.78364: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6530 1726776570.78388: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6530 1726776570.78571: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776570.78594: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776570.78614: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776570.78640: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776570.78650: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776570.78872: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776570.78889: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776570.78911: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776570.78936: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776570.78947: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776570.79182: variable 'ansible_managed' from source: unknown 6530 1726776570.79187: variable '__sections' from source: task vars 6530 1726776570.79276: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776570.79293: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776570.79312: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776570.79341: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776570.79352: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776570.79423: variable 'kernel_settings_sysctl' from source: include params 6530 1726776570.79426: variable '__kernel_settings_state_empty' from source: role '' all vars 6530 1726776570.79432: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6530 1726776570.79464: variable '__sysctl_old' from source: task vars 6530 1726776570.79513: variable '__sysctl_old' from source: task vars 6530 1726776570.79648: variable 'kernel_settings_purge' from source: include params 6530 1726776570.79651: variable 'kernel_settings_sysctl' from source: include params 6530 1726776570.79656: variable '__kernel_settings_state_empty' from source: role '' all vars 6530 1726776570.79659: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6530 1726776570.79668: variable '__kernel_settings_profile_contents' from source: set_fact 6530 1726776570.79794: variable 'kernel_settings_sysfs' from source: include params 6530 1726776570.79797: variable '__kernel_settings_state_empty' from source: role '' all vars 6530 1726776570.79802: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6530 1726776570.79819: variable '__sysfs_old' from source: task vars 6530 1726776570.79858: variable '__sysfs_old' from source: task vars 6530 1726776570.79994: variable 'kernel_settings_purge' from source: include params 6530 1726776570.79998: variable 'kernel_settings_sysfs' from source: include params 6530 1726776570.80000: variable '__kernel_settings_state_empty' from source: role '' all vars 6530 1726776570.80002: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6530 1726776570.80007: variable '__kernel_settings_profile_contents' from source: set_fact 6530 1726776570.80023: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 6530 1726776570.80030: variable '__systemd_old' from source: task vars 6530 1726776570.80070: variable '__systemd_old' from source: task vars 6530 1726776570.80197: variable 'kernel_settings_purge' from source: include params 6530 1726776570.80200: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 6530 1726776570.80210: variable '__kernel_settings_state_absent' from source: role '' all vars 6530 1726776570.80213: variable '__kernel_settings_profile_contents' from source: set_fact 6530 1726776570.80224: variable 'kernel_settings_transparent_hugepages' from source: include params 6530 1726776570.80226: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 6530 1726776570.80229: variable '__trans_huge_old' from source: task vars 6530 1726776570.80270: variable '__trans_huge_old' from source: task vars 6530 1726776570.80395: variable 'kernel_settings_purge' from source: include params 6530 1726776570.80399: variable 'kernel_settings_transparent_hugepages' from source: include params 6530 1726776570.80401: variable '__kernel_settings_state_absent' from source: role '' all vars 6530 1726776570.80406: variable '__kernel_settings_profile_contents' from source: set_fact 6530 1726776570.80417: variable '__trans_defrag_old' from source: task vars 6530 1726776570.80460: variable '__trans_defrag_old' from source: task vars 6530 1726776570.80588: variable 'kernel_settings_purge' from source: include params 6530 1726776570.80591: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 6530 1726776570.80596: variable '__kernel_settings_state_absent' from source: role '' all vars 6530 1726776570.80601: variable '__kernel_settings_profile_contents' from source: set_fact 6530 1726776570.80619: variable '__kernel_settings_state_absent' from source: role '' all vars 6530 1726776570.80630: variable '__kernel_settings_state_absent' from source: role '' all vars 6530 1726776570.80635: variable '__kernel_settings_state_absent' from source: role '' all vars 6530 1726776570.81237: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776570.81278: variable 'ansible_module_compression' from source: unknown 6530 1726776570.81320: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6530 1726776570.81340: variable 'ansible_facts' from source: unknown 6530 1726776570.81388: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_stat.py 6530 1726776570.81480: Sending initial data 6530 1726776570.81483: Sent initial data (150 bytes) 6530 1726776570.81945: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.81949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776570.81951: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.81953: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.81955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776570.81957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.82006: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.82010: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.82012: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.82101: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.83709: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 6530 1726776570.83717: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776570.83793: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776570.83868: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpo_6btpg9 /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_stat.py <<< 6530 1726776570.83875: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_stat.py" <<< 6530 1726776570.83947: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpo_6btpg9" to remote "/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_stat.py" <<< 6530 1726776570.83950: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_stat.py" <<< 6530 1726776570.84633: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.84677: stderr chunk (state=3): >>><<< 6530 1726776570.84680: stdout chunk (state=3): >>><<< 6530 1726776570.84710: done transferring module to remote 6530 1726776570.84717: _low_level_execute_command(): starting 6530 1726776570.84722: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/ /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_stat.py && sleep 0' 6530 1726776570.85167: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.85170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776570.85172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.85174: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776570.85176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776570.85178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.85231: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.85234: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.85238: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.85318: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776570.87070: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776570.87094: stderr chunk (state=3): >>><<< 6530 1726776570.87097: stdout chunk (state=3): >>><<< 6530 1726776570.87113: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776570.87116: _low_level_execute_command(): starting 6530 1726776570.87120: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_stat.py && sleep 0' 6530 1726776570.87539: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.87542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.87544: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776570.87546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776570.87548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776570.87592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776570.87607: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776570.87613: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776570.87695: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776571.04190: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6530 1726776571.05534: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776571.05560: stderr chunk (state=3): >>><<< 6530 1726776571.05563: stdout chunk (state=3): >>><<< 6530 1726776571.05577: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776571.05605: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6530 1726776571.05699: Sending initial data 6530 1726776571.05702: Sent initial data (164 bytes) 6530 1726776571.06170: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776571.06173: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776571.06175: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.06177: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776571.06181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776571.06183: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.06235: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776571.06238: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776571.06244: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776571.06325: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776571.07997: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 6530 1726776571.08006: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776571.08077: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776571.08156: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpho78ggen/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/.source.conf <<< 6530 1726776571.08164: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/.source.conf" <<< 6530 1726776571.08238: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpho78ggen/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/.source.conf" <<< 6530 1726776571.08242: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/.source.conf" <<< 6530 1726776571.08567: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776571.08608: stderr chunk (state=3): >>><<< 6530 1726776571.08613: stdout chunk (state=3): >>><<< 6530 1726776571.08628: _low_level_execute_command(): starting 6530 1726776571.08633: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/ /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/.source.conf && sleep 0' 6530 1726776571.09073: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776571.09076: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776571.09078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.09080: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776571.09082: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.09137: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776571.09141: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776571.09147: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776571.09226: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776571.11041: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776571.11068: stderr chunk (state=3): >>><<< 6530 1726776571.11071: stdout chunk (state=3): >>><<< 6530 1726776571.11085: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776571.11111: variable 'ansible_module_compression' from source: unknown 6530 1726776571.11143: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6530 1726776571.11162: variable 'ansible_facts' from source: unknown 6530 1726776571.11208: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_copy.py 6530 1726776571.11298: Sending initial data 6530 1726776571.11301: Sent initial data (150 bytes) 6530 1726776571.11751: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776571.11754: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776571.11757: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.11760: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776571.11762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776571.11764: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.11823: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776571.11827: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776571.11830: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776571.11900: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776571.13484: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776571.13559: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776571.13638: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmp0670se3m /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_copy.py <<< 6530 1726776571.13642: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_copy.py" <<< 6530 1726776571.13711: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmp0670se3m" to remote "/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_copy.py" <<< 6530 1726776571.13719: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_copy.py" <<< 6530 1726776571.14420: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776571.14459: stderr chunk (state=3): >>><<< 6530 1726776571.14462: stdout chunk (state=3): >>><<< 6530 1726776571.14487: done transferring module to remote 6530 1726776571.14495: _low_level_execute_command(): starting 6530 1726776571.14500: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/ /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_copy.py && sleep 0' 6530 1726776571.14965: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776571.14969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776571.14971: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.14973: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776571.14975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.15023: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776571.15026: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776571.15028: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776571.15111: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776571.16869: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776571.16899: stderr chunk (state=3): >>><<< 6530 1726776571.16902: stdout chunk (state=3): >>><<< 6530 1726776571.16917: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776571.16920: _low_level_execute_command(): starting 6530 1726776571.16925: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/AnsiballZ_copy.py && sleep 0' 6530 1726776571.17349: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776571.17358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776571.17388: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.17391: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776571.17393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776571.17395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.17441: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776571.17446: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776571.17455: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776571.17545: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776571.33926: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/.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-1726776570.7246618-6852-48021555523195/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6530 1726776571.35267: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776571.35301: stderr chunk (state=3): >>><<< 6530 1726776571.35307: stdout chunk (state=3): >>><<< 6530 1726776571.35321: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/.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-1726776570.7246618-6852-48021555523195/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776571.35345: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': 'e44ba7fc7046252a1b6772f7347d0e7b9b48a069', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776571.35372: _low_level_execute_command(): starting 6530 1726776571.35375: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/ > /dev/null 2>&1 && sleep 0' 6530 1726776571.35839: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776571.35842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776571.35844: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.35847: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776571.35849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.35898: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776571.35902: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776571.35904: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776571.35990: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776571.37846: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776571.37880: stderr chunk (state=3): >>><<< 6530 1726776571.37882: stdout chunk (state=3): >>><<< 6530 1726776571.37899: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776571.37910: handler run complete 6530 1726776571.37928: attempt loop complete, returning result 6530 1726776571.37931: _execute() done 6530 1726776571.37933: dumping result to json 6530 1726776571.37939: done dumping result, returning 6530 1726776571.37947: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [12343ab9-b159-f2b7-2b7b-00000000014f] 6530 1726776571.37951: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000014f 6530 1726776571.38078: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000014f 6530 1726776571.38083: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "7d83891795eeb6debeff7e2812501630", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "src": "/root/.ansible/tmp/ansible-tmp-1726776570.7246618-6852-48021555523195/.source.conf", "state": "file", "uid": 0 } 6530 1726776571.38172: no more pending results, returning what we have 6530 1726776571.38175: results queue empty 6530 1726776571.38176: checking for any_errors_fatal 6530 1726776571.38180: done checking for any_errors_fatal 6530 1726776571.38181: checking for max_fail_percentage 6530 1726776571.38182: done checking for max_fail_percentage 6530 1726776571.38183: checking to see if all hosts have failed and the running result is not ok 6530 1726776571.38184: done checking to see if all hosts have failed 6530 1726776571.38184: getting the remaining hosts for this loop 6530 1726776571.38188: done getting the remaining hosts for this loop 6530 1726776571.38191: getting the next task for host managed_node1 6530 1726776571.38197: done getting next task for host managed_node1 6530 1726776571.38200: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6530 1726776571.38204: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776571.38215: getting variables 6530 1726776571.38216: in VariableManager get_vars() 6530 1726776571.38245: Calling all_inventory to load vars for managed_node1 6530 1726776571.38248: Calling groups_inventory to load vars for managed_node1 6530 1726776571.38249: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776571.38257: Calling all_plugins_play to load vars for managed_node1 6530 1726776571.38259: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776571.38262: Calling groups_plugins_play to load vars for managed_node1 6530 1726776571.38558: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776571.38676: done with get_vars() 6530 1726776571.38683: done getting variables 6530 1726776571.38728: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 16:09:31 -0400 (0:00:00.703) 0:00:15.660 **** 6530 1726776571.38750: entering _queue_task() for managed_node1/service 6530 1726776571.38947: worker is 1 (out of 1 available) 6530 1726776571.38960: exiting _queue_task() for managed_node1/service 6530 1726776571.38971: done queuing things up, now waiting for results queue to drain 6530 1726776571.38972: waiting for pending results... 6530 1726776571.39137: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6530 1726776571.39213: in run() - task 12343ab9-b159-f2b7-2b7b-000000000150 6530 1726776571.39224: variable 'ansible_search_path' from source: unknown 6530 1726776571.39228: variable 'ansible_search_path' from source: unknown 6530 1726776571.39262: variable '__kernel_settings_services' from source: include_vars 6530 1726776571.39492: variable '__kernel_settings_services' from source: include_vars 6530 1726776571.39538: variable 'omit' from source: magic vars 6530 1726776571.39616: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776571.39622: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776571.39637: variable 'omit' from source: magic vars 6530 1726776571.39811: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6530 1726776571.39976: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6530 1726776571.40010: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6530 1726776571.40051: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6530 1726776571.40080: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6530 1726776571.40153: variable '__kernel_settings_register_profile' from source: set_fact 6530 1726776571.40162: variable '__kernel_settings_register_mode' from source: set_fact 6530 1726776571.40174: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): True 6530 1726776571.40177: variable 'omit' from source: magic vars 6530 1726776571.40212: variable 'omit' from source: magic vars 6530 1726776571.40242: variable 'item' from source: unknown 6530 1726776571.40290: variable 'item' from source: unknown 6530 1726776571.40309: variable 'omit' from source: magic vars 6530 1726776571.40327: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776571.40349: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776571.40364: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776571.40376: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776571.40384: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776571.40411: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776571.40415: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776571.40417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776571.40477: Set connection var ansible_timeout to 10 6530 1726776571.40480: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776571.40483: Set connection var ansible_shell_type to sh 6530 1726776571.40490: Set connection var ansible_shell_executable to /bin/sh 6530 1726776571.40496: Set connection var ansible_pipelining to False 6530 1726776571.40502: Set connection var ansible_connection to ssh 6530 1726776571.40521: variable 'ansible_shell_executable' from source: unknown 6530 1726776571.40524: variable 'ansible_connection' from source: unknown 6530 1726776571.40526: variable 'ansible_module_compression' from source: unknown 6530 1726776571.40529: variable 'ansible_shell_type' from source: unknown 6530 1726776571.40531: variable 'ansible_shell_executable' from source: unknown 6530 1726776571.40533: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776571.40536: variable 'ansible_pipelining' from source: unknown 6530 1726776571.40538: variable 'ansible_timeout' from source: unknown 6530 1726776571.40542: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776571.40617: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776571.40630: variable 'omit' from source: magic vars 6530 1726776571.40634: starting attempt loop 6530 1726776571.40637: running the handler 6530 1726776571.40689: variable 'ansible_facts' from source: unknown 6530 1726776571.40767: _low_level_execute_command(): starting 6530 1726776571.40774: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776571.41276: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776571.41279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.41283: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776571.41285: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776571.41289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.41338: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776571.41341: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776571.41344: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776571.41432: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776571.43065: stdout chunk (state=3): >>>/root <<< 6530 1726776571.43163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776571.43193: stderr chunk (state=3): >>><<< 6530 1726776571.43197: stdout chunk (state=3): >>><<< 6530 1726776571.43219: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776571.43236: _low_level_execute_command(): starting 6530 1726776571.43239: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242 `" && echo ansible-tmp-1726776571.432182-6874-220072641834242="` echo /root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242 `" ) && sleep 0' 6530 1726776571.43667: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776571.43691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776571.43694: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.43709: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.43760: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776571.43763: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776571.43766: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776571.43847: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776571.45739: stdout chunk (state=3): >>>ansible-tmp-1726776571.432182-6874-220072641834242=/root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242 <<< 6530 1726776571.45849: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776571.45878: stderr chunk (state=3): >>><<< 6530 1726776571.45881: stdout chunk (state=3): >>><<< 6530 1726776571.45898: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776571.432182-6874-220072641834242=/root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776571.45928: variable 'ansible_module_compression' from source: unknown 6530 1726776571.45975: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6530 1726776571.46032: variable 'ansible_facts' from source: unknown 6530 1726776571.46171: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242/AnsiballZ_systemd.py 6530 1726776571.46275: Sending initial data 6530 1726776571.46279: Sent initial data (153 bytes) 6530 1726776571.46743: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776571.46747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.46749: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776571.46752: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.46800: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776571.46803: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776571.46892: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776571.48454: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776571.48525: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776571.48607: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmp900ochci /root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242/AnsiballZ_systemd.py <<< 6530 1726776571.48614: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242/AnsiballZ_systemd.py" <<< 6530 1726776571.48689: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmp900ochci" to remote "/root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242/AnsiballZ_systemd.py" <<< 6530 1726776571.48693: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242/AnsiballZ_systemd.py" <<< 6530 1726776571.49935: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776571.49977: stderr chunk (state=3): >>><<< 6530 1726776571.49982: stdout chunk (state=3): >>><<< 6530 1726776571.50025: done transferring module to remote 6530 1726776571.50034: _low_level_execute_command(): starting 6530 1726776571.50039: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242/ /root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242/AnsiballZ_systemd.py && sleep 0' 6530 1726776571.50496: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776571.50499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776571.50502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.50504: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776571.50508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776571.50512: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.50545: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776571.50562: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776571.50637: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776571.52431: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776571.52462: stderr chunk (state=3): >>><<< 6530 1726776571.52465: stdout chunk (state=3): >>><<< 6530 1726776571.52478: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776571.52480: _low_level_execute_command(): starting 6530 1726776571.52487: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242/AnsiballZ_systemd.py && sleep 0' 6530 1726776571.52926: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776571.52929: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.52931: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776571.52933: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776571.52935: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776571.52987: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776571.52993: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776571.52998: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776571.53076: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776571.99884: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "7283", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:27 EDT", "ExecMainStartTimestampMonotonic": "153972328", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:27 EDT", "ExecMainHandoffTimestampMonotonic": "153984259", "ExecMainPID": "7283", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:27 EDT] ; stop_time=[n/a] ; pid=7283 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:27 EDT] ; stop_time=[n/a] ; pid=7283 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4399", "MemoryCurrent": "16117760", "MemoryPeak": "16973824", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3311894528", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "269652000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "sysinit.target dbus-broker.service system.slice dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service auto-cpufreq.service tlp.service shutdown.target cpupower.service", "Before": "shutdown.target multi-user.target", "After": "systemd-journald.socket polkit.service network.target basic.target sysinit.target dbus-broker.service dbus.socket systemd-sysctl.service system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:27 EDT", "StateChangeTimestampMonotonic": "154234849", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:27 EDT", "InactiveExitTimestampMonotonic": "153973348", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:27 EDT", "ActiveEnterTimestampMonotonic": "154234849", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:27 EDT", "ConditionTimestampMonotonic": "153971139", "AssertTimestamp": "Thu 2024-09-19 16:09:27 EDT", "AssertTimestampMonotonic": "153971142", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "7ba8d069d7514720a03a8480babec8fd", "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}}} <<< 6530 1726776572.01925: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776572.01949: stderr chunk (state=3): >>><<< 6530 1726776572.01952: stdout chunk (state=3): >>><<< 6530 1726776572.01984: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "7283", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:27 EDT", "ExecMainStartTimestampMonotonic": "153972328", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:27 EDT", "ExecMainHandoffTimestampMonotonic": "153984259", "ExecMainPID": "7283", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:27 EDT] ; stop_time=[n/a] ; pid=7283 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:27 EDT] ; stop_time=[n/a] ; pid=7283 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4399", "MemoryCurrent": "16117760", "MemoryPeak": "16973824", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3311894528", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "269652000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "sysinit.target dbus-broker.service system.slice dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service auto-cpufreq.service tlp.service shutdown.target cpupower.service", "Before": "shutdown.target multi-user.target", "After": "systemd-journald.socket polkit.service network.target basic.target sysinit.target dbus-broker.service dbus.socket systemd-sysctl.service system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:27 EDT", "StateChangeTimestampMonotonic": "154234849", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:27 EDT", "InactiveExitTimestampMonotonic": "153973348", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:27 EDT", "ActiveEnterTimestampMonotonic": "154234849", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:27 EDT", "ConditionTimestampMonotonic": "153971139", "AssertTimestamp": "Thu 2024-09-19 16:09:27 EDT", "AssertTimestampMonotonic": "153971142", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "7ba8d069d7514720a03a8480babec8fd", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776572.02118: 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-1726776571.432182-6874-220072641834242/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776572.02134: _low_level_execute_command(): starting 6530 1726776572.02138: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776571.432182-6874-220072641834242/ > /dev/null 2>&1 && sleep 0' 6530 1726776572.02596: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776572.02599: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776572.02601: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.02603: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.02605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.02660: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776572.02663: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776572.02666: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776572.02755: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776572.04648: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776572.04676: stderr chunk (state=3): >>><<< 6530 1726776572.04679: stdout chunk (state=3): >>><<< 6530 1726776572.04696: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776572.04702: handler run complete 6530 1726776572.04742: attempt loop complete, returning result 6530 1726776572.04757: variable 'item' from source: unknown 6530 1726776572.04827: variable 'item' from source: unknown changed: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:27 EDT", "ActiveEnterTimestampMonotonic": "154234849", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket polkit.service network.target basic.target sysinit.target dbus-broker.service dbus.socket systemd-sysctl.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:09:27 EDT", "AssertTimestampMonotonic": "153971142", "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": "269652000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:27 EDT", "ConditionTimestampMonotonic": "153971139", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service auto-cpufreq.service tlp.service shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4399", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702878208", "EffectiveMemoryMax": "3702878208", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:27 EDT", "ExecMainHandoffTimestampMonotonic": "153984259", "ExecMainPID": "7283", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:27 EDT", "ExecMainStartTimestampMonotonic": "153972328", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:27 EDT] ; stop_time=[n/a] ; pid=7283 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:27 EDT] ; stop_time=[n/a] ; pid=7283 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:27 EDT", "InactiveExitTimestampMonotonic": "153973348", "InvocationID": "7ba8d069d7514720a03a8480babec8fd", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "7283", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3311894528", "MemoryCurrent": "16117760", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "16973824", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus-broker.service system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:09:27 EDT", "StateChangeTimestampMonotonic": "154234849", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 6530 1726776572.05292: dumping result to json 6530 1726776572.05294: done dumping result, returning 6530 1726776572.05296: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [12343ab9-b159-f2b7-2b7b-000000000150] 6530 1726776572.05298: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000150 6530 1726776572.05373: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000150 6530 1726776572.05376: WORKER PROCESS EXITING 6530 1726776572.05454: no more pending results, returning what we have 6530 1726776572.05456: results queue empty 6530 1726776572.05457: checking for any_errors_fatal 6530 1726776572.05462: done checking for any_errors_fatal 6530 1726776572.05463: checking for max_fail_percentage 6530 1726776572.05464: done checking for max_fail_percentage 6530 1726776572.05464: checking to see if all hosts have failed and the running result is not ok 6530 1726776572.05465: done checking to see if all hosts have failed 6530 1726776572.05465: getting the remaining hosts for this loop 6530 1726776572.05466: done getting the remaining hosts for this loop 6530 1726776572.05468: getting the next task for host managed_node1 6530 1726776572.05472: done getting next task for host managed_node1 6530 1726776572.05475: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6530 1726776572.05477: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776572.05483: getting variables 6530 1726776572.05484: in VariableManager get_vars() 6530 1726776572.05508: Calling all_inventory to load vars for managed_node1 6530 1726776572.05510: Calling groups_inventory to load vars for managed_node1 6530 1726776572.05512: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776572.05518: Calling all_plugins_play to load vars for managed_node1 6530 1726776572.05520: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776572.05522: Calling groups_plugins_play to load vars for managed_node1 6530 1726776572.05639: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776572.05761: done with get_vars() 6530 1726776572.05768: done getting variables 6530 1726776572.05812: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 16:09:32 -0400 (0:00:00.670) 0:00:16.331 **** 6530 1726776572.05835: entering _queue_task() for managed_node1/command 6530 1726776572.06038: worker is 1 (out of 1 available) 6530 1726776572.06050: exiting _queue_task() for managed_node1/command 6530 1726776572.06061: done queuing things up, now waiting for results queue to drain 6530 1726776572.06062: waiting for pending results... 6530 1726776572.06227: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6530 1726776572.06307: in run() - task 12343ab9-b159-f2b7-2b7b-000000000151 6530 1726776572.06316: variable 'ansible_search_path' from source: unknown 6530 1726776572.06320: variable 'ansible_search_path' from source: unknown 6530 1726776572.06345: calling self._execute() 6530 1726776572.06410: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.06414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.06421: variable 'omit' from source: magic vars 6530 1726776572.06754: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6530 1726776572.06923: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6530 1726776572.06955: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6530 1726776572.06981: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6530 1726776572.07011: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6530 1726776572.07102: variable '__kernel_settings_register_profile' from source: set_fact 6530 1726776572.07119: Evaluated conditional (not __kernel_settings_register_profile is changed): False 6530 1726776572.07122: when evaluation is False, skipping this task 6530 1726776572.07124: _execute() done 6530 1726776572.07127: dumping result to json 6530 1726776572.07130: done dumping result, returning 6530 1726776572.07136: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [12343ab9-b159-f2b7-2b7b-000000000151] 6530 1726776572.07141: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000151 6530 1726776572.07223: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000151 6530 1726776572.07226: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __kernel_settings_register_profile is changed", "skip_reason": "Conditional result was False" } 6530 1726776572.07302: no more pending results, returning what we have 6530 1726776572.07307: results queue empty 6530 1726776572.07308: checking for any_errors_fatal 6530 1726776572.07324: done checking for any_errors_fatal 6530 1726776572.07325: checking for max_fail_percentage 6530 1726776572.07327: done checking for max_fail_percentage 6530 1726776572.07327: checking to see if all hosts have failed and the running result is not ok 6530 1726776572.07328: done checking to see if all hosts have failed 6530 1726776572.07329: getting the remaining hosts for this loop 6530 1726776572.07330: done getting the remaining hosts for this loop 6530 1726776572.07333: getting the next task for host managed_node1 6530 1726776572.07340: done getting next task for host managed_node1 6530 1726776572.07344: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6530 1726776572.07348: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776572.07361: getting variables 6530 1726776572.07362: in VariableManager get_vars() 6530 1726776572.07389: Calling all_inventory to load vars for managed_node1 6530 1726776572.07391: Calling groups_inventory to load vars for managed_node1 6530 1726776572.07393: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776572.07399: Calling all_plugins_play to load vars for managed_node1 6530 1726776572.07401: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776572.07402: Calling groups_plugins_play to load vars for managed_node1 6530 1726776572.07512: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776572.07636: done with get_vars() 6530 1726776572.07643: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 16:09:32 -0400 (0:00:00.018) 0:00:16.350 **** 6530 1726776572.07710: entering _queue_task() for managed_node1/include_tasks 6530 1726776572.07897: worker is 1 (out of 1 available) 6530 1726776572.07913: exiting _queue_task() for managed_node1/include_tasks 6530 1726776572.07924: done queuing things up, now waiting for results queue to drain 6530 1726776572.07926: waiting for pending results... 6530 1726776572.08078: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6530 1726776572.08148: in run() - task 12343ab9-b159-f2b7-2b7b-000000000152 6530 1726776572.08160: variable 'ansible_search_path' from source: unknown 6530 1726776572.08164: variable 'ansible_search_path' from source: unknown 6530 1726776572.08193: calling self._execute() 6530 1726776572.08249: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.08252: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.08264: variable 'omit' from source: magic vars 6530 1726776572.08572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6530 1726776572.08796: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6530 1726776572.08829: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6530 1726776572.08853: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6530 1726776572.08877: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6530 1726776572.08954: variable '__kernel_settings_register_apply' from source: set_fact 6530 1726776572.08969: Evaluated conditional (__kernel_settings_register_apply is changed): True 6530 1726776572.08974: _execute() done 6530 1726776572.08977: dumping result to json 6530 1726776572.08981: done dumping result, returning 6530 1726776572.08989: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [12343ab9-b159-f2b7-2b7b-000000000152] 6530 1726776572.08994: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000152 6530 1726776572.09078: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000152 6530 1726776572.09081: WORKER PROCESS EXITING 6530 1726776572.09124: no more pending results, returning what we have 6530 1726776572.09128: in VariableManager get_vars() 6530 1726776572.09160: Calling all_inventory to load vars for managed_node1 6530 1726776572.09162: Calling groups_inventory to load vars for managed_node1 6530 1726776572.09164: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776572.09172: Calling all_plugins_play to load vars for managed_node1 6530 1726776572.09174: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776572.09176: Calling groups_plugins_play to load vars for managed_node1 6530 1726776572.09300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776572.09453: done with get_vars() 6530 1726776572.09458: variable 'ansible_search_path' from source: unknown 6530 1726776572.09459: variable 'ansible_search_path' from source: unknown 6530 1726776572.09480: we have included files to process 6530 1726776572.09481: generating all_blocks data 6530 1726776572.09482: done generating all_blocks data 6530 1726776572.09487: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6530 1726776572.09488: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6530 1726776572.09489: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6530 1726776572.09784: done processing included file 6530 1726776572.09787: iterating over new_blocks loaded from include file 6530 1726776572.09788: in VariableManager get_vars() 6530 1726776572.09803: done with get_vars() 6530 1726776572.09804: filtering new block on tags 6530 1726776572.09820: done filtering new block on tags 6530 1726776572.09822: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node1 6530 1726776572.09825: extending task lists for all hosts with included blocks 6530 1726776572.10334: done extending task lists 6530 1726776572.10335: done processing included files 6530 1726776572.10336: results queue empty 6530 1726776572.10336: checking for any_errors_fatal 6530 1726776572.10338: done checking for any_errors_fatal 6530 1726776572.10339: checking for max_fail_percentage 6530 1726776572.10339: done checking for max_fail_percentage 6530 1726776572.10340: checking to see if all hosts have failed and the running result is not ok 6530 1726776572.10340: done checking to see if all hosts have failed 6530 1726776572.10341: getting the remaining hosts for this loop 6530 1726776572.10342: done getting the remaining hosts for this loop 6530 1726776572.10343: getting the next task for host managed_node1 6530 1726776572.10346: done getting next task for host managed_node1 6530 1726776572.10347: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6530 1726776572.10350: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776572.10356: getting variables 6530 1726776572.10357: in VariableManager get_vars() 6530 1726776572.10365: Calling all_inventory to load vars for managed_node1 6530 1726776572.10366: Calling groups_inventory to load vars for managed_node1 6530 1726776572.10367: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776572.10370: Calling all_plugins_play to load vars for managed_node1 6530 1726776572.10372: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776572.10373: Calling groups_plugins_play to load vars for managed_node1 6530 1726776572.10471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776572.10587: done with get_vars() 6530 1726776572.10594: done getting variables 6530 1726776572.10621: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 16:09:32 -0400 (0:00:00.029) 0:00:16.379 **** 6530 1726776572.10648: entering _queue_task() for managed_node1/command 6530 1726776572.10843: worker is 1 (out of 1 available) 6530 1726776572.10857: exiting _queue_task() for managed_node1/command 6530 1726776572.10868: done queuing things up, now waiting for results queue to drain 6530 1726776572.10870: waiting for pending results... 6530 1726776572.11031: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6530 1726776572.11110: in run() - task 12343ab9-b159-f2b7-2b7b-000000000231 6530 1726776572.11118: variable 'ansible_search_path' from source: unknown 6530 1726776572.11121: variable 'ansible_search_path' from source: unknown 6530 1726776572.11147: calling self._execute() 6530 1726776572.11212: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.11215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.11219: variable 'omit' from source: magic vars 6530 1726776572.11289: variable 'omit' from source: magic vars 6530 1726776572.11334: variable 'omit' from source: magic vars 6530 1726776572.11358: variable 'omit' from source: magic vars 6530 1726776572.11392: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776572.11422: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776572.11437: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776572.11451: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776572.11461: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776572.11482: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776572.11485: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.11490: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.11559: Set connection var ansible_timeout to 10 6530 1726776572.11563: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776572.11565: Set connection var ansible_shell_type to sh 6530 1726776572.11572: Set connection var ansible_shell_executable to /bin/sh 6530 1726776572.11578: Set connection var ansible_pipelining to False 6530 1726776572.11584: Set connection var ansible_connection to ssh 6530 1726776572.11600: variable 'ansible_shell_executable' from source: unknown 6530 1726776572.11603: variable 'ansible_connection' from source: unknown 6530 1726776572.11608: variable 'ansible_module_compression' from source: unknown 6530 1726776572.11610: variable 'ansible_shell_type' from source: unknown 6530 1726776572.11613: variable 'ansible_shell_executable' from source: unknown 6530 1726776572.11615: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.11618: variable 'ansible_pipelining' from source: unknown 6530 1726776572.11620: variable 'ansible_timeout' from source: unknown 6530 1726776572.11622: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.11721: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776572.11730: variable 'omit' from source: magic vars 6530 1726776572.11734: starting attempt loop 6530 1726776572.11737: running the handler 6530 1726776572.11754: _low_level_execute_command(): starting 6530 1726776572.11759: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776572.12254: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.12294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776572.12297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.12300: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.12302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.12351: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776572.12354: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776572.12356: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776572.12449: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776572.14191: stdout chunk (state=3): >>>/root <<< 6530 1726776572.14278: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776572.14311: stderr chunk (state=3): >>><<< 6530 1726776572.14314: stdout chunk (state=3): >>><<< 6530 1726776572.14339: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776572.14353: _low_level_execute_command(): starting 6530 1726776572.14359: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136 `" && echo ansible-tmp-1726776572.1433828-6891-74844983643136="` echo /root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136 `" ) && sleep 0' 6530 1726776572.14825: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776572.14829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776572.14831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.14841: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.14843: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.14891: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776572.14894: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776572.14906: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776572.14983: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776572.16961: stdout chunk (state=3): >>>ansible-tmp-1726776572.1433828-6891-74844983643136=/root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136 <<< 6530 1726776572.17063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776572.17094: stderr chunk (state=3): >>><<< 6530 1726776572.17097: stdout chunk (state=3): >>><<< 6530 1726776572.17116: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776572.1433828-6891-74844983643136=/root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776572.17142: variable 'ansible_module_compression' from source: unknown 6530 1726776572.17195: ANSIBALLZ: Using generic lock for ansible.legacy.command 6530 1726776572.17198: ANSIBALLZ: Acquiring lock 6530 1726776572.17201: ANSIBALLZ: Lock acquired: 140394396207632 6530 1726776572.17203: ANSIBALLZ: Creating module 6530 1726776572.25706: ANSIBALLZ: Writing module into payload 6530 1726776572.25767: ANSIBALLZ: Writing module 6530 1726776572.25793: ANSIBALLZ: Renaming module 6530 1726776572.25797: ANSIBALLZ: Done creating module 6530 1726776572.25809: variable 'ansible_facts' from source: unknown 6530 1726776572.25854: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136/AnsiballZ_command.py 6530 1726776572.25959: Sending initial data 6530 1726776572.25962: Sent initial data (153 bytes) 6530 1726776572.26427: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.26432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.26436: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.26438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.26492: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776572.26495: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776572.26500: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776572.26600: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776572.28293: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776572.28372: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776572.28450: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpy09drofx /root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136/AnsiballZ_command.py <<< 6530 1726776572.28453: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136/AnsiballZ_command.py" <<< 6530 1726776572.28527: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpy09drofx" to remote "/root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136/AnsiballZ_command.py" <<< 6530 1726776572.28535: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136/AnsiballZ_command.py" <<< 6530 1726776572.29210: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776572.29261: stderr chunk (state=3): >>><<< 6530 1726776572.29264: stdout chunk (state=3): >>><<< 6530 1726776572.29289: done transferring module to remote 6530 1726776572.29299: _low_level_execute_command(): starting 6530 1726776572.29303: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136/ /root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136/AnsiballZ_command.py && sleep 0' 6530 1726776572.29772: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.29779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776572.29788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.29839: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776572.29843: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776572.29849: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776572.29933: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776572.31761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776572.31789: stderr chunk (state=3): >>><<< 6530 1726776572.31792: stdout chunk (state=3): >>><<< 6530 1726776572.31810: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776572.31814: _low_level_execute_command(): starting 6530 1726776572.31817: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136/AnsiballZ_command.py && sleep 0' 6530 1726776572.32279: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.32283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.32287: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.32289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.32345: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776572.32348: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776572.32350: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776572.32438: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776572.58793: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 16:09:32.478207", "end": "2024-09-19 16:09:32.586341", "delta": "0:00:00.108134", "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}}} <<< 6530 1726776572.60424: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776572.60450: stderr chunk (state=3): >>><<< 6530 1726776572.60453: stdout chunk (state=3): >>><<< 6530 1726776572.60469: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 16:09:32.478207", "end": "2024-09-19 16:09:32.586341", "delta": "0:00:00.108134", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm verify -i", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776572.60507: 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-1726776572.1433828-6891-74844983643136/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776572.60513: _low_level_execute_command(): starting 6530 1726776572.60518: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776572.1433828-6891-74844983643136/ > /dev/null 2>&1 && sleep 0' 6530 1726776572.60992: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.61002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.61004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.61059: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776572.61064: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776572.61148: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776572.63034: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776572.63058: stderr chunk (state=3): >>><<< 6530 1726776572.63061: stdout chunk (state=3): >>><<< 6530 1726776572.63079: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776572.63087: handler run complete 6530 1726776572.63105: Evaluated conditional (False): False 6530 1726776572.63116: attempt loop complete, returning result 6530 1726776572.63119: _execute() done 6530 1726776572.63121: dumping result to json 6530 1726776572.63127: done dumping result, returning 6530 1726776572.63136: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [12343ab9-b159-f2b7-2b7b-000000000231] 6530 1726776572.63140: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000231 6530 1726776572.63234: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000231 6530 1726776572.63237: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.108134", "end": "2024-09-19 16:09:32.586341", "rc": 0, "start": "2024-09-19 16:09:32.478207" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6530 1726776572.63321: no more pending results, returning what we have 6530 1726776572.63324: results queue empty 6530 1726776572.63325: checking for any_errors_fatal 6530 1726776572.63327: done checking for any_errors_fatal 6530 1726776572.63327: checking for max_fail_percentage 6530 1726776572.63329: done checking for max_fail_percentage 6530 1726776572.63330: checking to see if all hosts have failed and the running result is not ok 6530 1726776572.63330: done checking to see if all hosts have failed 6530 1726776572.63331: getting the remaining hosts for this loop 6530 1726776572.63333: done getting the remaining hosts for this loop 6530 1726776572.63335: getting the next task for host managed_node1 6530 1726776572.63342: done getting next task for host managed_node1 6530 1726776572.63345: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6530 1726776572.63352: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776572.63362: getting variables 6530 1726776572.63364: in VariableManager get_vars() 6530 1726776572.63399: Calling all_inventory to load vars for managed_node1 6530 1726776572.63402: Calling groups_inventory to load vars for managed_node1 6530 1726776572.63404: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776572.63413: Calling all_plugins_play to load vars for managed_node1 6530 1726776572.63415: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776572.63418: Calling groups_plugins_play to load vars for managed_node1 6530 1726776572.63562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776572.63763: done with get_vars() 6530 1726776572.63773: done getting variables 6530 1726776572.63849: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 16:09:32 -0400 (0:00:00.532) 0:00:16.911 **** 6530 1726776572.63877: entering _queue_task() for managed_node1/shell 6530 1726776572.63878: Creating lock for shell 6530 1726776572.64120: worker is 1 (out of 1 available) 6530 1726776572.64135: exiting _queue_task() for managed_node1/shell 6530 1726776572.64147: done queuing things up, now waiting for results queue to drain 6530 1726776572.64148: waiting for pending results... 6530 1726776572.64323: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6530 1726776572.64418: in run() - task 12343ab9-b159-f2b7-2b7b-000000000232 6530 1726776572.64430: variable 'ansible_search_path' from source: unknown 6530 1726776572.64433: variable 'ansible_search_path' from source: unknown 6530 1726776572.64464: calling self._execute() 6530 1726776572.64535: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.64538: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.64547: variable 'omit' from source: magic vars 6530 1726776572.64957: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6530 1726776572.65134: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6530 1726776572.65167: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6530 1726776572.65193: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6530 1726776572.65219: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6530 1726776572.65299: variable '__kernel_settings_register_verify_values' from source: set_fact 6530 1726776572.65315: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6530 1726776572.65319: when evaluation is False, skipping this task 6530 1726776572.65323: _execute() done 6530 1726776572.65326: dumping result to json 6530 1726776572.65328: done dumping result, returning 6530 1726776572.65337: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [12343ab9-b159-f2b7-2b7b-000000000232] 6530 1726776572.65341: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000232 6530 1726776572.65431: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000232 6530 1726776572.65433: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6530 1726776572.65519: no more pending results, returning what we have 6530 1726776572.65522: results queue empty 6530 1726776572.65523: checking for any_errors_fatal 6530 1726776572.65529: done checking for any_errors_fatal 6530 1726776572.65529: checking for max_fail_percentage 6530 1726776572.65531: done checking for max_fail_percentage 6530 1726776572.65532: checking to see if all hosts have failed and the running result is not ok 6530 1726776572.65532: done checking to see if all hosts have failed 6530 1726776572.65533: getting the remaining hosts for this loop 6530 1726776572.65534: done getting the remaining hosts for this loop 6530 1726776572.65537: getting the next task for host managed_node1 6530 1726776572.65543: done getting next task for host managed_node1 6530 1726776572.65547: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6530 1726776572.65551: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776572.65564: getting variables 6530 1726776572.65566: in VariableManager get_vars() 6530 1726776572.65599: Calling all_inventory to load vars for managed_node1 6530 1726776572.65602: Calling groups_inventory to load vars for managed_node1 6530 1726776572.65604: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776572.65615: Calling all_plugins_play to load vars for managed_node1 6530 1726776572.65617: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776572.65619: Calling groups_plugins_play to load vars for managed_node1 6530 1726776572.65764: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776572.65890: done with get_vars() 6530 1726776572.65898: done getting variables 6530 1726776572.65943: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 16:09:32 -0400 (0:00:00.020) 0:00:16.932 **** 6530 1726776572.65967: entering _queue_task() for managed_node1/fail 6530 1726776572.66178: worker is 1 (out of 1 available) 6530 1726776572.66190: exiting _queue_task() for managed_node1/fail 6530 1726776572.66202: done queuing things up, now waiting for results queue to drain 6530 1726776572.66203: waiting for pending results... 6530 1726776572.66376: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6530 1726776572.66460: in run() - task 12343ab9-b159-f2b7-2b7b-000000000233 6530 1726776572.66471: variable 'ansible_search_path' from source: unknown 6530 1726776572.66475: variable 'ansible_search_path' from source: unknown 6530 1726776572.66508: calling self._execute() 6530 1726776572.66569: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.66573: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.66582: variable 'omit' from source: magic vars 6530 1726776572.66912: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6530 1726776572.67095: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6530 1726776572.67130: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6530 1726776572.67155: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6530 1726776572.67179: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6530 1726776572.67264: variable '__kernel_settings_register_verify_values' from source: set_fact 6530 1726776572.67279: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6530 1726776572.67283: when evaluation is False, skipping this task 6530 1726776572.67287: _execute() done 6530 1726776572.67291: dumping result to json 6530 1726776572.67293: done dumping result, returning 6530 1726776572.67304: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [12343ab9-b159-f2b7-2b7b-000000000233] 6530 1726776572.67310: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000233 6530 1726776572.67398: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000233 6530 1726776572.67401: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6530 1726776572.67454: no more pending results, returning what we have 6530 1726776572.67458: results queue empty 6530 1726776572.67458: checking for any_errors_fatal 6530 1726776572.67465: done checking for any_errors_fatal 6530 1726776572.67465: checking for max_fail_percentage 6530 1726776572.67467: done checking for max_fail_percentage 6530 1726776572.67468: checking to see if all hosts have failed and the running result is not ok 6530 1726776572.67469: done checking to see if all hosts have failed 6530 1726776572.67469: getting the remaining hosts for this loop 6530 1726776572.67471: done getting the remaining hosts for this loop 6530 1726776572.67475: getting the next task for host managed_node1 6530 1726776572.67483: done getting next task for host managed_node1 6530 1726776572.67491: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6530 1726776572.67496: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776572.67514: getting variables 6530 1726776572.67516: in VariableManager get_vars() 6530 1726776572.67546: Calling all_inventory to load vars for managed_node1 6530 1726776572.67548: Calling groups_inventory to load vars for managed_node1 6530 1726776572.67550: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776572.67558: Calling all_plugins_play to load vars for managed_node1 6530 1726776572.67560: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776572.67562: Calling groups_plugins_play to load vars for managed_node1 6530 1726776572.67689: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776572.67824: done with get_vars() 6530 1726776572.67832: done getting variables 6530 1726776572.67872: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 16:09:32 -0400 (0:00:00.019) 0:00:16.952 **** 6530 1726776572.67897: entering _queue_task() for managed_node1/set_fact 6530 1726776572.68140: worker is 1 (out of 1 available) 6530 1726776572.68156: exiting _queue_task() for managed_node1/set_fact 6530 1726776572.68170: done queuing things up, now waiting for results queue to drain 6530 1726776572.68171: waiting for pending results... 6530 1726776572.68350: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6530 1726776572.68427: in run() - task 12343ab9-b159-f2b7-2b7b-000000000153 6530 1726776572.68439: variable 'ansible_search_path' from source: unknown 6530 1726776572.68443: variable 'ansible_search_path' from source: unknown 6530 1726776572.68471: calling self._execute() 6530 1726776572.68538: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.68542: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.68550: variable 'omit' from source: magic vars 6530 1726776572.68693: variable 'omit' from source: magic vars 6530 1726776572.68736: variable 'omit' from source: magic vars 6530 1726776572.68758: variable 'omit' from source: magic vars 6530 1726776572.68793: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776572.68822: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776572.68843: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776572.68856: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776572.68865: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776572.68889: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776572.68892: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.68897: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.68970: Set connection var ansible_timeout to 10 6530 1726776572.68974: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776572.68977: Set connection var ansible_shell_type to sh 6530 1726776572.68982: Set connection var ansible_shell_executable to /bin/sh 6530 1726776572.69056: Set connection var ansible_pipelining to False 6530 1726776572.69059: Set connection var ansible_connection to ssh 6530 1726776572.69062: variable 'ansible_shell_executable' from source: unknown 6530 1726776572.69064: variable 'ansible_connection' from source: unknown 6530 1726776572.69067: variable 'ansible_module_compression' from source: unknown 6530 1726776572.69069: variable 'ansible_shell_type' from source: unknown 6530 1726776572.69071: variable 'ansible_shell_executable' from source: unknown 6530 1726776572.69073: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.69075: variable 'ansible_pipelining' from source: unknown 6530 1726776572.69076: variable 'ansible_timeout' from source: unknown 6530 1726776572.69078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.69133: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776572.69143: variable 'omit' from source: magic vars 6530 1726776572.69148: starting attempt loop 6530 1726776572.69153: running the handler 6530 1726776572.69162: handler run complete 6530 1726776572.69174: attempt loop complete, returning result 6530 1726776572.69177: _execute() done 6530 1726776572.69179: dumping result to json 6530 1726776572.69182: done dumping result, returning 6530 1726776572.69193: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [12343ab9-b159-f2b7-2b7b-000000000153] 6530 1726776572.69197: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000153 6530 1726776572.69276: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000153 6530 1726776572.69280: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6530 1726776572.69350: no more pending results, returning what we have 6530 1726776572.69353: results queue empty 6530 1726776572.69354: checking for any_errors_fatal 6530 1726776572.69362: done checking for any_errors_fatal 6530 1726776572.69363: checking for max_fail_percentage 6530 1726776572.69365: done checking for max_fail_percentage 6530 1726776572.69366: checking to see if all hosts have failed and the running result is not ok 6530 1726776572.69367: done checking to see if all hosts have failed 6530 1726776572.69368: getting the remaining hosts for this loop 6530 1726776572.69369: done getting the remaining hosts for this loop 6530 1726776572.69372: getting the next task for host managed_node1 6530 1726776572.69378: done getting next task for host managed_node1 6530 1726776572.69381: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6530 1726776572.69385: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776572.69398: getting variables 6530 1726776572.69400: in VariableManager get_vars() 6530 1726776572.69429: Calling all_inventory to load vars for managed_node1 6530 1726776572.69432: Calling groups_inventory to load vars for managed_node1 6530 1726776572.69434: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776572.69442: Calling all_plugins_play to load vars for managed_node1 6530 1726776572.69444: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776572.69446: Calling groups_plugins_play to load vars for managed_node1 6530 1726776572.69609: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776572.69733: done with get_vars() 6530 1726776572.69741: done getting variables 6530 1726776572.69782: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 16:09:32 -0400 (0:00:00.019) 0:00:16.971 **** 6530 1726776572.69807: entering _queue_task() for managed_node1/set_fact 6530 1726776572.70029: worker is 1 (out of 1 available) 6530 1726776572.70044: exiting _queue_task() for managed_node1/set_fact 6530 1726776572.70055: done queuing things up, now waiting for results queue to drain 6530 1726776572.70056: waiting for pending results... 6530 1726776572.70236: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6530 1726776572.70314: in run() - task 12343ab9-b159-f2b7-2b7b-000000000154 6530 1726776572.70326: variable 'ansible_search_path' from source: unknown 6530 1726776572.70329: variable 'ansible_search_path' from source: unknown 6530 1726776572.70359: calling self._execute() 6530 1726776572.70427: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.70431: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.70439: variable 'omit' from source: magic vars 6530 1726776572.70520: variable 'omit' from source: magic vars 6530 1726776572.70557: variable 'omit' from source: magic vars 6530 1726776572.70844: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6530 1726776572.71032: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6530 1726776572.71069: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6530 1726776572.71095: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6530 1726776572.71158: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6530 1726776572.71261: variable '__kernel_settings_register_profile' from source: set_fact 6530 1726776572.71273: variable '__kernel_settings_register_mode' from source: set_fact 6530 1726776572.71279: variable '__kernel_settings_register_apply' from source: set_fact 6530 1726776572.71323: variable 'omit' from source: magic vars 6530 1726776572.71345: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776572.71368: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776572.71388: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776572.71402: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776572.71412: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776572.71435: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776572.71438: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.71441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.71513: Set connection var ansible_timeout to 10 6530 1726776572.71519: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776572.71522: Set connection var ansible_shell_type to sh 6530 1726776572.71527: Set connection var ansible_shell_executable to /bin/sh 6530 1726776572.71533: Set connection var ansible_pipelining to False 6530 1726776572.71539: Set connection var ansible_connection to ssh 6530 1726776572.71558: variable 'ansible_shell_executable' from source: unknown 6530 1726776572.71561: variable 'ansible_connection' from source: unknown 6530 1726776572.71564: variable 'ansible_module_compression' from source: unknown 6530 1726776572.71566: variable 'ansible_shell_type' from source: unknown 6530 1726776572.71568: variable 'ansible_shell_executable' from source: unknown 6530 1726776572.71570: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.71572: variable 'ansible_pipelining' from source: unknown 6530 1726776572.71575: variable 'ansible_timeout' from source: unknown 6530 1726776572.71580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.71664: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776572.71674: variable 'omit' from source: magic vars 6530 1726776572.71680: starting attempt loop 6530 1726776572.71682: running the handler 6530 1726776572.71696: handler run complete 6530 1726776572.71710: attempt loop complete, returning result 6530 1726776572.71713: _execute() done 6530 1726776572.71716: dumping result to json 6530 1726776572.71718: done dumping result, returning 6530 1726776572.71725: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [12343ab9-b159-f2b7-2b7b-000000000154] 6530 1726776572.71730: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000154 6530 1726776572.71815: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000154 6530 1726776572.71818: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6530 1726776572.71878: no more pending results, returning what we have 6530 1726776572.71881: results queue empty 6530 1726776572.71881: checking for any_errors_fatal 6530 1726776572.71889: done checking for any_errors_fatal 6530 1726776572.71890: checking for max_fail_percentage 6530 1726776572.71892: done checking for max_fail_percentage 6530 1726776572.71893: checking to see if all hosts have failed and the running result is not ok 6530 1726776572.71894: done checking to see if all hosts have failed 6530 1726776572.71895: getting the remaining hosts for this loop 6530 1726776572.71896: done getting the remaining hosts for this loop 6530 1726776572.71899: getting the next task for host managed_node1 6530 1726776572.71907: done getting next task for host managed_node1 6530 1726776572.71909: ^ task is: TASK: meta (role_complete) 6530 1726776572.71913: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776572.71923: getting variables 6530 1726776572.71924: in VariableManager get_vars() 6530 1726776572.71956: Calling all_inventory to load vars for managed_node1 6530 1726776572.71959: Calling groups_inventory to load vars for managed_node1 6530 1726776572.71960: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776572.71968: Calling all_plugins_play to load vars for managed_node1 6530 1726776572.71970: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776572.71973: Calling groups_plugins_play to load vars for managed_node1 6530 1726776572.72111: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776572.72237: done with get_vars() 6530 1726776572.72246: done getting variables 6530 1726776572.72304: done queuing things up, now waiting for results queue to drain 6530 1726776572.72310: results queue empty 6530 1726776572.72311: checking for any_errors_fatal 6530 1726776572.72313: done checking for any_errors_fatal 6530 1726776572.72313: checking for max_fail_percentage 6530 1726776572.72314: done checking for max_fail_percentage 6530 1726776572.72314: checking to see if all hosts have failed and the running result is not ok 6530 1726776572.72315: done checking to see if all hosts have failed 6530 1726776572.72315: getting the remaining hosts for this loop 6530 1726776572.72316: done getting the remaining hosts for this loop 6530 1726776572.72319: getting the next task for host managed_node1 6530 1726776572.72323: done getting next task for host managed_node1 6530 1726776572.72324: ^ task is: TASK: Verify no settings 6530 1726776572.72326: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776572.72327: getting variables 6530 1726776572.72328: in VariableManager get_vars() 6530 1726776572.72336: Calling all_inventory to load vars for managed_node1 6530 1726776572.72338: Calling groups_inventory to load vars for managed_node1 6530 1726776572.72339: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776572.72342: Calling all_plugins_play to load vars for managed_node1 6530 1726776572.72344: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776572.72345: Calling groups_plugins_play to load vars for managed_node1 6530 1726776572.72448: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776572.72556: done with get_vars() 6530 1726776572.72562: done getting variables 6530 1726776572.72590: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify no settings] ****************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:20 Thursday 19 September 2024 16:09:32 -0400 (0:00:00.028) 0:00:16.999 **** 6530 1726776572.72610: entering _queue_task() for managed_node1/shell 6530 1726776572.72832: worker is 1 (out of 1 available) 6530 1726776572.72847: exiting _queue_task() for managed_node1/shell 6530 1726776572.72859: done queuing things up, now waiting for results queue to drain 6530 1726776572.72860: waiting for pending results... 6530 1726776572.73031: running TaskExecutor() for managed_node1/TASK: Verify no settings 6530 1726776572.73098: in run() - task 12343ab9-b159-f2b7-2b7b-000000000098 6530 1726776572.73106: variable 'ansible_search_path' from source: unknown 6530 1726776572.73110: variable 'ansible_search_path' from source: unknown 6530 1726776572.73140: calling self._execute() 6530 1726776572.73206: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.73211: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.73221: variable 'omit' from source: magic vars 6530 1726776572.73294: variable 'omit' from source: magic vars 6530 1726776572.73329: variable 'omit' from source: magic vars 6530 1726776572.73580: variable '__kernel_settings_profile_filename' from source: role '' exported vars 6530 1726776572.73640: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6530 1726776572.73696: variable '__kernel_settings_profile_parent' from source: set_fact 6530 1726776572.73702: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6530 1726776572.73737: variable 'omit' from source: magic vars 6530 1726776572.73770: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776572.73798: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776572.73818: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776572.73830: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776572.73841: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776572.73865: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776572.73869: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.73871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.73940: Set connection var ansible_timeout to 10 6530 1726776572.73943: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776572.73946: Set connection var ansible_shell_type to sh 6530 1726776572.73954: Set connection var ansible_shell_executable to /bin/sh 6530 1726776572.73958: Set connection var ansible_pipelining to False 6530 1726776572.73966: Set connection var ansible_connection to ssh 6530 1726776572.73983: variable 'ansible_shell_executable' from source: unknown 6530 1726776572.73987: variable 'ansible_connection' from source: unknown 6530 1726776572.73990: variable 'ansible_module_compression' from source: unknown 6530 1726776572.73992: variable 'ansible_shell_type' from source: unknown 6530 1726776572.73995: variable 'ansible_shell_executable' from source: unknown 6530 1726776572.73997: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776572.73999: variable 'ansible_pipelining' from source: unknown 6530 1726776572.74002: variable 'ansible_timeout' from source: unknown 6530 1726776572.74004: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776572.74110: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776572.74120: variable 'omit' from source: magic vars 6530 1726776572.74125: starting attempt loop 6530 1726776572.74128: running the handler 6530 1726776572.74136: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776572.74151: _low_level_execute_command(): starting 6530 1726776572.74158: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776572.74687: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.74692: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776572.74696: 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.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.74742: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776572.74754: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776572.74847: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776572.76592: stdout chunk (state=3): >>>/root <<< 6530 1726776572.76678: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776572.76714: stderr chunk (state=3): >>><<< 6530 1726776572.76717: stdout chunk (state=3): >>><<< 6530 1726776572.76736: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776572.76750: _low_level_execute_command(): starting 6530 1726776572.76757: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464 `" && echo ansible-tmp-1726776572.7673836-6903-252672802931464="` echo /root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464 `" ) && sleep 0' 6530 1726776572.77219: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776572.77234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776572.77237: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776572.77239: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.77282: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776572.77287: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776572.77293: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776572.77376: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776572.79334: stdout chunk (state=3): >>>ansible-tmp-1726776572.7673836-6903-252672802931464=/root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464 <<< 6530 1726776572.79440: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776572.79469: stderr chunk (state=3): >>><<< 6530 1726776572.79472: stdout chunk (state=3): >>><<< 6530 1726776572.79489: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776572.7673836-6903-252672802931464=/root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776572.79523: variable 'ansible_module_compression' from source: unknown 6530 1726776572.79564: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6530 1726776572.79596: variable 'ansible_facts' from source: unknown 6530 1726776572.79655: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464/AnsiballZ_command.py 6530 1726776572.79762: Sending initial data 6530 1726776572.79766: Sent initial data (154 bytes) 6530 1726776572.80227: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776572.80231: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776572.80233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.80235: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776572.80237: 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 <<< 6530 1726776572.80239: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.80293: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776572.80296: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776572.80299: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776572.80395: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776572.82114: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776572.82212: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776572.82311: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpvfvps6n7 /root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464/AnsiballZ_command.py <<< 6530 1726776572.82316: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464/AnsiballZ_command.py" <<< 6530 1726776572.82411: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpvfvps6n7" to remote "/root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464/AnsiballZ_command.py" <<< 6530 1726776572.83635: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776572.83640: stdout chunk (state=3): >>><<< 6530 1726776572.83643: stderr chunk (state=3): >>><<< 6530 1726776572.83658: done transferring module to remote 6530 1726776572.83677: _low_level_execute_command(): starting 6530 1726776572.83692: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464/ /root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464/AnsiballZ_command.py && sleep 0' 6530 1726776572.84323: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776572.84337: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.84394: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776572.84397: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776572.84418: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776572.84500: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776572.86342: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776572.86370: stderr chunk (state=3): >>><<< 6530 1726776572.86373: stdout chunk (state=3): >>><<< 6530 1726776572.86390: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776572.86393: _low_level_execute_command(): starting 6530 1726776572.86398: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464/AnsiballZ_command.py && sleep 0' 6530 1726776572.86860: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776572.86863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.86866: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776572.86868: 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 <<< 6530 1726776572.86870: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776572.86921: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776572.86924: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776572.87020: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.03243: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 16:09:33.022552", "end": "2024-09-19 16:09:33.030869", "delta": "0:00:00.008317", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6530 1726776573.04845: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776573.04867: stderr chunk (state=3): >>><<< 6530 1726776573.04870: stdout chunk (state=3): >>><<< 6530 1726776573.04888: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 16:09:33.022552", "end": "2024-09-19 16:09:33.030869", "delta": "0:00:00.008317", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776573.04925: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\["$section"\\\\] "$conf"; then\n echo ERROR: "$section" settings present\n rc=1\n fi\ndone\nexit "$rc"\n', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776573.04932: _low_level_execute_command(): starting 6530 1726776573.04937: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776572.7673836-6903-252672802931464/ > /dev/null 2>&1 && sleep 0' 6530 1726776573.05405: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776573.05408: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.05411: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776573.05413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776573.05415: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.05472: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.05479: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.05481: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.05556: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.07450: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.07478: stderr chunk (state=3): >>><<< 6530 1726776573.07481: stdout chunk (state=3): >>><<< 6530 1726776573.07502: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776573.07510: handler run complete 6530 1726776573.07528: Evaluated conditional (False): False 6530 1726776573.07536: attempt loop complete, returning result 6530 1726776573.07539: _execute() done 6530 1726776573.07541: dumping result to json 6530 1726776573.07547: done dumping result, returning 6530 1726776573.07554: done running TaskExecutor() for managed_node1/TASK: Verify no settings [12343ab9-b159-f2b7-2b7b-000000000098] 6530 1726776573.07559: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000098 6530 1726776573.07660: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000098 6530 1726776573.07663: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "delta": "0:00:00.008317", "end": "2024-09-19 16:09:33.030869", "rc": 0, "start": "2024-09-19 16:09:33.022552" } STDERR: + exec + rc=0 + conf=/etc/tuned/profiles/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysctl\]' /etc/tuned/profiles/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysfs\]' /etc/tuned/profiles/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[systemd\]' /etc/tuned/profiles/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[vm\]' /etc/tuned/profiles/kernel_settings/tuned.conf + exit 0 6530 1726776573.07732: no more pending results, returning what we have 6530 1726776573.07736: results queue empty 6530 1726776573.07737: checking for any_errors_fatal 6530 1726776573.07738: done checking for any_errors_fatal 6530 1726776573.07739: checking for max_fail_percentage 6530 1726776573.07740: done checking for max_fail_percentage 6530 1726776573.07741: checking to see if all hosts have failed and the running result is not ok 6530 1726776573.07742: done checking to see if all hosts have failed 6530 1726776573.07743: getting the remaining hosts for this loop 6530 1726776573.07745: done getting the remaining hosts for this loop 6530 1726776573.07748: getting the next task for host managed_node1 6530 1726776573.07754: done getting next task for host managed_node1 6530 1726776573.07758: ^ task is: TASK: Remove kernel_settings tuned profile 6530 1726776573.07760: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=1, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776573.07764: getting variables 6530 1726776573.07765: in VariableManager get_vars() 6530 1726776573.07799: Calling all_inventory to load vars for managed_node1 6530 1726776573.07802: Calling groups_inventory to load vars for managed_node1 6530 1726776573.07804: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776573.07816: Calling all_plugins_play to load vars for managed_node1 6530 1726776573.07818: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776573.07821: Calling groups_plugins_play to load vars for managed_node1 6530 1726776573.07955: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776573.08074: done with get_vars() 6530 1726776573.08082: done getting variables TASK [Remove kernel_settings tuned profile] ************************************ task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 Thursday 19 September 2024 16:09:33 -0400 (0:00:00.355) 0:00:17.354 **** 6530 1726776573.08150: entering _queue_task() for managed_node1/file 6530 1726776573.08353: worker is 1 (out of 1 available) 6530 1726776573.08366: exiting _queue_task() for managed_node1/file 6530 1726776573.08376: done queuing things up, now waiting for results queue to drain 6530 1726776573.08378: waiting for pending results... 6530 1726776573.08540: running TaskExecutor() for managed_node1/TASK: Remove kernel_settings tuned profile 6530 1726776573.08600: in run() - task 12343ab9-b159-f2b7-2b7b-000000000099 6530 1726776573.08616: variable 'ansible_search_path' from source: unknown 6530 1726776573.08619: variable 'ansible_search_path' from source: unknown 6530 1726776573.08644: calling self._execute() 6530 1726776573.08708: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776573.08712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776573.08719: variable 'omit' from source: magic vars 6530 1726776573.08795: variable 'omit' from source: magic vars 6530 1726776573.08829: variable 'omit' from source: magic vars 6530 1726776573.08850: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6530 1726776573.09068: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6530 1726776573.09136: variable '__kernel_settings_profile_parent' from source: set_fact 6530 1726776573.09140: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6530 1726776573.09231: variable 'omit' from source: magic vars 6530 1726776573.09262: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776573.09294: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776573.09312: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776573.09325: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776573.09334: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776573.09357: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776573.09360: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776573.09363: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776573.09433: Set connection var ansible_timeout to 10 6530 1726776573.09438: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776573.09440: Set connection var ansible_shell_type to sh 6530 1726776573.09445: Set connection var ansible_shell_executable to /bin/sh 6530 1726776573.09452: Set connection var ansible_pipelining to False 6530 1726776573.09458: Set connection var ansible_connection to ssh 6530 1726776573.09475: variable 'ansible_shell_executable' from source: unknown 6530 1726776573.09478: variable 'ansible_connection' from source: unknown 6530 1726776573.09482: variable 'ansible_module_compression' from source: unknown 6530 1726776573.09485: variable 'ansible_shell_type' from source: unknown 6530 1726776573.09489: variable 'ansible_shell_executable' from source: unknown 6530 1726776573.09491: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776573.09493: variable 'ansible_pipelining' from source: unknown 6530 1726776573.09495: variable 'ansible_timeout' from source: unknown 6530 1726776573.09497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776573.09639: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6530 1726776573.09649: variable 'omit' from source: magic vars 6530 1726776573.09654: starting attempt loop 6530 1726776573.09657: running the handler 6530 1726776573.09668: _low_level_execute_command(): starting 6530 1726776573.09674: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776573.10169: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.10191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776573.10195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.10199: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776573.10205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.10215: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776573.10224: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.10263: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.10275: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.10372: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.12066: stdout chunk (state=3): >>>/root <<< 6530 1726776573.12167: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.12197: stderr chunk (state=3): >>><<< 6530 1726776573.12201: stdout chunk (state=3): >>><<< 6530 1726776573.12223: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776573.12236: _low_level_execute_command(): starting 6530 1726776573.12243: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692 `" && echo ansible-tmp-1726776573.1222367-6918-228601610803692="` echo /root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692 `" ) && sleep 0' 6530 1726776573.12707: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.12719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.12722: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.12725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.12764: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.12767: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.12769: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.12853: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.14811: stdout chunk (state=3): >>>ansible-tmp-1726776573.1222367-6918-228601610803692=/root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692 <<< 6530 1726776573.14906: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.14936: stderr chunk (state=3): >>><<< 6530 1726776573.14939: stdout chunk (state=3): >>><<< 6530 1726776573.14955: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776573.1222367-6918-228601610803692=/root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776573.14999: variable 'ansible_module_compression' from source: unknown 6530 1726776573.15040: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6530 1726776573.15076: variable 'ansible_facts' from source: unknown 6530 1726776573.15139: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692/AnsiballZ_file.py 6530 1726776573.15245: Sending initial data 6530 1726776573.15248: Sent initial data (151 bytes) 6530 1726776573.15703: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776573.15706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776573.15709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.15711: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.15714: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.15768: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.15771: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.15774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.15857: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.17443: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776573.17514: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776573.17592: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpv1dgtcex /root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692/AnsiballZ_file.py <<< 6530 1726776573.17600: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692/AnsiballZ_file.py" <<< 6530 1726776573.17676: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpv1dgtcex" to remote "/root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692/AnsiballZ_file.py" <<< 6530 1726776573.18376: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.18424: stderr chunk (state=3): >>><<< 6530 1726776573.18427: stdout chunk (state=3): >>><<< 6530 1726776573.18454: done transferring module to remote 6530 1726776573.18463: _low_level_execute_command(): starting 6530 1726776573.18468: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692/ /root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692/AnsiballZ_file.py && sleep 0' 6530 1726776573.18923: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776573.18927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776573.18930: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.18936: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776573.18938: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.18940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.18991: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.18994: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.19001: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.19075: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.20864: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.20894: stderr chunk (state=3): >>><<< 6530 1726776573.20898: stdout chunk (state=3): >>><<< 6530 1726776573.20915: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776573.20918: _low_level_execute_command(): starting 6530 1726776573.20921: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692/AnsiballZ_file.py && sleep 0' 6530 1726776573.21401: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776573.21405: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.21408: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.21410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.21462: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.21468: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.21559: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.37454: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/profiles/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6530 1726776573.38841: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776573.38869: stderr chunk (state=3): >>><<< 6530 1726776573.38872: stdout chunk (state=3): >>><<< 6530 1726776573.38889: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/profiles/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776573.38922: done with _execute_module (file, {'path': '/etc/tuned/profiles/kernel_settings', 'state': 'absent', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776573.38931: _low_level_execute_command(): starting 6530 1726776573.38935: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776573.1222367-6918-228601610803692/ > /dev/null 2>&1 && sleep 0' 6530 1726776573.39374: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.39380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.39402: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.39451: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.39454: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.39456: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.39537: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.41404: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.41438: stderr chunk (state=3): >>><<< 6530 1726776573.41441: stdout chunk (state=3): >>><<< 6530 1726776573.41455: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776573.41460: handler run complete 6530 1726776573.41479: attempt loop complete, returning result 6530 1726776573.41482: _execute() done 6530 1726776573.41484: dumping result to json 6530 1726776573.41492: done dumping result, returning 6530 1726776573.41500: done running TaskExecutor() for managed_node1/TASK: Remove kernel_settings tuned profile [12343ab9-b159-f2b7-2b7b-000000000099] 6530 1726776573.41504: sending task result for task 12343ab9-b159-f2b7-2b7b-000000000099 changed: [managed_node1] => { "changed": true, "path": "/etc/tuned/profiles/kernel_settings", "state": "absent" } 6530 1726776573.41677: no more pending results, returning what we have 6530 1726776573.41681: results queue empty 6530 1726776573.41682: checking for any_errors_fatal 6530 1726776573.41696: done checking for any_errors_fatal 6530 1726776573.41697: checking for max_fail_percentage 6530 1726776573.41699: done checking for max_fail_percentage 6530 1726776573.41699: checking to see if all hosts have failed and the running result is not ok 6530 1726776573.41700: done checking to see if all hosts have failed 6530 1726776573.41701: getting the remaining hosts for this loop 6530 1726776573.41702: done getting the remaining hosts for this loop 6530 1726776573.41708: getting the next task for host managed_node1 6530 1726776573.41714: done getting next task for host managed_node1 6530 1726776573.41716: ^ task is: TASK: Get active_profile 6530 1726776573.41719: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=2, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776573.41722: getting variables 6530 1726776573.41724: in VariableManager get_vars() 6530 1726776573.41754: Calling all_inventory to load vars for managed_node1 6530 1726776573.41758: Calling groups_inventory to load vars for managed_node1 6530 1726776573.41760: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776573.41769: Calling all_plugins_play to load vars for managed_node1 6530 1726776573.41771: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776573.41774: Calling groups_plugins_play to load vars for managed_node1 6530 1726776573.41943: done sending task result for task 12343ab9-b159-f2b7-2b7b-000000000099 6530 1726776573.41947: WORKER PROCESS EXITING 6530 1726776573.41957: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776573.42074: done with get_vars() 6530 1726776573.42082: done getting variables TASK [Get active_profile] ****************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:41 Thursday 19 September 2024 16:09:33 -0400 (0:00:00.340) 0:00:17.694 **** 6530 1726776573.42153: entering _queue_task() for managed_node1/slurp 6530 1726776573.42365: worker is 1 (out of 1 available) 6530 1726776573.42377: exiting _queue_task() for managed_node1/slurp 6530 1726776573.42390: done queuing things up, now waiting for results queue to drain 6530 1726776573.42391: waiting for pending results... 6530 1726776573.42557: running TaskExecutor() for managed_node1/TASK: Get active_profile 6530 1726776573.42620: in run() - task 12343ab9-b159-f2b7-2b7b-00000000009a 6530 1726776573.42632: variable 'ansible_search_path' from source: unknown 6530 1726776573.42636: variable 'ansible_search_path' from source: unknown 6530 1726776573.42661: calling self._execute() 6530 1726776573.42724: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776573.42727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776573.42741: variable 'omit' from source: magic vars 6530 1726776573.42812: variable 'omit' from source: magic vars 6530 1726776573.42840: variable 'omit' from source: magic vars 6530 1726776573.42862: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6530 1726776573.43077: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6530 1726776573.43136: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6530 1726776573.43158: variable 'omit' from source: magic vars 6530 1726776573.43192: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776573.43221: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776573.43237: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776573.43250: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776573.43259: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776573.43288: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776573.43294: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776573.43297: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776573.43358: Set connection var ansible_timeout to 10 6530 1726776573.43363: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776573.43366: Set connection var ansible_shell_type to sh 6530 1726776573.43371: Set connection var ansible_shell_executable to /bin/sh 6530 1726776573.43377: Set connection var ansible_pipelining to False 6530 1726776573.43384: Set connection var ansible_connection to ssh 6530 1726776573.43403: variable 'ansible_shell_executable' from source: unknown 6530 1726776573.43409: variable 'ansible_connection' from source: unknown 6530 1726776573.43412: variable 'ansible_module_compression' from source: unknown 6530 1726776573.43414: variable 'ansible_shell_type' from source: unknown 6530 1726776573.43416: variable 'ansible_shell_executable' from source: unknown 6530 1726776573.43418: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776573.43420: variable 'ansible_pipelining' from source: unknown 6530 1726776573.43423: variable 'ansible_timeout' from source: unknown 6530 1726776573.43424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776573.43567: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6530 1726776573.43575: variable 'omit' from source: magic vars 6530 1726776573.43580: starting attempt loop 6530 1726776573.43583: running the handler 6530 1726776573.43596: _low_level_execute_command(): starting 6530 1726776573.43602: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776573.44112: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776573.44116: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776573.44119: 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.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.44167: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.44171: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.44183: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.44264: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.45885: stdout chunk (state=3): >>>/root <<< 6530 1726776573.45982: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.46018: stderr chunk (state=3): >>><<< 6530 1726776573.46021: stdout chunk (state=3): >>><<< 6530 1726776573.46043: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776573.46055: _low_level_execute_command(): starting 6530 1726776573.46061: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077 `" && echo ansible-tmp-1726776573.4604306-6926-95758130827077="` echo /root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077 `" ) && sleep 0' 6530 1726776573.46516: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776573.46519: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776573.46523: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.46533: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776573.46535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 <<< 6530 1726776573.46537: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.46578: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.46587: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.46666: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.48554: stdout chunk (state=3): >>>ansible-tmp-1726776573.4604306-6926-95758130827077=/root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077 <<< 6530 1726776573.48659: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.48689: stderr chunk (state=3): >>><<< 6530 1726776573.48692: stdout chunk (state=3): >>><<< 6530 1726776573.48714: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776573.4604306-6926-95758130827077=/root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776573.48755: variable 'ansible_module_compression' from source: unknown 6530 1726776573.48790: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6530 1726776573.48823: variable 'ansible_facts' from source: unknown 6530 1726776573.48877: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077/AnsiballZ_slurp.py 6530 1726776573.48985: Sending initial data 6530 1726776573.48992: Sent initial data (151 bytes) 6530 1726776573.49449: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776573.49452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776573.49454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.49458: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.49461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.49517: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.49524: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.49526: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.49603: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.51157: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776573.51233: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776573.51314: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpwmjfwvqm /root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077/AnsiballZ_slurp.py <<< 6530 1726776573.51322: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077/AnsiballZ_slurp.py" <<< 6530 1726776573.51396: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpwmjfwvqm" to remote "/root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077/AnsiballZ_slurp.py" <<< 6530 1726776573.51399: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077/AnsiballZ_slurp.py" <<< 6530 1726776573.52064: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.52111: stderr chunk (state=3): >>><<< 6530 1726776573.52114: stdout chunk (state=3): >>><<< 6530 1726776573.52146: done transferring module to remote 6530 1726776573.52163: _low_level_execute_command(): starting 6530 1726776573.52165: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077/ /root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077/AnsiballZ_slurp.py && sleep 0' 6530 1726776573.52632: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.52635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.52638: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776573.52640: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.52646: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776573.52648: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.52692: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.52695: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.52699: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.52777: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.54561: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.54588: stderr chunk (state=3): >>><<< 6530 1726776573.54591: stdout chunk (state=3): >>><<< 6530 1726776573.54607: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776573.54610: _low_level_execute_command(): starting 6530 1726776573.54613: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077/AnsiballZ_slurp.py && sleep 0' 6530 1726776573.55070: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.55073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.55075: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration <<< 6530 1726776573.55078: 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 <<< 6530 1726776573.55080: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.55137: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.55140: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.55230: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.70231: 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"}}} <<< 6530 1726776573.71515: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776573.71540: stderr chunk (state=3): >>><<< 6530 1726776573.71544: stdout chunk (state=3): >>><<< 6530 1726776573.71563: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776573.71585: 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-1726776573.4604306-6926-95758130827077/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776573.71595: _low_level_execute_command(): starting 6530 1726776573.71600: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776573.4604306-6926-95758130827077/ > /dev/null 2>&1 && sleep 0' 6530 1726776573.72062: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.72066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.72068: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.72070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.72129: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.72133: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.72221: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.74080: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.74110: stderr chunk (state=3): >>><<< 6530 1726776573.74113: stdout chunk (state=3): >>><<< 6530 1726776573.74127: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776573.74133: handler run complete 6530 1726776573.74147: attempt loop complete, returning result 6530 1726776573.74149: _execute() done 6530 1726776573.74152: dumping result to json 6530 1726776573.74160: done dumping result, returning 6530 1726776573.74166: done running TaskExecutor() for managed_node1/TASK: Get active_profile [12343ab9-b159-f2b7-2b7b-00000000009a] 6530 1726776573.74170: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000009a 6530 1726776573.74266: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000009a 6530 1726776573.74269: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6530 1726776573.74322: no more pending results, returning what we have 6530 1726776573.74325: results queue empty 6530 1726776573.74326: checking for any_errors_fatal 6530 1726776573.74335: done checking for any_errors_fatal 6530 1726776573.74336: checking for max_fail_percentage 6530 1726776573.74338: done checking for max_fail_percentage 6530 1726776573.74339: checking to see if all hosts have failed and the running result is not ok 6530 1726776573.74339: done checking to see if all hosts have failed 6530 1726776573.74340: getting the remaining hosts for this loop 6530 1726776573.74342: done getting the remaining hosts for this loop 6530 1726776573.74345: getting the next task for host managed_node1 6530 1726776573.74351: done getting next task for host managed_node1 6530 1726776573.74353: ^ task is: TASK: Ensure kernel_settings is not in active_profile 6530 1726776573.74356: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776573.74360: getting variables 6530 1726776573.74361: in VariableManager get_vars() 6530 1726776573.74400: Calling all_inventory to load vars for managed_node1 6530 1726776573.74403: Calling groups_inventory to load vars for managed_node1 6530 1726776573.74407: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776573.74416: Calling all_plugins_play to load vars for managed_node1 6530 1726776573.74418: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776573.74421: Calling groups_plugins_play to load vars for managed_node1 6530 1726776573.74553: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776573.74673: done with get_vars() 6530 1726776573.74681: done getting variables 6530 1726776573.74730: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure kernel_settings is not in active_profile] ************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 Thursday 19 September 2024 16:09:33 -0400 (0:00:00.325) 0:00:18.020 **** 6530 1726776573.74751: entering _queue_task() for managed_node1/copy 6530 1726776573.74965: worker is 1 (out of 1 available) 6530 1726776573.74978: exiting _queue_task() for managed_node1/copy 6530 1726776573.74992: done queuing things up, now waiting for results queue to drain 6530 1726776573.74993: waiting for pending results... 6530 1726776573.75158: running TaskExecutor() for managed_node1/TASK: Ensure kernel_settings is not in active_profile 6530 1726776573.75218: in run() - task 12343ab9-b159-f2b7-2b7b-00000000009b 6530 1726776573.75230: variable 'ansible_search_path' from source: unknown 6530 1726776573.75233: variable 'ansible_search_path' from source: unknown 6530 1726776573.75261: calling self._execute() 6530 1726776573.75323: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776573.75327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776573.75340: variable 'omit' from source: magic vars 6530 1726776573.75415: variable 'omit' from source: magic vars 6530 1726776573.75442: variable 'omit' from source: magic vars 6530 1726776573.75468: variable '__active_profile' from source: task vars 6530 1726776573.75690: variable '__active_profile' from source: task vars 6530 1726776573.75885: variable '__cur_profile' from source: task vars 6530 1726776573.75981: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6530 1726776573.77380: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6530 1726776573.77430: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6530 1726776573.77691: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6530 1726776573.77726: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6530 1726776573.77749: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6530 1726776573.77813: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6530 1726776573.77835: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6530 1726776573.77856: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6530 1726776573.77881: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6530 1726776573.77894: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6530 1726776573.77975: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6530 1726776573.78016: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6530 1726776573.78069: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6530 1726776573.78121: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6530 1726776573.78139: variable 'omit' from source: magic vars 6530 1726776573.78177: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776573.78189: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776573.78209: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776573.78221: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776573.78229: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776573.78251: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776573.78253: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776573.78256: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776573.78329: Set connection var ansible_timeout to 10 6530 1726776573.78333: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776573.78335: Set connection var ansible_shell_type to sh 6530 1726776573.78341: Set connection var ansible_shell_executable to /bin/sh 6530 1726776573.78347: Set connection var ansible_pipelining to False 6530 1726776573.78353: Set connection var ansible_connection to ssh 6530 1726776573.78371: variable 'ansible_shell_executable' from source: unknown 6530 1726776573.78374: variable 'ansible_connection' from source: unknown 6530 1726776573.78376: variable 'ansible_module_compression' from source: unknown 6530 1726776573.78378: variable 'ansible_shell_type' from source: unknown 6530 1726776573.78381: variable 'ansible_shell_executable' from source: unknown 6530 1726776573.78384: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776573.78389: variable 'ansible_pipelining' from source: unknown 6530 1726776573.78391: variable 'ansible_timeout' from source: unknown 6530 1726776573.78401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776573.78468: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776573.78477: variable 'omit' from source: magic vars 6530 1726776573.78482: starting attempt loop 6530 1726776573.78485: running the handler 6530 1726776573.78498: _low_level_execute_command(): starting 6530 1726776573.78504: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776573.79019: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.79023: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.79025: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.79028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776573.79030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.79080: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.79084: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.79087: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.79173: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.80838: stdout chunk (state=3): >>>/root <<< 6530 1726776573.80931: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.80965: stderr chunk (state=3): >>><<< 6530 1726776573.80968: stdout chunk (state=3): >>><<< 6530 1726776573.80989: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776573.81000: _low_level_execute_command(): starting 6530 1726776573.81006: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044 `" && echo ansible-tmp-1726776573.8098924-6934-104424511596044="` echo /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044 `" ) && sleep 0' 6530 1726776573.81468: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.81472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.81474: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.81476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.81521: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.81535: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.81625: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.83557: stdout chunk (state=3): >>>ansible-tmp-1726776573.8098924-6934-104424511596044=/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044 <<< 6530 1726776573.83657: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.83685: stderr chunk (state=3): >>><<< 6530 1726776573.83690: stdout chunk (state=3): >>><<< 6530 1726776573.83707: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776573.8098924-6934-104424511596044=/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776573.83787: variable 'ansible_module_compression' from source: unknown 6530 1726776573.83827: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6530 1726776573.83860: variable 'ansible_facts' from source: unknown 6530 1726776573.83920: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_stat.py 6530 1726776573.84013: Sending initial data 6530 1726776573.84017: Sent initial data (151 bytes) 6530 1726776573.84799: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.84819: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.86415: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776573.86744: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776573.86853: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpqkegav6y /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_stat.py <<< 6530 1726776573.86863: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_stat.py" <<< 6530 1726776573.86956: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpqkegav6y" to remote "/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_stat.py" <<< 6530 1726776573.87931: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.88002: stderr chunk (state=3): >>><<< 6530 1726776573.88005: stdout chunk (state=3): >>><<< 6530 1726776573.88007: done transferring module to remote 6530 1726776573.88009: _low_level_execute_command(): starting 6530 1726776573.88012: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/ /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_stat.py && sleep 0' 6530 1726776573.88478: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.88484: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776573.88488: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.88533: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776573.88536: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.88539: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.88623: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776573.90409: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776573.90435: stderr chunk (state=3): >>><<< 6530 1726776573.90438: stdout chunk (state=3): >>><<< 6530 1726776573.90453: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776573.90456: _low_level_execute_command(): starting 6530 1726776573.90460: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_stat.py && sleep 0' 6530 1726776573.90918: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776573.90921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.90924: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address <<< 6530 1726776573.90926: 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 <<< 6530 1726776573.90928: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776573.90970: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776573.90982: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776573.91074: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.07242: 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": 494928003, "dev": 51714, "nlink": 1, "atime": 1726776573.6999998, "mtime": 1726776571.9830022, "ctime": 1726776571.9830022, "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": "1281600539", "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}}} <<< 6530 1726776574.08740: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776574.08768: stderr chunk (state=3): >>><<< 6530 1726776574.08771: stdout chunk (state=3): >>><<< 6530 1726776574.08790: _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": 494928003, "dev": 51714, "nlink": 1, "atime": 1726776573.6999998, "mtime": 1726776571.9830022, "ctime": 1726776571.9830022, "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": "1281600539", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776574.08835: 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-1726776573.8098924-6934-104424511596044/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6530 1726776574.08926: Sending initial data 6530 1726776574.08929: Sent initial data (139 bytes) 6530 1726776574.09380: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776574.09384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.09388: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776574.09390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776574.09392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.09446: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.09450: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776574.09452: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.09532: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.11156: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776574.11232: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776574.11310: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/.86ho67rm /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/.source <<< 6530 1726776574.11318: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/.source" <<< 6530 1726776574.11389: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/.86ho67rm" to remote "/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/.source" <<< 6530 1726776574.11393: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/.source" <<< 6530 1726776574.11720: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.11765: stderr chunk (state=3): >>><<< 6530 1726776574.11768: stdout chunk (state=3): >>><<< 6530 1726776574.11794: _low_level_execute_command(): starting 6530 1726776574.11800: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/ /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/.source && sleep 0' 6530 1726776574.12256: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776574.12259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.12261: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.12263: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.12319: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.12323: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776574.12325: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.12416: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.14209: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.14232: stderr chunk (state=3): >>><<< 6530 1726776574.14235: stdout chunk (state=3): >>><<< 6530 1726776574.14250: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776574.14275: variable 'ansible_module_compression' from source: unknown 6530 1726776574.14313: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6530 1726776574.14329: variable 'ansible_facts' from source: unknown 6530 1726776574.14375: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_copy.py 6530 1726776574.14468: Sending initial data 6530 1726776574.14472: Sent initial data (151 bytes) 6530 1726776574.14940: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.14944: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.14946: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776574.14948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776574.14951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.14991: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.15002: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.15097: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.16688: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776574.16761: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776574.16842: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpwbjh69c4 /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_copy.py <<< 6530 1726776574.16845: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_copy.py" <<< 6530 1726776574.16920: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpwbjh69c4" to remote "/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_copy.py" <<< 6530 1726776574.16923: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_copy.py" <<< 6530 1726776574.17652: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.17697: stderr chunk (state=3): >>><<< 6530 1726776574.17701: stdout chunk (state=3): >>><<< 6530 1726776574.17729: done transferring module to remote 6530 1726776574.17737: _low_level_execute_command(): starting 6530 1726776574.17741: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/ /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_copy.py && sleep 0' 6530 1726776574.18222: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.18226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.18229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.18281: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.18284: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776574.18290: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.18375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.20223: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.20248: stderr chunk (state=3): >>><<< 6530 1726776574.20252: stdout chunk (state=3): >>><<< 6530 1726776574.20270: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776574.20273: _low_level_execute_command(): starting 6530 1726776574.20276: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/AnsiballZ_copy.py && sleep 0' 6530 1726776574.20733: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.20737: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.20739: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.20745: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.20792: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.20797: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776574.20804: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.20893: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.36751: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/.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-1726776573.8098924-6934-104424511596044/.source", "_original_basename": ".86ho67rm", "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}}} <<< 6530 1726776574.38115: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776574.38142: stderr chunk (state=3): >>><<< 6530 1726776574.38145: stdout chunk (state=3): >>><<< 6530 1726776574.38159: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/.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-1726776573.8098924-6934-104424511596044/.source", "_original_basename": ".86ho67rm", "follow": false, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776574.38183: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/.source', '_original_basename': '.86ho67rm', '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-1726776573.8098924-6934-104424511596044/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776574.38194: _low_level_execute_command(): starting 6530 1726776574.38199: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/ > /dev/null 2>&1 && sleep 0' 6530 1726776574.38658: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.38661: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.38664: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776574.38666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776574.38668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.38721: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.38724: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776574.38726: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.38814: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.40659: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.40684: stderr chunk (state=3): >>><<< 6530 1726776574.40689: stdout chunk (state=3): >>><<< 6530 1726776574.40703: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776574.40712: handler run complete 6530 1726776574.40734: attempt loop complete, returning result 6530 1726776574.40737: _execute() done 6530 1726776574.40740: dumping result to json 6530 1726776574.40745: done dumping result, returning 6530 1726776574.40752: done running TaskExecutor() for managed_node1/TASK: Ensure kernel_settings is not in active_profile [12343ab9-b159-f2b7-2b7b-00000000009b] 6530 1726776574.40757: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000009b 6530 1726776574.40855: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000009b 6530 1726776574.40858: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "md5sum": "9a561d913bcdb5a659ec2dd035975a8e", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 14, "src": "/root/.ansible/tmp/ansible-tmp-1726776573.8098924-6934-104424511596044/.source", "state": "file", "uid": 0 } 6530 1726776574.40927: no more pending results, returning what we have 6530 1726776574.40930: results queue empty 6530 1726776574.40931: checking for any_errors_fatal 6530 1726776574.40937: done checking for any_errors_fatal 6530 1726776574.40938: checking for max_fail_percentage 6530 1726776574.40940: done checking for max_fail_percentage 6530 1726776574.40940: checking to see if all hosts have failed and the running result is not ok 6530 1726776574.40941: done checking to see if all hosts have failed 6530 1726776574.40942: getting the remaining hosts for this loop 6530 1726776574.40943: done getting the remaining hosts for this loop 6530 1726776574.40947: getting the next task for host managed_node1 6530 1726776574.40952: done getting next task for host managed_node1 6530 1726776574.40955: ^ task is: TASK: Set profile_mode to auto 6530 1726776574.40958: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=4, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776574.40962: getting variables 6530 1726776574.40964: in VariableManager get_vars() 6530 1726776574.40999: Calling all_inventory to load vars for managed_node1 6530 1726776574.41001: Calling groups_inventory to load vars for managed_node1 6530 1726776574.41004: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776574.41015: Calling all_plugins_play to load vars for managed_node1 6530 1726776574.41017: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776574.41019: Calling groups_plugins_play to load vars for managed_node1 6530 1726776574.41188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776574.41306: done with get_vars() 6530 1726776574.41314: done getting variables 6530 1726776574.41356: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set profile_mode to auto] ************************************************ task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 Thursday 19 September 2024 16:09:34 -0400 (0:00:00.666) 0:00:18.686 **** 6530 1726776574.41377: entering _queue_task() for managed_node1/copy 6530 1726776574.41577: worker is 1 (out of 1 available) 6530 1726776574.41592: exiting _queue_task() for managed_node1/copy 6530 1726776574.41607: done queuing things up, now waiting for results queue to drain 6530 1726776574.41608: waiting for pending results... 6530 1726776574.41767: running TaskExecutor() for managed_node1/TASK: Set profile_mode to auto 6530 1726776574.41828: in run() - task 12343ab9-b159-f2b7-2b7b-00000000009c 6530 1726776574.41838: variable 'ansible_search_path' from source: unknown 6530 1726776574.41842: variable 'ansible_search_path' from source: unknown 6530 1726776574.41871: calling self._execute() 6530 1726776574.41929: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776574.41933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776574.41944: variable 'omit' from source: magic vars 6530 1726776574.42020: variable 'omit' from source: magic vars 6530 1726776574.42048: variable 'omit' from source: magic vars 6530 1726776574.42073: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 6530 1726776574.42284: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 6530 1726776574.42342: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6530 1726776574.42364: variable 'omit' from source: magic vars 6530 1726776574.42398: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776574.42427: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776574.42442: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776574.42456: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776574.42465: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776574.42490: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776574.42493: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776574.42496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776574.42562: Set connection var ansible_timeout to 10 6530 1726776574.42566: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776574.42569: Set connection var ansible_shell_type to sh 6530 1726776574.42575: Set connection var ansible_shell_executable to /bin/sh 6530 1726776574.42581: Set connection var ansible_pipelining to False 6530 1726776574.42588: Set connection var ansible_connection to ssh 6530 1726776574.42608: variable 'ansible_shell_executable' from source: unknown 6530 1726776574.42611: variable 'ansible_connection' from source: unknown 6530 1726776574.42614: variable 'ansible_module_compression' from source: unknown 6530 1726776574.42617: variable 'ansible_shell_type' from source: unknown 6530 1726776574.42620: variable 'ansible_shell_executable' from source: unknown 6530 1726776574.42622: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776574.42624: variable 'ansible_pipelining' from source: unknown 6530 1726776574.42626: variable 'ansible_timeout' from source: unknown 6530 1726776574.42628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776574.42728: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776574.42738: variable 'omit' from source: magic vars 6530 1726776574.42741: starting attempt loop 6530 1726776574.42744: running the handler 6530 1726776574.42757: _low_level_execute_command(): starting 6530 1726776574.42763: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776574.43279: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.43283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.43288: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776574.43292: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.43342: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.43345: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776574.43347: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.43435: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.45087: stdout chunk (state=3): >>>/root <<< 6530 1726776574.45184: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.45218: stderr chunk (state=3): >>><<< 6530 1726776574.45223: stdout chunk (state=3): >>><<< 6530 1726776574.45244: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776574.45255: _low_level_execute_command(): starting 6530 1726776574.45261: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482 `" && echo ansible-tmp-1726776574.4524338-6956-63469706055482="` echo /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482 `" ) && sleep 0' 6530 1726776574.45697: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776574.45700: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.45713: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.45715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.45762: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.45770: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776574.45773: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.45844: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.47763: stdout chunk (state=3): >>>ansible-tmp-1726776574.4524338-6956-63469706055482=/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482 <<< 6530 1726776574.47866: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.47894: stderr chunk (state=3): >>><<< 6530 1726776574.47898: stdout chunk (state=3): >>><<< 6530 1726776574.47916: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776574.4524338-6956-63469706055482=/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776574.47983: variable 'ansible_module_compression' from source: unknown 6530 1726776574.48030: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6530 1726776574.48057: variable 'ansible_facts' from source: unknown 6530 1726776574.48120: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_stat.py 6530 1726776574.48199: Sending initial data 6530 1726776574.48211: Sent initial data (150 bytes) 6530 1726776574.48649: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776574.48653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776574.48655: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.48657: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.48661: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.48721: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.48723: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776574.48724: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.48796: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.50363: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 6530 1726776574.50367: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776574.50439: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776574.50525: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpit6ia3un /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_stat.py <<< 6530 1726776574.50528: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_stat.py" <<< 6530 1726776574.50609: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpit6ia3un" to remote "/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_stat.py" <<< 6530 1726776574.50612: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_stat.py" <<< 6530 1726776574.51292: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.51333: stderr chunk (state=3): >>><<< 6530 1726776574.51336: stdout chunk (state=3): >>><<< 6530 1726776574.51368: done transferring module to remote 6530 1726776574.51373: _low_level_execute_command(): starting 6530 1726776574.51377: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/ /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_stat.py && sleep 0' 6530 1726776574.51815: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.51818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776574.51820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.51823: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776574.51829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.51869: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.51872: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.51964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.53742: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.53769: stderr chunk (state=3): >>><<< 6530 1726776574.53772: stdout chunk (state=3): >>><<< 6530 1726776574.53790: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776574.53794: _low_level_execute_command(): starting 6530 1726776574.53799: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_stat.py && sleep 0' 6530 1726776574.54256: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776574.54259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776574.54262: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.54264: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776574.54266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776574.54268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.54321: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.54324: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776574.54328: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.54411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.70674: 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": 501219459, "dev": 51714, "nlink": 1, "atime": 1726776571.9720023, "mtime": 1726776571.9840024, "ctime": 1726776571.9840024, "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": "2279872690", "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}}} <<< 6530 1726776574.72155: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776574.72182: stderr chunk (state=3): >>><<< 6530 1726776574.72185: stdout chunk (state=3): >>><<< 6530 1726776574.72201: _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": 501219459, "dev": 51714, "nlink": 1, "atime": 1726776571.9720023, "mtime": 1726776571.9840024, "ctime": 1726776571.9840024, "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": "2279872690", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776574.72245: 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-1726776574.4524338-6956-63469706055482/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6530 1726776574.72339: Sending initial data 6530 1726776574.72343: Sent initial data (138 bytes) 6530 1726776574.72799: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776574.72802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776574.72806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.72808: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.72810: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776574.72828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.72868: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.72871: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776574.72874: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.72955: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.74565: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 6530 1726776574.74573: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776574.74642: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776574.74721: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/.elsiypbs /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/.source <<< 6530 1726776574.74725: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/.source" <<< 6530 1726776574.74796: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/.elsiypbs" to remote "/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/.source" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/.source" <<< 6530 1726776574.75113: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.75151: stderr chunk (state=3): >>><<< 6530 1726776574.75154: stdout chunk (state=3): >>><<< 6530 1726776574.75173: _low_level_execute_command(): starting 6530 1726776574.75176: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/ /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/.source && sleep 0' 6530 1726776574.75618: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776574.75622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776574.75624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.75626: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.75628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.75672: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.75675: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.75760: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.77526: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.77549: stderr chunk (state=3): >>><<< 6530 1726776574.77552: stdout chunk (state=3): >>><<< 6530 1726776574.77568: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776574.77590: variable 'ansible_module_compression' from source: unknown 6530 1726776574.77624: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6530 1726776574.77639: variable 'ansible_facts' from source: unknown 6530 1726776574.77684: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_copy.py 6530 1726776574.77768: Sending initial data 6530 1726776574.77771: Sent initial data (150 bytes) 6530 1726776574.78195: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776574.78198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776574.78201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.78206: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.78208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.78255: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.78258: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.78342: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.79905: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6530 1726776574.79914: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776574.79983: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776574.80066: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmpkdce495m /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_copy.py <<< 6530 1726776574.80069: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_copy.py" <<< 6530 1726776574.80139: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmpkdce495m" to remote "/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_copy.py" <<< 6530 1726776574.80827: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.80861: stderr chunk (state=3): >>><<< 6530 1726776574.80864: stdout chunk (state=3): >>><<< 6530 1726776574.80883: done transferring module to remote 6530 1726776574.80892: _low_level_execute_command(): starting 6530 1726776574.80896: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/ /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_copy.py && sleep 0' 6530 1726776574.81316: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.81319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776574.81321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.81323: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.81325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.81372: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.81375: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.81457: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.83198: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776574.83224: stderr chunk (state=3): >>><<< 6530 1726776574.83227: stdout chunk (state=3): >>><<< 6530 1726776574.83239: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776574.83242: _low_level_execute_command(): starting 6530 1726776574.83246: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/AnsiballZ_copy.py && sleep 0' 6530 1726776574.83664: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776574.83668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776574.83670: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.83672: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776574.83674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776574.83728: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776574.83731: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776574.83735: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776574.83817: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776574.99680: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/.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-1726776574.4524338-6956-63469706055482/.source", "_original_basename": ".elsiypbs", "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}}} <<< 6530 1726776575.01031: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776575.01055: stderr chunk (state=3): >>><<< 6530 1726776575.01059: stdout chunk (state=3): >>><<< 6530 1726776575.01074: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/.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-1726776574.4524338-6956-63469706055482/.source", "_original_basename": ".elsiypbs", "follow": false, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776575.01101: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/.source', '_original_basename': '.elsiypbs', '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-1726776574.4524338-6956-63469706055482/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776575.01114: _low_level_execute_command(): starting 6530 1726776575.01117: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/ > /dev/null 2>&1 && sleep 0' 6530 1726776575.01565: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776575.01570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776575.01592: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776575.01643: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776575.01646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776575.01650: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776575.01733: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776575.03576: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776575.03604: stderr chunk (state=3): >>><<< 6530 1726776575.03609: stdout chunk (state=3): >>><<< 6530 1726776575.03626: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776575.03633: handler run complete 6530 1726776575.03650: attempt loop complete, returning result 6530 1726776575.03653: _execute() done 6530 1726776575.03656: dumping result to json 6530 1726776575.03661: done dumping result, returning 6530 1726776575.03668: done running TaskExecutor() for managed_node1/TASK: Set profile_mode to auto [12343ab9-b159-f2b7-2b7b-00000000009c] 6530 1726776575.03675: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000009c 6530 1726776575.03768: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000009c 6530 1726776575.03772: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "451e20aff0f489cd2f7d4d73533aa961", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 5, "src": "/root/.ansible/tmp/ansible-tmp-1726776574.4524338-6956-63469706055482/.source", "state": "file", "uid": 0 } 6530 1726776575.03836: no more pending results, returning what we have 6530 1726776575.03839: results queue empty 6530 1726776575.03840: checking for any_errors_fatal 6530 1726776575.03848: done checking for any_errors_fatal 6530 1726776575.03849: checking for max_fail_percentage 6530 1726776575.03851: done checking for max_fail_percentage 6530 1726776575.03852: checking to see if all hosts have failed and the running result is not ok 6530 1726776575.03852: done checking to see if all hosts have failed 6530 1726776575.03853: getting the remaining hosts for this loop 6530 1726776575.03855: done getting the remaining hosts for this loop 6530 1726776575.03858: getting the next task for host managed_node1 6530 1726776575.03864: done getting next task for host managed_node1 6530 1726776575.03866: ^ task is: TASK: Restart tuned 6530 1726776575.03869: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=5, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 6530 1726776575.03873: getting variables 6530 1726776575.03874: in VariableManager get_vars() 6530 1726776575.03907: Calling all_inventory to load vars for managed_node1 6530 1726776575.03910: Calling groups_inventory to load vars for managed_node1 6530 1726776575.03912: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776575.03920: Calling all_plugins_play to load vars for managed_node1 6530 1726776575.03922: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776575.03925: Calling groups_plugins_play to load vars for managed_node1 6530 1726776575.04053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776575.04169: done with get_vars() 6530 1726776575.04177: done getting variables 6530 1726776575.04223: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Restart tuned] *********************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 Thursday 19 September 2024 16:09:35 -0400 (0:00:00.628) 0:00:19.315 **** 6530 1726776575.04244: entering _queue_task() for managed_node1/service 6530 1726776575.04433: worker is 1 (out of 1 available) 6530 1726776575.04447: exiting _queue_task() for managed_node1/service 6530 1726776575.04457: done queuing things up, now waiting for results queue to drain 6530 1726776575.04458: waiting for pending results... 6530 1726776575.04627: running TaskExecutor() for managed_node1/TASK: Restart tuned 6530 1726776575.04682: in run() - task 12343ab9-b159-f2b7-2b7b-00000000009d 6530 1726776575.04697: variable 'ansible_search_path' from source: unknown 6530 1726776575.04701: variable 'ansible_search_path' from source: unknown 6530 1726776575.04736: variable '__kernel_settings_services' from source: include_vars 6530 1726776575.04966: variable '__kernel_settings_services' from source: include_vars 6530 1726776575.05022: variable 'omit' from source: magic vars 6530 1726776575.05161: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776575.05167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776575.05175: variable 'omit' from source: magic vars 6530 1726776575.05235: variable 'omit' from source: magic vars 6530 1726776575.05261: variable 'omit' from source: magic vars 6530 1726776575.05287: variable 'item' from source: unknown 6530 1726776575.05338: variable 'item' from source: unknown 6530 1726776575.05355: variable 'omit' from source: magic vars 6530 1726776575.05387: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6530 1726776575.05416: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6530 1726776575.05431: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6530 1726776575.05444: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776575.05455: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6530 1726776575.05478: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6530 1726776575.05481: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776575.05483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776575.05549: Set connection var ansible_timeout to 10 6530 1726776575.05554: Set connection var ansible_module_compression to ZIP_DEFLATED 6530 1726776575.05557: Set connection var ansible_shell_type to sh 6530 1726776575.05562: Set connection var ansible_shell_executable to /bin/sh 6530 1726776575.05571: Set connection var ansible_pipelining to False 6530 1726776575.05576: Set connection var ansible_connection to ssh 6530 1726776575.05593: variable 'ansible_shell_executable' from source: unknown 6530 1726776575.05596: variable 'ansible_connection' from source: unknown 6530 1726776575.05598: variable 'ansible_module_compression' from source: unknown 6530 1726776575.05601: variable 'ansible_shell_type' from source: unknown 6530 1726776575.05603: variable 'ansible_shell_executable' from source: unknown 6530 1726776575.05605: variable 'ansible_host' from source: host vars for 'managed_node1' 6530 1726776575.05611: variable 'ansible_pipelining' from source: unknown 6530 1726776575.05613: variable 'ansible_timeout' from source: unknown 6530 1726776575.05616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6530 1726776575.05717: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6530 1726776575.05726: variable 'omit' from source: magic vars 6530 1726776575.05731: starting attempt loop 6530 1726776575.05734: running the handler 6530 1726776575.05795: variable 'ansible_facts' from source: unknown 6530 1726776575.05873: _low_level_execute_command(): starting 6530 1726776575.05879: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6530 1726776575.06359: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776575.06398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776575.06402: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776575.06407: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776575.06410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776575.06413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776575.06455: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776575.06458: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776575.06460: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776575.06544: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776575.08143: stdout chunk (state=3): >>>/root <<< 6530 1726776575.08247: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776575.08273: stderr chunk (state=3): >>><<< 6530 1726776575.08277: stdout chunk (state=3): >>><<< 6530 1726776575.08297: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776575.08309: _low_level_execute_command(): starting 6530 1726776575.08312: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338 `" && echo ansible-tmp-1726776575.0829644-6978-265036976168338="` echo /root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338 `" ) && sleep 0' 6530 1726776575.08750: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776575.08754: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776575.08766: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776575.08769: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776575.08771: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776575.08817: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776575.08820: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776575.08822: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776575.08910: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776575.10811: stdout chunk (state=3): >>>ansible-tmp-1726776575.0829644-6978-265036976168338=/root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338 <<< 6530 1726776575.10909: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776575.10939: stderr chunk (state=3): >>><<< 6530 1726776575.10943: stdout chunk (state=3): >>><<< 6530 1726776575.10959: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776575.0829644-6978-265036976168338=/root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776575.10988: variable 'ansible_module_compression' from source: unknown 6530 1726776575.11035: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6530xzahyfch/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6530 1726776575.11082: variable 'ansible_facts' from source: unknown 6530 1726776575.11221: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338/AnsiballZ_systemd.py 6530 1726776575.11327: Sending initial data 6530 1726776575.11330: Sent initial data (154 bytes) 6530 1726776575.11762: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776575.11791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6530 1726776575.11795: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776575.11797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776575.11800: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776575.11805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found <<< 6530 1726776575.11808: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776575.11870: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776575.11873: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776575.11879: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776575.11953: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776575.13541: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6530 1726776575.13614: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6530 1726776575.13702: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6530xzahyfch/tmp_m4n1ct3 /root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338/AnsiballZ_systemd.py <<< 6530 1726776575.13705: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338/AnsiballZ_systemd.py" <<< 6530 1726776575.13776: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6530xzahyfch/tmp_m4n1ct3" to remote "/root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338/AnsiballZ_systemd.py" <<< 6530 1726776575.13782: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338/AnsiballZ_systemd.py" <<< 6530 1726776575.15029: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776575.15074: stderr chunk (state=3): >>><<< 6530 1726776575.15077: stdout chunk (state=3): >>><<< 6530 1726776575.15113: done transferring module to remote 6530 1726776575.15123: _low_level_execute_command(): starting 6530 1726776575.15127: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338/ /root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338/AnsiballZ_systemd.py && sleep 0' 6530 1726776575.15568: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776575.15571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776575.15574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776575.15582: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776575.15584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776575.15630: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776575.15633: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776575.15720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776575.17481: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776575.17508: stderr chunk (state=3): >>><<< 6530 1726776575.17511: stdout chunk (state=3): >>><<< 6530 1726776575.17523: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776575.17527: _low_level_execute_command(): starting 6530 1726776575.17534: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338/AnsiballZ_systemd.py && sleep 0' 6530 1726776575.17965: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776575.17968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776575.17971: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6530 1726776575.17973: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776575.17975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776575.18027: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' <<< 6530 1726776575.18030: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776575.18036: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776575.18119: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776575.46992: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "8559", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ExecMainStartTimestampMonotonic": "158115330", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ExecMainHandoffTimestampMonotonic": "158128619", "ExecMainPID": "8559", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:31 EDT] ; stop_time=[n/a] ; pid=8559 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:31 EDT] ; stop_time=[n/a] ; pid=8559 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4477", "MemoryCurrent": "15130624", "MemoryPeak": "15462400", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3298840576", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "109635000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": <<< 6530 1726776575.47006: stdout chunk (state=3): >>>"no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "sysinit.target dbus-broker.service system.slice dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service auto-cpufreq.service tlp.service shutdown.target cpupower.service", "Before": "shutdown.target multi-user.target", "After": "systemd-journald.socket polkit.service network.target basic.target sysinit.target dbus-broker.service dbus.socket systemd-sysctl.service system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:31 EDT", "StateChangeTimestampMonotonic": "158239577", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:31 EDT", "InactiveExitTimestampMonotonic": "158115767", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ActiveEnterTimestampMonotonic": "158239577", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ActiveExitTimestampMonotonic": "158075610", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:31 EDT", "InactiveEnterTimestampMonotonic": "158113267", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ConditionTimestampMonotonic": "158114290", "AssertTimestamp": "Thu 2024-09-19 16:09:31 EDT", "AssertTimestampMonotonic": "158114305", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "5a5ef9ec8d8e4c859370b374b868f123", "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}}} <<< 6530 1726776575.48900: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. <<< 6530 1726776575.48929: stderr chunk (state=3): >>><<< 6530 1726776575.48932: stdout chunk (state=3): >>><<< 6530 1726776575.48961: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "8559", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ExecMainStartTimestampMonotonic": "158115330", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ExecMainHandoffTimestampMonotonic": "158128619", "ExecMainPID": "8559", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:31 EDT] ; stop_time=[n/a] ; pid=8559 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:31 EDT] ; stop_time=[n/a] ; pid=8559 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4477", "MemoryCurrent": "15130624", "MemoryPeak": "15462400", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3298840576", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "109635000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "sysinit.target dbus-broker.service system.slice dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service auto-cpufreq.service tlp.service shutdown.target cpupower.service", "Before": "shutdown.target multi-user.target", "After": "systemd-journald.socket polkit.service network.target basic.target sysinit.target dbus-broker.service dbus.socket systemd-sysctl.service system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:31 EDT", "StateChangeTimestampMonotonic": "158239577", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:31 EDT", "InactiveExitTimestampMonotonic": "158115767", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ActiveEnterTimestampMonotonic": "158239577", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ActiveExitTimestampMonotonic": "158075610", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:31 EDT", "InactiveEnterTimestampMonotonic": "158113267", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ConditionTimestampMonotonic": "158114290", "AssertTimestamp": "Thu 2024-09-19 16:09:31 EDT", "AssertTimestampMonotonic": "158114305", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "5a5ef9ec8d8e4c859370b374b868f123", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.12.254 closed. 6530 1726776575.49090: 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-1726776575.0829644-6978-265036976168338/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6530 1726776575.49105: _low_level_execute_command(): starting 6530 1726776575.49112: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776575.0829644-6978-265036976168338/ > /dev/null 2>&1 && sleep 0' 6530 1726776575.49559: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6530 1726776575.49562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found <<< 6530 1726776575.49564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6530 1726776575.49567: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6530 1726776575.49569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6530 1726776575.49624: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK <<< 6530 1726776575.49629: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6530 1726776575.49721: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6530 1726776575.51562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6530 1726776575.51589: stderr chunk (state=3): >>><<< 6530 1726776575.51592: stdout chunk (state=3): >>><<< 6530 1726776575.51608: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.254 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.254 originally 10.31.12.254 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df712aef6c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6530 1726776575.51611: handler run complete 6530 1726776575.51653: attempt loop complete, returning result 6530 1726776575.51668: variable 'item' from source: unknown 6530 1726776575.51728: variable 'item' from source: unknown ok: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ActiveEnterTimestampMonotonic": "158239577", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ActiveExitTimestampMonotonic": "158075610", "ActiveState": "active", "After": "systemd-journald.socket polkit.service network.target basic.target sysinit.target dbus-broker.service dbus.socket systemd-sysctl.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:09:31 EDT", "AssertTimestampMonotonic": "158114305", "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": "109635000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ConditionTimestampMonotonic": "158114290", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service auto-cpufreq.service tlp.service shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4477", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702878208", "EffectiveMemoryMax": "3702878208", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ExecMainHandoffTimestampMonotonic": "158128619", "ExecMainPID": "8559", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:31 EDT", "ExecMainStartTimestampMonotonic": "158115330", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:31 EDT] ; stop_time=[n/a] ; pid=8559 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:31 EDT] ; stop_time=[n/a] ; pid=8559 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:31 EDT", "InactiveEnterTimestampMonotonic": "158113267", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:31 EDT", "InactiveExitTimestampMonotonic": "158115767", "InvocationID": "5a5ef9ec8d8e4c859370b374b868f123", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8559", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3298840576", "MemoryCurrent": "15130624", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "15462400", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus-broker.service system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:09:31 EDT", "StateChangeTimestampMonotonic": "158239577", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 6530 1726776575.52243: dumping result to json 6530 1726776575.52246: done dumping result, returning 6530 1726776575.52248: done running TaskExecutor() for managed_node1/TASK: Restart tuned [12343ab9-b159-f2b7-2b7b-00000000009d] 6530 1726776575.52250: sending task result for task 12343ab9-b159-f2b7-2b7b-00000000009d 6530 1726776575.52297: done sending task result for task 12343ab9-b159-f2b7-2b7b-00000000009d 6530 1726776575.52300: WORKER PROCESS EXITING 6530 1726776575.52366: no more pending results, returning what we have 6530 1726776575.52369: results queue empty 6530 1726776575.52369: checking for any_errors_fatal 6530 1726776575.52372: done checking for any_errors_fatal 6530 1726776575.52373: checking for max_fail_percentage 6530 1726776575.52374: done checking for max_fail_percentage 6530 1726776575.52374: checking to see if all hosts have failed and the running result is not ok 6530 1726776575.52375: done checking to see if all hosts have failed 6530 1726776575.52375: getting the remaining hosts for this loop 6530 1726776575.52376: done getting the remaining hosts for this loop 6530 1726776575.52378: getting the next task for host managed_node1 6530 1726776575.52383: done getting next task for host managed_node1 6530 1726776575.52384: ^ task is: TASK: meta (flush_handlers) 6530 1726776575.52388: ^ 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 6530 1726776575.52391: getting variables 6530 1726776575.52392: in VariableManager get_vars() 6530 1726776575.52411: Calling all_inventory to load vars for managed_node1 6530 1726776575.52413: Calling groups_inventory to load vars for managed_node1 6530 1726776575.52415: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776575.52424: Calling all_plugins_play to load vars for managed_node1 6530 1726776575.52426: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776575.52429: Calling groups_plugins_play to load vars for managed_node1 6530 1726776575.52539: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776575.52650: done with get_vars() 6530 1726776575.52658: done getting variables 6530 1726776575.52708: in VariableManager get_vars() 6530 1726776575.52716: Calling all_inventory to load vars for managed_node1 6530 1726776575.52718: Calling groups_inventory to load vars for managed_node1 6530 1726776575.52719: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776575.52722: Calling all_plugins_play to load vars for managed_node1 6530 1726776575.52723: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776575.52725: Calling groups_plugins_play to load vars for managed_node1 6530 1726776575.52807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776575.52912: done with get_vars() 6530 1726776575.52921: done queuing things up, now waiting for results queue to drain 6530 1726776575.52923: results queue empty 6530 1726776575.52923: checking for any_errors_fatal 6530 1726776575.52927: done checking for any_errors_fatal 6530 1726776575.52927: checking for max_fail_percentage 6530 1726776575.52928: done checking for max_fail_percentage 6530 1726776575.52928: checking to see if all hosts have failed and the running result is not ok 6530 1726776575.52929: done checking to see if all hosts have failed 6530 1726776575.52929: getting the remaining hosts for this loop 6530 1726776575.52930: done getting the remaining hosts for this loop 6530 1726776575.52931: getting the next task for host managed_node1 6530 1726776575.52935: done getting next task for host managed_node1 6530 1726776575.52936: ^ task is: TASK: meta (flush_handlers) 6530 1726776575.52937: ^ 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 6530 1726776575.52939: getting variables 6530 1726776575.52940: in VariableManager get_vars() 6530 1726776575.52945: Calling all_inventory to load vars for managed_node1 6530 1726776575.52947: Calling groups_inventory to load vars for managed_node1 6530 1726776575.52948: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776575.52951: Calling all_plugins_play to load vars for managed_node1 6530 1726776575.52952: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776575.52954: Calling groups_plugins_play to load vars for managed_node1 6530 1726776575.53034: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776575.53139: done with get_vars() 6530 1726776575.53145: done getting variables 6530 1726776575.53173: in VariableManager get_vars() 6530 1726776575.53179: Calling all_inventory to load vars for managed_node1 6530 1726776575.53181: Calling groups_inventory to load vars for managed_node1 6530 1726776575.53182: Calling all_plugins_inventory to load vars for managed_node1 6530 1726776575.53185: Calling all_plugins_play to load vars for managed_node1 6530 1726776575.53189: Calling groups_plugins_inventory to load vars for managed_node1 6530 1726776575.53192: Calling groups_plugins_play to load vars for managed_node1 6530 1726776575.53266: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6530 1726776575.53512: done with get_vars() 6530 1726776575.53522: done queuing things up, now waiting for results queue to drain 6530 1726776575.53523: results queue empty 6530 1726776575.53524: checking for any_errors_fatal 6530 1726776575.53525: done checking for any_errors_fatal 6530 1726776575.53525: checking for max_fail_percentage 6530 1726776575.53526: done checking for max_fail_percentage 6530 1726776575.53526: checking to see if all hosts have failed and the running result is not ok 6530 1726776575.53526: done checking to see if all hosts have failed 6530 1726776575.53527: getting the remaining hosts for this loop 6530 1726776575.53527: done getting the remaining hosts for this loop 6530 1726776575.53529: getting the next task for host managed_node1 6530 1726776575.53531: done getting next task for host managed_node1 6530 1726776575.53531: ^ task is: None 6530 1726776575.53532: ^ 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 6530 1726776575.53533: done queuing things up, now waiting for results queue to drain 6530 1726776575.53533: results queue empty 6530 1726776575.53534: checking for any_errors_fatal 6530 1726776575.53534: done checking for any_errors_fatal 6530 1726776575.53535: checking for max_fail_percentage 6530 1726776575.53535: done checking for max_fail_percentage 6530 1726776575.53536: checking to see if all hosts have failed and the running result is not ok 6530 1726776575.53536: done checking to see if all hosts have failed 6530 1726776575.53537: getting the next task for host managed_node1 6530 1726776575.53539: done getting next task for host managed_node1 6530 1726776575.53539: ^ task is: None 6530 1726776575.53540: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False PLAY RECAP ********************************************************************* managed_node1 : ok=35 changed=10 unreachable=0 failed=0 skipped=8 rescued=1 ignored=1 Thursday 19 September 2024 16:09:35 -0400 (0:00:00.493) 0:00:19.808 **** =============================================================================== fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 6.35s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Gathering Facts --------------------------------------------------------- 2.47s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:2 fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started --- 0.98s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.78s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.75s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.70s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes --- 0.67s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Ensure kernel_settings is not in active_profile ------------------------- 0.67s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 fedora.linux_system_roles.kernel_settings : Set profile_mode to manual --- 0.65s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Set profile_mode to auto ------------------------------------------------ 0.63s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly --- 0.53s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Restart tuned ----------------------------------------------------------- 0.49s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 fedora.linux_system_roles.kernel_settings : Read tuned main config ------ 0.47s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists --- 0.43s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 fedora.linux_system_roles.kernel_settings : Check if system is ostree --- 0.42s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 fedora.linux_system_roles.kernel_settings : Get active_profile ---------- 0.40s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin --- 0.36s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Verify no settings ------------------------------------------------------ 0.36s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:20 Remove kernel_settings tuned profile ------------------------------------ 0.34s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 fedora.linux_system_roles.kernel_settings : Get current config ---------- 0.33s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 6530 1726776575.53607: RUNNING CLEANUP