[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. 3057 1726772955.03473: 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-SA1 executable location = /usr/local/bin/ansible-playbook python version = 3.12.6 (main, Sep 9 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 3057 1726772955.03798: Added group all to inventory 3057 1726772955.03799: Added group ungrouped to inventory 3057 1726772955.03802: Group all now contains ungrouped 3057 1726772955.03805: Examining possible inventory source: /tmp/kernel_settings-mm4/inventory.yml 3057 1726772955.14464: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 3057 1726772955.14512: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 3057 1726772955.14529: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 3057 1726772955.14592: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 3057 1726772955.14646: Loaded config def from plugin (inventory/script) 3057 1726772955.14647: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 3057 1726772955.14676: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 3057 1726772955.14740: Loaded config def from plugin (inventory/yaml) 3057 1726772955.14742: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 3057 1726772955.14806: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 3057 1726772955.15112: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 3057 1726772955.15114: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 3057 1726772955.15116: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 3057 1726772955.15121: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 3057 1726772955.15126: Loading data from /tmp/kernel_settings-mm4/inventory.yml 3057 1726772955.15174: /tmp/kernel_settings-mm4/inventory.yml was not parsable by auto 3057 1726772955.15220: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 3057 1726772955.15255: Loading data from /tmp/kernel_settings-mm4/inventory.yml 3057 1726772955.15310: group all already in inventory 3057 1726772955.15315: set inventory_file for managed_node1 3057 1726772955.15318: set inventory_dir for managed_node1 3057 1726772955.15319: Added host managed_node1 to inventory 3057 1726772955.15321: Added host managed_node1 to group all 3057 1726772955.15322: set ansible_host for managed_node1 3057 1726772955.15322: set ansible_ssh_extra_args for managed_node1 3057 1726772955.15325: set inventory_file for managed_node2 3057 1726772955.15327: set inventory_dir for managed_node2 3057 1726772955.15327: Added host managed_node2 to inventory 3057 1726772955.15328: Added host managed_node2 to group all 3057 1726772955.15329: set ansible_host for managed_node2 3057 1726772955.15329: set ansible_ssh_extra_args for managed_node2 3057 1726772955.15331: set inventory_file for managed_node3 3057 1726772955.15332: set inventory_dir for managed_node3 3057 1726772955.15333: Added host managed_node3 to inventory 3057 1726772955.15334: Added host managed_node3 to group all 3057 1726772955.15336: set ansible_host for managed_node3 3057 1726772955.15337: set ansible_ssh_extra_args for managed_node3 3057 1726772955.15339: Reconcile groups and hosts in inventory. 3057 1726772955.15342: Group ungrouped now contains managed_node1 3057 1726772955.15343: Group ungrouped now contains managed_node2 3057 1726772955.15344: Group ungrouped now contains managed_node3 3057 1726772955.15400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 3057 1726772955.15489: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 3057 1726772955.15523: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 3057 1726772955.15545: Loaded config def from plugin (vars/host_group_vars) 3057 1726772955.15547: 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) 3057 1726772955.15552: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 3057 1726772955.15558: 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) 3057 1726772955.15590: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 3057 1726772955.15834: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772955.15903: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 3057 1726772955.15931: Loaded config def from plugin (connection/local) 3057 1726772955.15933: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 3057 1726772955.16363: Loaded config def from plugin (connection/paramiko_ssh) 3057 1726772955.16366: 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) 3057 1726772955.16979: 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) 3057 1726772955.17009: Loaded config def from plugin (connection/psrp) 3057 1726772955.17011: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 3057 1726772955.17490: 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) 3057 1726772955.17516: Loaded config def from plugin (connection/ssh) 3057 1726772955.17518: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 3057 1726772955.18925: 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) 3057 1726772955.18954: Loaded config def from plugin (connection/winrm) 3057 1726772955.18957: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 3057 1726772955.18980: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 3057 1726772955.19027: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 3057 1726772955.19074: Loaded config def from plugin (shell/cmd) 3057 1726772955.19075: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 3057 1726772955.19093: 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) 3057 1726772955.19134: Loaded config def from plugin (shell/powershell) 3057 1726772955.19137: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 3057 1726772955.19178: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 3057 1726772955.19293: Loaded config def from plugin (shell/sh) 3057 1726772955.19294: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 3057 1726772955.19319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 3057 1726772955.19402: Loaded config def from plugin (become/runas) 3057 1726772955.19404: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 3057 1726772955.19525: Loaded config def from plugin (become/su) 3057 1726772955.19527: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 3057 1726772955.19633: Loaded config def from plugin (become/sudo) 3057 1726772955.19637: 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 3057 1726772955.19664: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml 3057 1726772955.20438: trying /usr/local/lib/python3.12/site-packages/ansible/modules 3057 1726772955.22512: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 3057 1726772955.22552: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 3057 1726772955.24427: in VariableManager get_vars() 3057 1726772955.24446: done with get_vars() 3057 1726772955.24481: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 3057 1726772955.24492: 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 3057 1726772955.24676: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 3057 1726772955.24783: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 3057 1726772955.24785: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-SA1/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) 3057 1726772955.24808: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 3057 1726772955.24828: 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) 3057 1726772955.24940: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 3057 1726772955.24979: Loaded config def from plugin (callback/default) 3057 1726772955.24981: 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) 3057 1726772955.25947: Loaded config def from plugin (callback/junit) 3057 1726772955.25950: 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) 3057 1726772955.25982: 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) 3057 1726772955.26028: Loaded config def from plugin (callback/minimal) 3057 1726772955.26029: 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) 3057 1726772955.26060: 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) 3057 1726772955.26099: Loaded config def from plugin (callback/tree) 3057 1726772955.26101: 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 3057 1726772955.27494: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 3057 1726772955.27498: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-SA1/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_change_settings.yml ******************************************** 1 plays in /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml 3057 1726772955.27518: in VariableManager get_vars() 3057 1726772955.27532: done with get_vars() 3057 1726772955.27538: in VariableManager get_vars() 3057 1726772955.27545: done with get_vars() 3057 1726772955.27549: variable 'omit' from source: magic vars 3057 1726772955.27574: in VariableManager get_vars() 3057 1726772955.27583: done with get_vars() 3057 1726772955.27598: variable 'omit' from source: magic vars PLAY [Test changing settings] ************************************************** 3057 1726772955.28138: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 3057 1726772955.28191: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 3057 1726772955.28223: getting the remaining hosts for this loop 3057 1726772955.28225: done getting the remaining hosts for this loop 3057 1726772955.28227: getting the next task for host managed_node2 3057 1726772955.28230: done getting next task for host managed_node2 3057 1726772955.28231: ^ task is: TASK: Gathering Facts 3057 1726772955.28232: ^ 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 3057 1726772955.28240: getting variables 3057 1726772955.28241: in VariableManager get_vars() 3057 1726772955.28249: Calling all_inventory to load vars for managed_node2 3057 1726772955.28251: Calling groups_inventory to load vars for managed_node2 3057 1726772955.28253: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772955.28262: Calling all_plugins_play to load vars for managed_node2 3057 1726772955.28270: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772955.28273: Calling groups_plugins_play to load vars for managed_node2 3057 1726772955.28297: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772955.28355: done with get_vars() 3057 1726772955.28360: done getting variables 3057 1726772955.28411: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:2 Thursday 19 September 2024 15:09:15 -0400 (0:00:00.022) 0:00:00.022 **** 3057 1726772955.28431: entering _queue_task() for managed_node2/gather_facts 3057 1726772955.28432: Creating lock for gather_facts 3057 1726772955.28659: worker is 1 (out of 1 available) 3057 1726772955.28668: exiting _queue_task() for managed_node2/gather_facts 3057 1726772955.28680: done queuing things up, now waiting for results queue to drain 3057 1726772955.28681: waiting for pending results... 3057 1726772955.28920: running TaskExecutor() for managed_node2/TASK: Gathering Facts 3057 1726772955.28991: in run() - task 02b512f9-4fcf-6140-6a9e-00000000002f 3057 1726772955.29004: variable 'ansible_search_path' from source: unknown 3057 1726772955.29038: calling self._execute() 3057 1726772955.29088: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772955.29092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772955.29101: variable 'omit' from source: magic vars 3057 1726772955.29179: variable 'omit' from source: magic vars 3057 1726772955.29200: variable 'omit' from source: magic vars 3057 1726772955.29266: variable 'omit' from source: magic vars 3057 1726772955.29270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772955.29293: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772955.29312: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772955.29327: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772955.29338: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772955.29366: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772955.29369: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772955.29372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772955.29446: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772955.29453: Set connection var ansible_pipelining to False 3057 1726772955.29456: Set connection var ansible_shell_type to sh 3057 1726772955.29459: Set connection var ansible_connection to ssh 3057 1726772955.29464: Set connection var ansible_timeout to 10 3057 1726772955.29471: Set connection var ansible_shell_executable to /bin/sh 3057 1726772955.29494: variable 'ansible_shell_executable' from source: unknown 3057 1726772955.29497: variable 'ansible_connection' from source: unknown 3057 1726772955.29499: variable 'ansible_module_compression' from source: unknown 3057 1726772955.29502: variable 'ansible_shell_type' from source: unknown 3057 1726772955.29505: variable 'ansible_shell_executable' from source: unknown 3057 1726772955.29508: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772955.29511: variable 'ansible_pipelining' from source: unknown 3057 1726772955.29513: variable 'ansible_timeout' from source: unknown 3057 1726772955.29518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772955.29671: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772955.29680: variable 'omit' from source: magic vars 3057 1726772955.29686: starting attempt loop 3057 1726772955.29689: running the handler 3057 1726772955.29706: variable 'ansible_facts' from source: unknown 3057 1726772955.29718: _low_level_execute_command(): starting 3057 1726772955.29726: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772955.30283: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772955.30287: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726772955.30290: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772955.30293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772955.30333: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772955.30339: stderr chunk (state=3): >>>debug1: Control socket "/root/.ansible/cp/3fb9a6e1ce" does not exist debug1: Connecting to 10.31.45.18 [10.31.45.18] port 22. debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772955.30488: stderr chunk (state=3): >>>debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. <<< 3057 1726772955.30494: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 <<< 3057 1726772955.30497: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 <<< 3057 1726772955.30505: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 <<< 3057 1726772955.30508: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: identity file /root/.ssh/id_dsa type -1 debug1: identity file /root/.ssh/id_dsa-cert type -1 <<< 3057 1726772955.30511: stderr chunk (state=3): >>>debug1: Local version string SSH-2.0-OpenSSH_9.6 <<< 3057 1726772955.32647: stderr chunk (state=3): >>>debug1: Remote protocol version 2.0, remote software version OpenSSH_9.6 debug1: compat_banner: match: OpenSSH_9.6 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.45.18:22 as 'root' <<< 3057 1726772955.32651: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent <<< 3057 1726772955.32789: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 <<< 3057 1726772955.32800: stderr chunk (state=3): >>>debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,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 <<< 3057 1726772955.32964: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 3057 1726772955.33389: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:pmBMNKtokX93yH4OYA6v4YSVGD2txSb6cbbqp0iC510 <<< 3057 1726772955.33392: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory <<< 3057 1726772955.33394: stderr chunk (state=3): >>>Warning: Permanently added '10.31.45.18' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys <<< 3057 1726772955.33738: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 <<< 3057 1726772955.33742: stderr chunk (state=3): >>>debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS <<< 3057 1726772955.33744: stderr chunk (state=3): >>>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 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> <<< 3057 1726772955.37932: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 3057 1726772955.38069: 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 <<< 3057 1726772955.38218: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 3057 1726772955.38267: 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 <<< 3057 1726772955.38270: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_xmss debug1: Will attempt key: /root/.ssh/id_dsa debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa <<< 3057 1726772955.38714: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 3057 1726772955.39812: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. <<< 3057 1726772955.39817: stderr chunk (state=3): >>>Authenticated to 10.31.45.18 ([10.31.45.18]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket <<< 3057 1726772955.39831: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/3fb9a6e1ce] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process <<< 3057 1726772955.39866: stderr chunk (state=3): >>>debug2: control_persist_detach: background process is 3068 debug2: fd 4 setting O_NONBLOCK <<< 3057 1726772955.39909: stderr chunk (state=3): >>>debug1: forking to background <<< 3057 1726772955.39974: 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 debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772955.39978: 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 <<< 3057 1726772955.39980: stderr chunk (state=3): >>>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 <<< 3057 1726772955.41812: 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 <<< 3057 1726772955.45994: 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 <<< 3057 1726772955.46002: 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 <<< 3057 1726772955.46223: 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 <<< 3057 1726772955.47801: stdout chunk (state=3): >>>/root <<< 3057 1726772955.48092: 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 <<< 3057 1726772955.48096: 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 <<< 3057 1726772955.48099: stderr chunk (state=3): >>>debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: Received exit status from master 0 <<< 3057 1726772955.48126: stderr chunk (state=3): >>>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 <<< 3057 1726772955.48212: stdout chunk (state=3): >>><<< 3057 1726772956.48265: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug1: Control socket "/root/.ansible/cp/3fb9a6e1ce" does not exist debug1: Connecting to 10.31.45.18 [10.31.45.18] 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: identity file /root/.ssh/id_dsa type -1 debug1: identity file /root/.ssh/id_dsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.6 debug1: Remote protocol version 2.0, remote software version OpenSSH_9.6 debug1: compat_banner: match: OpenSSH_9.6 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.45.18:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:pmBMNKtokX93yH4OYA6v4YSVGD2txSb6cbbqp0iC510 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.45.18' (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 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 debug1: Will attempt key: /root/.ssh/id_dsa 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.45.18 ([10.31.45.18]: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/3fb9a6e1ce] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 3068 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: Received exit status from master 0 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 3057 1726772956.48279: _low_level_execute_command(): starting 3057 1726772956.48288: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247 `" && echo ansible-tmp-1726772956.4826536-3066-206277805275247="` echo /root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247 `" ) && sleep 0' 3057 1726772956.48787: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772956.48791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772956.48794: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772956.48796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772956.48859: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772956.48862: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772956.48864: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772956.49016: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772956.51320: stdout chunk (state=3): >>>ansible-tmp-1726772956.4826536-3066-206277805275247=/root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247 <<< 3057 1726772956.51505: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772956.51566: stderr chunk (state=3): >>><<< 3057 1726772956.51570: stdout chunk (state=3): >>><<< 3057 1726772956.51589: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772956.4826536-3066-206277805275247=/root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772956.51618: variable 'ansible_module_compression' from source: unknown 3057 1726772956.51664: ANSIBALLZ: Using generic lock for ansible.legacy.setup 3057 1726772956.51668: ANSIBALLZ: Acquiring lock 3057 1726772956.51670: ANSIBALLZ: Lock acquired: 140100833264128 3057 1726772956.51673: ANSIBALLZ: Creating module 3057 1726772956.73145: ANSIBALLZ: Writing module into payload 3057 1726772956.73204: ANSIBALLZ: Writing module 3057 1726772956.73248: ANSIBALLZ: Renaming module 3057 1726772956.73261: ANSIBALLZ: Done creating module 3057 1726772956.73293: variable 'ansible_facts' from source: unknown 3057 1726772956.73308: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772956.73328: _low_level_execute_command(): starting 3057 1726772956.73343: _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' 3057 1726772956.74160: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726772956.74178: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772956.74193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772956.74214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772956.74236: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726772956.74251: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726772956.74266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772956.74286: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726772956.74299: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726772956.74310: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 3057 1726772956.74404: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772956.74430: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772956.74531: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772956.76308: stdout chunk (state=3): >>>PLATFORM <<< 3057 1726772956.76380: stdout chunk (state=3): >>>Linux <<< 3057 1726772956.76408: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 3057 1726772956.76674: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772956.76692: stdout chunk (state=3): >>><<< 3057 1726772956.76706: stderr chunk (state=3): >>><<< 3057 1726772956.76727: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772956.76754 [managed_node2]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 3057 1726772956.76817: _low_level_execute_command(): starting 3057 1726772956.76828: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 3057 1726772956.77070: Sending initial data 3057 1726772956.77073: Sent initial data (1181 bytes) 3057 1726772956.77525: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726772956.77546: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772956.77562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772956.77601: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772956.77614: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726772956.77712: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772956.77746: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772956.77863: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772956.81598: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} <<< 3057 1726772956.82194: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772956.82205: stdout chunk (state=3): >>><<< 3057 1726772956.82218: stderr chunk (state=3): >>><<< 3057 1726772956.82243: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772956.82361: variable 'ansible_facts' from source: unknown 3057 1726772956.82370: variable 'ansible_facts' from source: unknown 3057 1726772956.82385: variable 'ansible_module_compression' from source: unknown 3057 1726772956.82544: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 3057 1726772956.82548: variable 'ansible_facts' from source: unknown 3057 1726772956.82621: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247/AnsiballZ_setup.py 3057 1726772956.82894: Sending initial data 3057 1726772956.82898: Sent initial data (152 bytes) 3057 1726772956.83536: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772956.83611: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772956.83636: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772956.83663: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772956.83732: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772956.85687: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772956.85742: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772956.85849: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp7_r5__eg /root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247/AnsiballZ_setup.py <<< 3057 1726772956.85884: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247/AnsiballZ_setup.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp7_r5__eg" to remote "/root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247/AnsiballZ_setup.py" <<< 3057 1726772956.87464: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772956.87503: stderr chunk (state=3): >>><<< 3057 1726772956.87514: stdout chunk (state=3): >>><<< 3057 1726772956.87641: done transferring module to remote 3057 1726772956.87644: _low_level_execute_command(): starting 3057 1726772956.87647: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247/ /root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247/AnsiballZ_setup.py && sleep 0' 3057 1726772956.88244: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726772956.88325: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772956.88371: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772956.88387: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772956.88405: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772956.88472: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772956.90610: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772956.90615: stdout chunk (state=3): >>><<< 3057 1726772956.90617: stderr chunk (state=3): >>><<< 3057 1726772956.90640: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772956.90649: _low_level_execute_command(): starting 3057 1726772956.90659: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247/AnsiballZ_setup.py && sleep 0' 3057 1726772956.91342: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726772956.91360: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772956.91394: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772956.91499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772956.91516: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772956.91539: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772956.91621: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772958.21576: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDGZpgXY9Mr8yTZIP9hlObg78q7HCqq7GLWuxKRXvg/iaI+gECMG8Rqlgyt1LTJhamDUfxev2wGAz0jRQbGlIRcjhXVbspzNBXt09vHvp7J9u3tklvWP0yBW3P/ZGwO9CPkH+WmK576eUvt64kPXsLV7n8FiqfIJheRk9Zt46Ycobv1KbQXp7uMYaaYncTOlYHCk576qllRjhT/6D8hZToSk/+TguQvHDOyKLDz7SLh7H9sAAN4gAD2mRfeTvnmoPowC7q2rYC/ewvHaTOTp9XYsNeBErlMrF1j6KBbDWE5MZcjqRJ8mcE3vRF7E4q17gTy3p1qlgiQ7OyuVAZ2Ap/rAB3en1Wye7UT3L+5ytv66cJmV60SOv/q7NZ7FLbq8JMtwaZsSmsdExRzChRrtXXflmHPlCGJvfwcSSIg0XMVJzxGkQRHOvCS2G7S0KUN0BwaWDy/GYShlW69ViSke94nJTuIiSHbi20ZJf9R5ZURKNNSdBq3EzRrCl6aWD6Wz+0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPNxif5bemZU3xyMInsHScG9JRluWkB2CuPyWNkKybteV4pZmYc2WqlH8XnIQySBH1dHN1PzhVbUUJ2Cmvo8SNA=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBSKvHDgDohPs8HZeoGwJAO6IMzcM8hjHqcnRX0AveqP", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "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_env": {"SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "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.44.149 43668 10.31.45.18 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": "6", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.44.149 43668 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.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_lsb": {}, "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-45-18.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-18", "ansible_nodename": "ip-10-31-45-18.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": "ec2b770db9d20586fb9c097bb6389201", "ansible_apparmor": {"status": "disabled"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_local": {}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "15", "minute": "09", "second": "17", "epoch": "1726772957", "epoch_int": "1726772957", "date": "2024-09-19", "time": "15:09:17", "iso8601_micro": "2024-09-19T19:09:17.819179Z", "iso8601": "2024-09-19T19:09:17Z", "iso8601_basic": "20240919T150917819179", "iso8601_basic_short": "20240919T150917", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fips": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_loadavg": {"1m": 0.00146484375, "5m": 0.076171875, "15m": 0.052734375}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_is_chroot": false, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_pkg_mgr": "dnf", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}]}, "ansible_eth0": {"device": "eth0", "macaddress": "02:09:7e:a1:a8:eb", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.18", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::9:7eff:fea1:a8eb", "prefix": "64", "scope": "link"}]}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.18", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:09:7e:a1:a8:eb", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.18"], "ansible_all_ipv6_addresses": ["fe80::9:7eff:fea1:a8eb"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.45.18", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::9:7eff:fea1:a8eb"]}, "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": 3716, "ansible_memfree_mb": 3306, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 410, "free": 3306}, "nocache": {"free": 3535, "used": 181}, "swap": {"total": 3715, "free": 3715, "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": "ec2b770d-b9d2-0586-fb9c-097bb6389201", "ansible_product_uuid": "ec2b770d-b9d2-0586-fb9c-097bb6389201", "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": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "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": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 369, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251482607616, "block_size": 4096, "block_total": 64483404, "block_available": 61397121, "block_used": 3086283, "inode_total": 16384000, "inode_available": 16303247, "inode_used": 80753, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "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"}}} <<< 3057 1726772958.23645: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772958.23682: stderr chunk (state=3): >>>Shared connection to 10.31.45.18 closed. <<< 3057 1726772958.23685: stdout chunk (state=3): >>><<< 3057 1726772958.23688: stderr chunk (state=3): >>><<< 3057 1726772958.23716: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDGZpgXY9Mr8yTZIP9hlObg78q7HCqq7GLWuxKRXvg/iaI+gECMG8Rqlgyt1LTJhamDUfxev2wGAz0jRQbGlIRcjhXVbspzNBXt09vHvp7J9u3tklvWP0yBW3P/ZGwO9CPkH+WmK576eUvt64kPXsLV7n8FiqfIJheRk9Zt46Ycobv1KbQXp7uMYaaYncTOlYHCk576qllRjhT/6D8hZToSk/+TguQvHDOyKLDz7SLh7H9sAAN4gAD2mRfeTvnmoPowC7q2rYC/ewvHaTOTp9XYsNeBErlMrF1j6KBbDWE5MZcjqRJ8mcE3vRF7E4q17gTy3p1qlgiQ7OyuVAZ2Ap/rAB3en1Wye7UT3L+5ytv66cJmV60SOv/q7NZ7FLbq8JMtwaZsSmsdExRzChRrtXXflmHPlCGJvfwcSSIg0XMVJzxGkQRHOvCS2G7S0KUN0BwaWDy/GYShlW69ViSke94nJTuIiSHbi20ZJf9R5ZURKNNSdBq3EzRrCl6aWD6Wz+0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPNxif5bemZU3xyMInsHScG9JRluWkB2CuPyWNkKybteV4pZmYc2WqlH8XnIQySBH1dHN1PzhVbUUJ2Cmvo8SNA=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBSKvHDgDohPs8HZeoGwJAO6IMzcM8hjHqcnRX0AveqP", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "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_env": {"SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "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.44.149 43668 10.31.45.18 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": "6", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.44.149 43668 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.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_lsb": {}, "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-45-18.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-18", "ansible_nodename": "ip-10-31-45-18.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": "ec2b770db9d20586fb9c097bb6389201", "ansible_apparmor": {"status": "disabled"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_local": {}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "15", "minute": "09", "second": "17", "epoch": "1726772957", "epoch_int": "1726772957", "date": "2024-09-19", "time": "15:09:17", "iso8601_micro": "2024-09-19T19:09:17.819179Z", "iso8601": "2024-09-19T19:09:17Z", "iso8601_basic": "20240919T150917819179", "iso8601_basic_short": "20240919T150917", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fips": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_loadavg": {"1m": 0.00146484375, "5m": 0.076171875, "15m": 0.052734375}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_is_chroot": false, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_pkg_mgr": "dnf", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}]}, "ansible_eth0": {"device": "eth0", "macaddress": "02:09:7e:a1:a8:eb", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.18", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::9:7eff:fea1:a8eb", "prefix": "64", "scope": "link"}]}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.18", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:09:7e:a1:a8:eb", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.18"], "ansible_all_ipv6_addresses": ["fe80::9:7eff:fea1:a8eb"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.45.18", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::9:7eff:fea1:a8eb"]}, "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": 3716, "ansible_memfree_mb": 3306, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 410, "free": 3306}, "nocache": {"free": 3535, "used": 181}, "swap": {"total": 3715, "free": 3715, "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": "ec2b770d-b9d2-0586-fb9c-097bb6389201", "ansible_product_uuid": "ec2b770d-b9d2-0586-fb9c-097bb6389201", "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": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "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": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 369, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251482607616, "block_size": 4096, "block_total": 64483404, "block_available": 61397121, "block_used": 3086283, "inode_total": 16384000, "inode_available": 16303247, "inode_used": 80753, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. [WARNING]: Platform linux on host managed_node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 3057 1726772958.24142: 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-1726772956.4826536-3066-206277805275247/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772958.24145: _low_level_execute_command(): starting 3057 1726772958.24148: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772956.4826536-3066-206277805275247/ > /dev/null 2>&1 && sleep 0' 3057 1726772958.24850: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726772958.24865: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772958.24955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.24994: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772958.25010: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772958.25032: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772958.25244: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772958.27144: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772958.27223: stderr chunk (state=3): >>><<< 3057 1726772958.27227: stdout chunk (state=3): >>><<< 3057 1726772958.27243: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772958.27251: handler run complete 3057 1726772958.27541: variable 'ansible_facts' from source: unknown 3057 1726772958.27544: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772958.27843: variable 'ansible_facts' from source: unknown 3057 1726772958.27941: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772958.28104: attempt loop complete, returning result 3057 1726772958.28114: _execute() done 3057 1726772958.28124: dumping result to json 3057 1726772958.28157: done dumping result, returning 3057 1726772958.28170: done running TaskExecutor() for managed_node2/TASK: Gathering Facts [02b512f9-4fcf-6140-6a9e-00000000002f] 3057 1726772958.28181: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000002f 3057 1726772958.28695: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000002f ok: [managed_node2] 3057 1726772958.28705: WORKER PROCESS EXITING 3057 1726772958.28775: no more pending results, returning what we have 3057 1726772958.28781: results queue empty 3057 1726772958.28782: checking for any_errors_fatal 3057 1726772958.28782: done checking for any_errors_fatal 3057 1726772958.28783: checking for max_fail_percentage 3057 1726772958.28784: done checking for max_fail_percentage 3057 1726772958.28784: checking to see if all hosts have failed and the running result is not ok 3057 1726772958.28785: done checking to see if all hosts have failed 3057 1726772958.28786: getting the remaining hosts for this loop 3057 1726772958.28787: done getting the remaining hosts for this loop 3057 1726772958.28790: getting the next task for host managed_node2 3057 1726772958.28794: done getting next task for host managed_node2 3057 1726772958.28795: ^ task is: TASK: meta (flush_handlers) 3057 1726772958.28797: ^ 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 3057 1726772958.28799: getting variables 3057 1726772958.28800: in VariableManager get_vars() 3057 1726772958.28819: Calling all_inventory to load vars for managed_node2 3057 1726772958.28821: Calling groups_inventory to load vars for managed_node2 3057 1726772958.28824: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772958.28832: Calling all_plugins_play to load vars for managed_node2 3057 1726772958.28834: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772958.28838: Calling groups_plugins_play to load vars for managed_node2 3057 1726772958.28955: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772958.29077: done with get_vars() 3057 1726772958.29086: done getting variables 3057 1726772958.29145: in VariableManager get_vars() 3057 1726772958.29155: Calling all_inventory to load vars for managed_node2 3057 1726772958.29158: Calling groups_inventory to load vars for managed_node2 3057 1726772958.29160: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772958.29163: Calling all_plugins_play to load vars for managed_node2 3057 1726772958.29165: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772958.29167: Calling groups_plugins_play to load vars for managed_node2 3057 1726772958.29281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772958.29459: done with get_vars() 3057 1726772958.29483: done queuing things up, now waiting for results queue to drain 3057 1726772958.29485: results queue empty 3057 1726772958.29486: checking for any_errors_fatal 3057 1726772958.29488: done checking for any_errors_fatal 3057 1726772958.29488: checking for max_fail_percentage 3057 1726772958.29489: done checking for max_fail_percentage 3057 1726772958.29493: checking to see if all hosts have failed and the running result is not ok 3057 1726772958.29494: done checking to see if all hosts have failed 3057 1726772958.29494: getting the remaining hosts for this loop 3057 1726772958.29495: done getting the remaining hosts for this loop 3057 1726772958.29497: getting the next task for host managed_node2 3057 1726772958.29505: done getting next task for host managed_node2 3057 1726772958.29507: ^ task is: TASK: Check if system is ostree 3057 1726772958.29509: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772958.29511: getting variables 3057 1726772958.29512: in VariableManager get_vars() 3057 1726772958.29520: Calling all_inventory to load vars for managed_node2 3057 1726772958.29528: Calling groups_inventory to load vars for managed_node2 3057 1726772958.29530: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772958.29533: Calling all_plugins_play to load vars for managed_node2 3057 1726772958.29536: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772958.29538: Calling groups_plugins_play to load vars for managed_node2 3057 1726772958.29622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772958.29751: done with get_vars() 3057 1726772958.29756: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:12 Thursday 19 September 2024 15:09:18 -0400 (0:00:03.013) 0:00:03.036 **** 3057 1726772958.29812: entering _queue_task() for managed_node2/stat 3057 1726772958.30024: worker is 1 (out of 1 available) 3057 1726772958.30039: exiting _queue_task() for managed_node2/stat 3057 1726772958.30051: done queuing things up, now waiting for results queue to drain 3057 1726772958.30053: waiting for pending results... 3057 1726772958.30194: running TaskExecutor() for managed_node2/TASK: Check if system is ostree 3057 1726772958.30255: in run() - task 02b512f9-4fcf-6140-6a9e-000000000007 3057 1726772958.30267: variable 'ansible_search_path' from source: unknown 3057 1726772958.30301: calling self._execute() 3057 1726772958.30358: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772958.30363: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772958.30371: variable 'omit' from source: magic vars 3057 1726772958.30955: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772958.31198: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772958.31251: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772958.31299: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772958.31368: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772958.31473: 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) 3057 1726772958.31505: 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) 3057 1726772958.31550: 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) 3057 1726772958.31582: 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) 3057 1726772958.31733: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 3057 1726772958.31842: variable 'omit' from source: magic vars 3057 1726772958.31848: variable 'omit' from source: magic vars 3057 1726772958.31851: variable 'omit' from source: magic vars 3057 1726772958.31877: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772958.31940: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772958.31975: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772958.31992: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772958.32001: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772958.32049: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772958.32052: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772958.32060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772958.32130: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772958.32140: Set connection var ansible_pipelining to False 3057 1726772958.32143: Set connection var ansible_shell_type to sh 3057 1726772958.32146: Set connection var ansible_connection to ssh 3057 1726772958.32151: Set connection var ansible_timeout to 10 3057 1726772958.32158: Set connection var ansible_shell_executable to /bin/sh 3057 1726772958.32185: variable 'ansible_shell_executable' from source: unknown 3057 1726772958.32188: variable 'ansible_connection' from source: unknown 3057 1726772958.32190: variable 'ansible_module_compression' from source: unknown 3057 1726772958.32209: variable 'ansible_shell_type' from source: unknown 3057 1726772958.32212: variable 'ansible_shell_executable' from source: unknown 3057 1726772958.32215: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772958.32217: variable 'ansible_pipelining' from source: unknown 3057 1726772958.32219: variable 'ansible_timeout' from source: unknown 3057 1726772958.32221: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772958.32338: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726772958.32348: variable 'omit' from source: magic vars 3057 1726772958.32354: starting attempt loop 3057 1726772958.32357: running the handler 3057 1726772958.32369: _low_level_execute_command(): starting 3057 1726772958.32376: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772958.32904: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772958.32908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.32912: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772958.32914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772958.32916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.32971: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772958.32976: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772958.32979: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772958.33129: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772958.34811: stdout chunk (state=3): >>>/root <<< 3057 1726772958.35067: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772958.35071: stdout chunk (state=3): >>><<< 3057 1726772958.35074: stderr chunk (state=3): >>><<< 3057 1726772958.35206: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772958.35219: _low_level_execute_command(): starting 3057 1726772958.35223: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254 `" && echo ansible-tmp-1726772958.3510208-3129-121973737613254="` echo /root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254 `" ) && sleep 0' 3057 1726772958.35660: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772958.35674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772958.35693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.35749: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772958.35753: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772958.35757: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772958.35797: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772958.37765: stdout chunk (state=3): >>>ansible-tmp-1726772958.3510208-3129-121973737613254=/root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254 <<< 3057 1726772958.38049: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772958.38053: stdout chunk (state=3): >>><<< 3057 1726772958.38056: stderr chunk (state=3): >>><<< 3057 1726772958.38059: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772958.3510208-3129-121973737613254=/root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772958.38069: variable 'ansible_module_compression' from source: unknown 3057 1726772958.38136: ANSIBALLZ: Using lock for stat 3057 1726772958.38140: ANSIBALLZ: Acquiring lock 3057 1726772958.38143: ANSIBALLZ: Lock acquired: 140100833401584 3057 1726772958.38145: ANSIBALLZ: Creating module 3057 1726772958.46524: ANSIBALLZ: Writing module into payload 3057 1726772958.46594: ANSIBALLZ: Writing module 3057 1726772958.46614: ANSIBALLZ: Renaming module 3057 1726772958.46622: ANSIBALLZ: Done creating module 3057 1726772958.46638: variable 'ansible_facts' from source: unknown 3057 1726772958.46689: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254/AnsiballZ_stat.py 3057 1726772958.46805: Sending initial data 3057 1726772958.46809: Sent initial data (151 bytes) 3057 1726772958.47303: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772958.47306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.47309: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772958.47313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772958.47315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.47371: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772958.47374: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772958.47379: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772958.47425: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772958.49112: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772958.49143: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772958.49181: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpmf6ejuba /root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254/AnsiballZ_stat.py <<< 3057 1726772958.49185: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254/AnsiballZ_stat.py" <<< 3057 1726772958.49215: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpmf6ejuba" to remote "/root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254/AnsiballZ_stat.py" <<< 3057 1726772958.49220: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254/AnsiballZ_stat.py" <<< 3057 1726772958.49749: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772958.49807: stderr chunk (state=3): >>><<< 3057 1726772958.49815: stdout chunk (state=3): >>><<< 3057 1726772958.49834: done transferring module to remote 3057 1726772958.49847: _low_level_execute_command(): starting 3057 1726772958.49851: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254/ /root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254/AnsiballZ_stat.py && sleep 0' 3057 1726772958.50314: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772958.50321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772958.50341: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.50356: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772958.50359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.50419: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772958.50425: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772958.50427: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772958.50463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772958.52268: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772958.52330: stderr chunk (state=3): >>><<< 3057 1726772958.52334: stdout chunk (state=3): >>><<< 3057 1726772958.52350: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772958.52353: _low_level_execute_command(): starting 3057 1726772958.52358: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254/AnsiballZ_stat.py && sleep 0' 3057 1726772958.52822: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772958.52863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772958.52867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.52869: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772958.52872: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.52923: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772958.52930: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772958.52933: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772958.52972: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772958.69451: 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"}}} <<< 3057 1726772958.70884: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772958.70888: stdout chunk (state=3): >>><<< 3057 1726772958.70890: stderr chunk (state=3): >>><<< 3057 1726772958.70944: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772958.70977: 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-1726772958.3510208-3129-121973737613254/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772958.71090: _low_level_execute_command(): starting 3057 1726772958.71093: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772958.3510208-3129-121973737613254/ > /dev/null 2>&1 && sleep 0' 3057 1726772958.71851: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772958.71967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772958.71975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772958.71978: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772958.72021: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772958.74043: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772958.74059: stderr chunk (state=3): >>><<< 3057 1726772958.74068: stdout chunk (state=3): >>><<< 3057 1726772958.74433: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772958.74439: handler run complete 3057 1726772958.74442: attempt loop complete, returning result 3057 1726772958.74444: _execute() done 3057 1726772958.74446: dumping result to json 3057 1726772958.74448: done dumping result, returning 3057 1726772958.74450: done running TaskExecutor() for managed_node2/TASK: Check if system is ostree [02b512f9-4fcf-6140-6a9e-000000000007] 3057 1726772958.74451: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000007 3057 1726772958.74526: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000007 3057 1726772958.74529: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } 3057 1726772958.74642: no more pending results, returning what we have 3057 1726772958.74646: results queue empty 3057 1726772958.74647: checking for any_errors_fatal 3057 1726772958.74649: done checking for any_errors_fatal 3057 1726772958.74650: checking for max_fail_percentage 3057 1726772958.74652: done checking for max_fail_percentage 3057 1726772958.74652: checking to see if all hosts have failed and the running result is not ok 3057 1726772958.74653: done checking to see if all hosts have failed 3057 1726772958.74654: getting the remaining hosts for this loop 3057 1726772958.74656: done getting the remaining hosts for this loop 3057 1726772958.74661: getting the next task for host managed_node2 3057 1726772958.74667: done getting next task for host managed_node2 3057 1726772958.74671: ^ task is: TASK: Set flag to indicate system is ostree 3057 1726772958.74674: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772958.74678: getting variables 3057 1726772958.74680: in VariableManager get_vars() 3057 1726772958.74713: Calling all_inventory to load vars for managed_node2 3057 1726772958.74716: Calling groups_inventory to load vars for managed_node2 3057 1726772958.74723: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772958.75040: Calling all_plugins_play to load vars for managed_node2 3057 1726772958.75046: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772958.75051: Calling groups_plugins_play to load vars for managed_node2 3057 1726772958.75306: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772958.75554: done with get_vars() 3057 1726772958.75566: done getting variables 3057 1726772958.75684: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:17 Thursday 19 September 2024 15:09:18 -0400 (0:00:00.459) 0:00:03.496 **** 3057 1726772958.75781: entering _queue_task() for managed_node2/set_fact 3057 1726772958.75784: Creating lock for set_fact 3057 1726772958.76095: worker is 1 (out of 1 available) 3057 1726772958.76107: exiting _queue_task() for managed_node2/set_fact 3057 1726772958.76121: done queuing things up, now waiting for results queue to drain 3057 1726772958.76123: waiting for pending results... 3057 1726772958.76460: running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree 3057 1726772958.76573: in run() - task 02b512f9-4fcf-6140-6a9e-000000000008 3057 1726772958.76606: variable 'ansible_search_path' from source: unknown 3057 1726772958.76691: calling self._execute() 3057 1726772958.76786: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772958.76810: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772958.76923: variable 'omit' from source: magic vars 3057 1726772958.77507: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772958.77804: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772958.77991: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772958.78244: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772958.78286: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772958.78406: 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) 3057 1726772958.78457: 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) 3057 1726772958.78491: 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) 3057 1726772958.78528: 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) 3057 1726772958.78741: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 3057 1726772958.78745: variable 'omit' from source: magic vars 3057 1726772958.78775: variable 'omit' from source: magic vars 3057 1726772958.78956: variable '__ostree_booted_stat' from source: set_fact 3057 1726772958.79037: variable 'omit' from source: magic vars 3057 1726772958.79368: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772958.79371: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772958.79373: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772958.79376: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772958.79390: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772958.79426: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772958.79437: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772958.79448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772958.79712: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772958.79895: Set connection var ansible_pipelining to False 3057 1726772958.79898: Set connection var ansible_shell_type to sh 3057 1726772958.79900: Set connection var ansible_connection to ssh 3057 1726772958.79902: Set connection var ansible_timeout to 10 3057 1726772958.79904: Set connection var ansible_shell_executable to /bin/sh 3057 1726772958.79908: variable 'ansible_shell_executable' from source: unknown 3057 1726772958.79910: variable 'ansible_connection' from source: unknown 3057 1726772958.79912: variable 'ansible_module_compression' from source: unknown 3057 1726772958.79914: variable 'ansible_shell_type' from source: unknown 3057 1726772958.79916: variable 'ansible_shell_executable' from source: unknown 3057 1726772958.79918: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772958.79920: variable 'ansible_pipelining' from source: unknown 3057 1726772958.79921: variable 'ansible_timeout' from source: unknown 3057 1726772958.79923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772958.80241: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772958.80445: variable 'omit' from source: magic vars 3057 1726772958.80448: starting attempt loop 3057 1726772958.80450: running the handler 3057 1726772958.80453: handler run complete 3057 1726772958.80455: attempt loop complete, returning result 3057 1726772958.80457: _execute() done 3057 1726772958.80459: dumping result to json 3057 1726772958.80461: done dumping result, returning 3057 1726772958.80466: done running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree [02b512f9-4fcf-6140-6a9e-000000000008] 3057 1726772958.80468: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000008 3057 1726772958.80540: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000008 ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } 3057 1726772958.80606: no more pending results, returning what we have 3057 1726772958.80610: results queue empty 3057 1726772958.80611: checking for any_errors_fatal 3057 1726772958.80620: done checking for any_errors_fatal 3057 1726772958.80621: checking for max_fail_percentage 3057 1726772958.80623: done checking for max_fail_percentage 3057 1726772958.80624: checking to see if all hosts have failed and the running result is not ok 3057 1726772958.80624: done checking to see if all hosts have failed 3057 1726772958.80625: getting the remaining hosts for this loop 3057 1726772958.80628: done getting the remaining hosts for this loop 3057 1726772958.80633: getting the next task for host managed_node2 3057 1726772958.80645: done getting next task for host managed_node2 3057 1726772958.80648: ^ task is: TASK: Ensure required packages are installed 3057 1726772958.80650: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772958.80655: getting variables 3057 1726772958.80657: in VariableManager get_vars() 3057 1726772958.80690: Calling all_inventory to load vars for managed_node2 3057 1726772958.80694: Calling groups_inventory to load vars for managed_node2 3057 1726772958.80697: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772958.80941: Calling all_plugins_play to load vars for managed_node2 3057 1726772958.80945: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772958.80950: Calling groups_plugins_play to load vars for managed_node2 3057 1726772958.81593: WORKER PROCESS EXITING 3057 1726772958.81666: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772958.82077: done with get_vars() 3057 1726772958.82089: done getting variables 3057 1726772958.82444: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Ensure required packages are installed] ********************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:22 Thursday 19 September 2024 15:09:18 -0400 (0:00:00.067) 0:00:03.563 **** 3057 1726772958.82483: entering _queue_task() for managed_node2/package 3057 1726772958.82486: Creating lock for package 3057 1726772958.83128: worker is 1 (out of 1 available) 3057 1726772958.83144: exiting _queue_task() for managed_node2/package 3057 1726772958.83158: done queuing things up, now waiting for results queue to drain 3057 1726772958.83159: waiting for pending results... 3057 1726772958.83623: running TaskExecutor() for managed_node2/TASK: Ensure required packages are installed 3057 1726772958.83729: in run() - task 02b512f9-4fcf-6140-6a9e-000000000009 3057 1726772958.83986: variable 'ansible_search_path' from source: unknown 3057 1726772958.83990: calling self._execute() 3057 1726772958.84131: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772958.84146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772958.84159: variable 'omit' from source: magic vars 3057 1726772958.84433: variable 'omit' from source: magic vars 3057 1726772958.84480: variable 'omit' from source: magic vars 3057 1726772958.85524: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772958.90595: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772958.90823: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772958.90968: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772958.91445: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772958.91479: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772958.91752: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772958.91854: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772958.91887: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772958.91954: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772958.92033: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772958.92107: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726772958.92120: variable 'omit' from source: magic vars 3057 1726772958.92180: variable 'omit' from source: magic vars 3057 1726772958.92212: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772958.92253: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772958.92283: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772958.92307: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772958.92322: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772958.92369: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772958.92378: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772958.92441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772958.92517: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772958.92534: Set connection var ansible_pipelining to False 3057 1726772958.92545: Set connection var ansible_shell_type to sh 3057 1726772958.92552: Set connection var ansible_connection to ssh 3057 1726772958.92563: Set connection var ansible_timeout to 10 3057 1726772958.92580: Set connection var ansible_shell_executable to /bin/sh 3057 1726772958.92620: variable 'ansible_shell_executable' from source: unknown 3057 1726772958.92628: variable 'ansible_connection' from source: unknown 3057 1726772958.92637: variable 'ansible_module_compression' from source: unknown 3057 1726772958.92688: variable 'ansible_shell_type' from source: unknown 3057 1726772958.92691: variable 'ansible_shell_executable' from source: unknown 3057 1726772958.92694: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772958.92696: variable 'ansible_pipelining' from source: unknown 3057 1726772958.92698: variable 'ansible_timeout' from source: unknown 3057 1726772958.92700: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772958.92804: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772958.92829: variable 'omit' from source: magic vars 3057 1726772958.92841: starting attempt loop 3057 1726772958.92849: running the handler 3057 1726772958.92859: variable 'ansible_facts' from source: unknown 3057 1726772958.92907: variable 'ansible_facts' from source: unknown 3057 1726772958.92938: _low_level_execute_command(): starting 3057 1726772958.92952: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772958.93791: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772958.93820: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726772958.93898: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.93929: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772958.93952: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772958.93967: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772958.94114: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772958.95843: stdout chunk (state=3): >>>/root <<< 3057 1726772958.96087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772958.96300: stdout chunk (state=3): >>><<< 3057 1726772958.96303: stderr chunk (state=3): >>><<< 3057 1726772958.96306: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772958.96316: _low_level_execute_command(): starting 3057 1726772958.96319: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779 `" && echo ansible-tmp-1726772958.9620128-3155-64022237097779="` echo /root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779 `" ) && sleep 0' 3057 1726772958.97462: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772958.97466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.97469: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772958.97471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772958.97579: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772958.97758: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772958.97811: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772958.99987: stdout chunk (state=3): >>>ansible-tmp-1726772958.9620128-3155-64022237097779=/root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779 <<< 3057 1726772959.00222: stdout chunk (state=3): >>><<< 3057 1726772959.00227: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772959.00229: stderr chunk (state=3): >>><<< 3057 1726772959.00232: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772958.9620128-3155-64022237097779=/root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772959.00236: variable 'ansible_module_compression' from source: unknown 3057 1726772959.00368: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 3057 1726772959.00377: ANSIBALLZ: Acquiring lock 3057 1726772959.00384: ANSIBALLZ: Lock acquired: 140100833264128 3057 1726772959.00393: ANSIBALLZ: Creating module 3057 1726772959.25666: ANSIBALLZ: Writing module into payload 3057 1726772959.25872: ANSIBALLZ: Writing module 3057 1726772959.25896: ANSIBALLZ: Renaming module 3057 1726772959.25899: ANSIBALLZ: Done creating module 3057 1726772959.25945: variable 'ansible_facts' from source: unknown 3057 1726772959.26017: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779/AnsiballZ_dnf.py 3057 1726772959.26287: Sending initial data 3057 1726772959.26291: Sent initial data (149 bytes) 3057 1726772959.26841: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726772959.26926: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772959.26943: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772959.27129: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772959.28790: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772959.28827: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772959.28861: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpez0vik9y /root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779/AnsiballZ_dnf.py <<< 3057 1726772959.28870: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779/AnsiballZ_dnf.py" <<< 3057 1726772959.28902: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpez0vik9y" to remote "/root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779/AnsiballZ_dnf.py" <<< 3057 1726772959.28911: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779/AnsiballZ_dnf.py" <<< 3057 1726772959.29907: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772959.29911: stderr chunk (state=3): >>><<< 3057 1726772959.29913: stdout chunk (state=3): >>><<< 3057 1726772959.29922: done transferring module to remote 3057 1726772959.29944: _low_level_execute_command(): starting 3057 1726772959.29947: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779/ /root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779/AnsiballZ_dnf.py && sleep 0' 3057 1726772959.30533: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772959.30538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772959.30541: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772959.30543: 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 <<< 3057 1726772959.30546: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772959.30586: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772959.30589: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772959.30638: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772959.32430: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772959.32490: stderr chunk (state=3): >>><<< 3057 1726772959.32494: stdout chunk (state=3): >>><<< 3057 1726772959.32508: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772959.32511: _low_level_execute_command(): starting 3057 1726772959.32519: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779/AnsiballZ_dnf.py && sleep 0' 3057 1726772959.33017: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772959.33021: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772959.33023: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772959.33026: 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 <<< 3057 1726772959.33028: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772959.33076: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772959.33079: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772959.33082: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772959.33130: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772972.97280: stdout chunk (state=3): >>> {"msg": "", "changed": true, "results": ["Installed: pciutils-libs-3.13.0-1.fc40.x86_64", "Installed: python3-perf-6.10.10-200.fc40.x86_64", "Installed: tuned-2.24.0-1.fc40.noarch", "Installed: libtraceevent-1.8.2-2.fc40.x86_64", "Installed: hdparm-9.65-4.fc40.x86_64", "Installed: python3-linux-procfs-0.7.3-4.fc40.noarch", "Installed: numactl-libs-2.0.16-5.fc40.x86_64", "Installed: virt-what-1.27-1.fc40.x86_64", "Installed: kernel-tools-6.10.10-200.fc40.x86_64", "Installed: kernel-tools-libs-6.10.10-200.fc40.x86_64", "Installed: ethtool-2:6.10-1.fc40.x86_64", "Installed: dmidecode-1:3.6-1.fc40.x86_64", "Installed: python3-pyudev-0.24.1-7.fc40.noarch"], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "procps-ng"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 3057 1726772973.07880: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772973.07941: stderr chunk (state=3): >>><<< 3057 1726772973.07945: stdout chunk (state=3): >>><<< 3057 1726772973.07963: _low_level_execute_command() done: rc=0, stdout= {"msg": "", "changed": true, "results": ["Installed: pciutils-libs-3.13.0-1.fc40.x86_64", "Installed: python3-perf-6.10.10-200.fc40.x86_64", "Installed: tuned-2.24.0-1.fc40.noarch", "Installed: libtraceevent-1.8.2-2.fc40.x86_64", "Installed: hdparm-9.65-4.fc40.x86_64", "Installed: python3-linux-procfs-0.7.3-4.fc40.noarch", "Installed: numactl-libs-2.0.16-5.fc40.x86_64", "Installed: virt-what-1.27-1.fc40.x86_64", "Installed: kernel-tools-6.10.10-200.fc40.x86_64", "Installed: kernel-tools-libs-6.10.10-200.fc40.x86_64", "Installed: ethtool-2:6.10-1.fc40.x86_64", "Installed: dmidecode-1:3.6-1.fc40.x86_64", "Installed: python3-pyudev-0.24.1-7.fc40.noarch"], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "procps-ng"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772973.08009: done with _execute_module (ansible.legacy.dnf, {'name': ['tuned', 'procps-ng'], 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.dnf', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772973.08017: _low_level_execute_command(): starting 3057 1726772973.08023: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772958.9620128-3155-64022237097779/ > /dev/null 2>&1 && sleep 0' 3057 1726772973.08524: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.08527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.08530: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.08532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.08572: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772973.08576: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772973.08595: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772973.08715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772973.11546: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772973.11604: stderr chunk (state=3): >>><<< 3057 1726772973.11610: stdout chunk (state=3): >>><<< 3057 1726772973.11627: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772973.11633: handler run complete 3057 1726772973.11664: attempt loop complete, returning result 3057 1726772973.11667: _execute() done 3057 1726772973.11669: dumping result to json 3057 1726772973.11675: done dumping result, returning 3057 1726772973.11682: done running TaskExecutor() for managed_node2/TASK: Ensure required packages are installed [02b512f9-4fcf-6140-6a9e-000000000009] 3057 1726772973.11687: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000009 3057 1726772973.11788: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000009 3057 1726772973.11791: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "rc": 0, "results": [ "Installed: pciutils-libs-3.13.0-1.fc40.x86_64", "Installed: python3-perf-6.10.10-200.fc40.x86_64", "Installed: tuned-2.24.0-1.fc40.noarch", "Installed: libtraceevent-1.8.2-2.fc40.x86_64", "Installed: hdparm-9.65-4.fc40.x86_64", "Installed: python3-linux-procfs-0.7.3-4.fc40.noarch", "Installed: numactl-libs-2.0.16-5.fc40.x86_64", "Installed: virt-what-1.27-1.fc40.x86_64", "Installed: kernel-tools-6.10.10-200.fc40.x86_64", "Installed: kernel-tools-libs-6.10.10-200.fc40.x86_64", "Installed: ethtool-2:6.10-1.fc40.x86_64", "Installed: dmidecode-1:3.6-1.fc40.x86_64", "Installed: python3-pyudev-0.24.1-7.fc40.noarch" ] } 3057 1726772973.11895: no more pending results, returning what we have 3057 1726772973.11898: results queue empty 3057 1726772973.11899: checking for any_errors_fatal 3057 1726772973.11907: done checking for any_errors_fatal 3057 1726772973.11908: checking for max_fail_percentage 3057 1726772973.11909: done checking for max_fail_percentage 3057 1726772973.11910: checking to see if all hosts have failed and the running result is not ok 3057 1726772973.11911: done checking to see if all hosts have failed 3057 1726772973.11912: getting the remaining hosts for this loop 3057 1726772973.11913: done getting the remaining hosts for this loop 3057 1726772973.11917: getting the next task for host managed_node2 3057 1726772973.11922: done getting next task for host managed_node2 3057 1726772973.11924: ^ task is: TASK: See if tuned has a profile subdir 3057 1726772973.11926: ^ state is: HOST STATE: block=2, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772973.11930: getting variables 3057 1726772973.11932: in VariableManager get_vars() 3057 1726772973.11961: Calling all_inventory to load vars for managed_node2 3057 1726772973.11964: Calling groups_inventory to load vars for managed_node2 3057 1726772973.11967: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772973.11977: Calling all_plugins_play to load vars for managed_node2 3057 1726772973.11980: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772973.11983: Calling groups_plugins_play to load vars for managed_node2 3057 1726772973.12159: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772973.12294: done with get_vars() 3057 1726772973.12302: done getting variables TASK [See if tuned has a profile subdir] *************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:28 Thursday 19 September 2024 15:09:33 -0400 (0:00:14.298) 0:00:17.862 **** 3057 1726772973.12376: entering _queue_task() for managed_node2/stat 3057 1726772973.12578: worker is 1 (out of 1 available) 3057 1726772973.12590: exiting _queue_task() for managed_node2/stat 3057 1726772973.12602: done queuing things up, now waiting for results queue to drain 3057 1726772973.12604: waiting for pending results... 3057 1726772973.12749: running TaskExecutor() for managed_node2/TASK: See if tuned has a profile subdir 3057 1726772973.12803: in run() - task 02b512f9-4fcf-6140-6a9e-00000000000a 3057 1726772973.12816: variable 'ansible_search_path' from source: unknown 3057 1726772973.12853: calling self._execute() 3057 1726772973.12907: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772973.12912: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772973.12918: variable 'omit' from source: magic vars 3057 1726772973.12998: variable 'omit' from source: magic vars 3057 1726772973.13023: variable 'omit' from source: magic vars 3057 1726772973.13054: variable 'omit' from source: magic vars 3057 1726772973.13088: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772973.13121: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772973.13140: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772973.13157: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772973.13170: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772973.13195: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772973.13198: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772973.13201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772973.13275: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772973.13285: Set connection var ansible_pipelining to False 3057 1726772973.13288: Set connection var ansible_shell_type to sh 3057 1726772973.13290: Set connection var ansible_connection to ssh 3057 1726772973.13295: Set connection var ansible_timeout to 10 3057 1726772973.13302: Set connection var ansible_shell_executable to /bin/sh 3057 1726772973.13322: variable 'ansible_shell_executable' from source: unknown 3057 1726772973.13325: variable 'ansible_connection' from source: unknown 3057 1726772973.13328: variable 'ansible_module_compression' from source: unknown 3057 1726772973.13330: variable 'ansible_shell_type' from source: unknown 3057 1726772973.13332: variable 'ansible_shell_executable' from source: unknown 3057 1726772973.13337: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772973.13341: variable 'ansible_pipelining' from source: unknown 3057 1726772973.13344: variable 'ansible_timeout' from source: unknown 3057 1726772973.13348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772973.13511: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726772973.13519: variable 'omit' from source: magic vars 3057 1726772973.13524: starting attempt loop 3057 1726772973.13528: running the handler 3057 1726772973.13542: _low_level_execute_command(): starting 3057 1726772973.13549: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772973.14243: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.14247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.14251: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772973.14254: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.14266: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772973.14276: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772973.14297: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772973.14368: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772973.16595: stdout chunk (state=3): >>>/root <<< 3057 1726772973.16764: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772973.16773: stderr chunk (state=3): >>><<< 3057 1726772973.16777: stdout chunk (state=3): >>><<< 3057 1726772973.16801: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772973.16814: _low_level_execute_command(): starting 3057 1726772973.16821: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460 `" && echo ansible-tmp-1726772973.168011-3296-114552304555460="` echo /root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460 `" ) && sleep 0' 3057 1726772973.17316: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.17320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.17322: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726772973.17327: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772973.17345: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.17382: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772973.17385: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772973.17388: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772973.17437: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772973.20229: stdout chunk (state=3): >>>ansible-tmp-1726772973.168011-3296-114552304555460=/root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460 <<< 3057 1726772973.20410: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772973.20414: stdout chunk (state=3): >>><<< 3057 1726772973.20423: stderr chunk (state=3): >>><<< 3057 1726772973.20441: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772973.168011-3296-114552304555460=/root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772973.20486: variable 'ansible_module_compression' from source: unknown 3057 1726772973.20533: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726772973.20570: variable 'ansible_facts' from source: unknown 3057 1726772973.20639: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460/AnsiballZ_stat.py 3057 1726772973.20754: Sending initial data 3057 1726772973.20757: Sent initial data (150 bytes) 3057 1726772973.21261: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772973.21265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.21268: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.21270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.21328: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772973.21332: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772973.21336: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772973.21378: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772973.23464: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772973.23499: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772973.23550: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpadf3ej6z /root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460/AnsiballZ_stat.py <<< 3057 1726772973.23558: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460/AnsiballZ_stat.py" <<< 3057 1726772973.23583: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpadf3ej6z" to remote "/root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460/AnsiballZ_stat.py" <<< 3057 1726772973.23585: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460/AnsiballZ_stat.py" <<< 3057 1726772973.24158: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772973.24216: stderr chunk (state=3): >>><<< 3057 1726772973.24222: stdout chunk (state=3): >>><<< 3057 1726772973.24245: done transferring module to remote 3057 1726772973.24255: _low_level_execute_command(): starting 3057 1726772973.24260: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460/ /root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460/AnsiballZ_stat.py && sleep 0' 3057 1726772973.24747: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772973.24751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.24754: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.24774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.24812: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772973.24821: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772973.24837: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772973.24897: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772973.27323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772973.27383: stderr chunk (state=3): >>><<< 3057 1726772973.27386: stdout chunk (state=3): >>><<< 3057 1726772973.27400: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772973.27403: _low_level_execute_command(): starting 3057 1726772973.27411: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460/AnsiballZ_stat.py && sleep 0' 3057 1726772973.27907: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.27911: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.27914: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.27916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.27968: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772973.27971: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772973.27996: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772973.28027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772973.54232: 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": 4096, "inode": 262607, "dev": 51714, "nlink": 2, "atime": 1722988800.0, "mtime": 1722988800.0, "ctime": 1726772971.5650957, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3652884641", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3057 1726772973.56385: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772973.56449: stderr chunk (state=3): >>><<< 3057 1726772973.56453: stdout chunk (state=3): >>><<< 3057 1726772973.56471: _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": 4096, "inode": 262607, "dev": 51714, "nlink": 2, "atime": 1722988800.0, "mtime": 1722988800.0, "ctime": 1726772971.5650957, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3652884641", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772973.56536: 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-1726772973.168011-3296-114552304555460/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772973.56546: _low_level_execute_command(): starting 3057 1726772973.56550: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772973.168011-3296-114552304555460/ > /dev/null 2>&1 && sleep 0' 3057 1726772973.57041: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772973.57045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772973.57048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772973.57062: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.57065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.57120: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772973.57124: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772973.57131: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772973.57208: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772973.59562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772973.59577: stderr chunk (state=3): >>><<< 3057 1726772973.59580: stdout chunk (state=3): >>><<< 3057 1726772973.59597: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772973.59603: handler run complete 3057 1726772973.59643: attempt loop complete, returning result 3057 1726772973.59646: _execute() done 3057 1726772973.59649: dumping result to json 3057 1726772973.59656: done dumping result, returning 3057 1726772973.59663: done running TaskExecutor() for managed_node2/TASK: See if tuned has a profile subdir [02b512f9-4fcf-6140-6a9e-00000000000a] 3057 1726772973.59668: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000000a 3057 1726772973.59775: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000000a 3057 1726772973.59778: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1722988800.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772971.5650957, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262607, "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": 4096, "uid": 0, "version": "3652884641", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3057 1726772973.59902: no more pending results, returning what we have 3057 1726772973.59905: results queue empty 3057 1726772973.59908: checking for any_errors_fatal 3057 1726772973.59914: done checking for any_errors_fatal 3057 1726772973.59915: checking for max_fail_percentage 3057 1726772973.59917: done checking for max_fail_percentage 3057 1726772973.59917: checking to see if all hosts have failed and the running result is not ok 3057 1726772973.59918: done checking to see if all hosts have failed 3057 1726772973.59919: getting the remaining hosts for this loop 3057 1726772973.59920: done getting the remaining hosts for this loop 3057 1726772973.59924: getting the next task for host managed_node2 3057 1726772973.59929: done getting next task for host managed_node2 3057 1726772973.59931: ^ task is: TASK: Set profile dir 3057 1726772973.59933: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772973.59937: getting variables 3057 1726772973.59939: in VariableManager get_vars() 3057 1726772973.59964: Calling all_inventory to load vars for managed_node2 3057 1726772973.59966: Calling groups_inventory to load vars for managed_node2 3057 1726772973.59968: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772973.59976: Calling all_plugins_play to load vars for managed_node2 3057 1726772973.59978: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772973.59979: Calling groups_plugins_play to load vars for managed_node2 3057 1726772973.60090: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772973.60206: done with get_vars() 3057 1726772973.60214: done getting variables 3057 1726772973.60260: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set profile dir] ********************************************************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:33 Thursday 19 September 2024 15:09:33 -0400 (0:00:00.479) 0:00:18.341 **** 3057 1726772973.60281: entering _queue_task() for managed_node2/set_fact 3057 1726772973.60481: worker is 1 (out of 1 available) 3057 1726772973.60493: exiting _queue_task() for managed_node2/set_fact 3057 1726772973.60506: done queuing things up, now waiting for results queue to drain 3057 1726772973.60507: waiting for pending results... 3057 1726772973.60660: running TaskExecutor() for managed_node2/TASK: Set profile dir 3057 1726772973.60712: in run() - task 02b512f9-4fcf-6140-6a9e-00000000000b 3057 1726772973.60727: variable 'ansible_search_path' from source: unknown 3057 1726772973.60763: calling self._execute() 3057 1726772973.60820: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772973.60824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772973.60833: variable 'omit' from source: magic vars 3057 1726772973.60916: variable 'omit' from source: magic vars 3057 1726772973.60941: variable 'omit' from source: magic vars 3057 1726772973.61215: variable '__dir' from source: task vars 3057 1726772973.61357: variable '__tuned_profiles' from source: set_fact 3057 1726772973.61452: variable 'omit' from source: magic vars 3057 1726772973.61485: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772973.61519: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772973.61536: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772973.61553: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772973.61564: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772973.61588: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772973.61591: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772973.61594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772973.61672: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772973.61679: Set connection var ansible_pipelining to False 3057 1726772973.61682: Set connection var ansible_shell_type to sh 3057 1726772973.61685: Set connection var ansible_connection to ssh 3057 1726772973.61690: Set connection var ansible_timeout to 10 3057 1726772973.61697: Set connection var ansible_shell_executable to /bin/sh 3057 1726772973.61721: variable 'ansible_shell_executable' from source: unknown 3057 1726772973.61724: variable 'ansible_connection' from source: unknown 3057 1726772973.61727: variable 'ansible_module_compression' from source: unknown 3057 1726772973.61729: variable 'ansible_shell_type' from source: unknown 3057 1726772973.61732: variable 'ansible_shell_executable' from source: unknown 3057 1726772973.61734: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772973.61738: variable 'ansible_pipelining' from source: unknown 3057 1726772973.61740: variable 'ansible_timeout' from source: unknown 3057 1726772973.61747: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772973.61856: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772973.61866: variable 'omit' from source: magic vars 3057 1726772973.61872: starting attempt loop 3057 1726772973.61874: running the handler 3057 1726772973.61885: handler run complete 3057 1726772973.61893: attempt loop complete, returning result 3057 1726772973.61896: _execute() done 3057 1726772973.61898: dumping result to json 3057 1726772973.61901: done dumping result, returning 3057 1726772973.61911: done running TaskExecutor() for managed_node2/TASK: Set profile dir [02b512f9-4fcf-6140-6a9e-00000000000b] 3057 1726772973.61915: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000000b 3057 1726772973.62006: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000000b 3057 1726772973.62010: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__profile_dir": "/etc/tuned/profiles/kernel_settings" }, "changed": false } 3057 1726772973.62084: no more pending results, returning what we have 3057 1726772973.62086: results queue empty 3057 1726772973.62087: checking for any_errors_fatal 3057 1726772973.62092: done checking for any_errors_fatal 3057 1726772973.62092: checking for max_fail_percentage 3057 1726772973.62094: done checking for max_fail_percentage 3057 1726772973.62094: checking to see if all hosts have failed and the running result is not ok 3057 1726772973.62095: done checking to see if all hosts have failed 3057 1726772973.62096: getting the remaining hosts for this loop 3057 1726772973.62097: done getting the remaining hosts for this loop 3057 1726772973.62100: getting the next task for host managed_node2 3057 1726772973.62105: done getting next task for host managed_node2 3057 1726772973.62107: ^ task is: TASK: Ensure kernel settings profile directory exists 3057 1726772973.62110: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772973.62113: getting variables 3057 1726772973.62114: in VariableManager get_vars() 3057 1726772973.62142: Calling all_inventory to load vars for managed_node2 3057 1726772973.62144: Calling groups_inventory to load vars for managed_node2 3057 1726772973.62147: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772973.62157: Calling all_plugins_play to load vars for managed_node2 3057 1726772973.62159: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772973.62162: Calling groups_plugins_play to load vars for managed_node2 3057 1726772973.62312: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772973.62426: done with get_vars() 3057 1726772973.62433: done getting variables TASK [Ensure kernel settings profile directory exists] ************************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:39 Thursday 19 September 2024 15:09:33 -0400 (0:00:00.022) 0:00:18.363 **** 3057 1726772973.62498: entering _queue_task() for managed_node2/file 3057 1726772973.62692: worker is 1 (out of 1 available) 3057 1726772973.62704: exiting _queue_task() for managed_node2/file 3057 1726772973.62716: done queuing things up, now waiting for results queue to drain 3057 1726772973.62717: waiting for pending results... 3057 1726772973.62875: running TaskExecutor() for managed_node2/TASK: Ensure kernel settings profile directory exists 3057 1726772973.62925: in run() - task 02b512f9-4fcf-6140-6a9e-00000000000c 3057 1726772973.62944: variable 'ansible_search_path' from source: unknown 3057 1726772973.62975: calling self._execute() 3057 1726772973.63030: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772973.63037: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772973.63045: variable 'omit' from source: magic vars 3057 1726772973.63128: variable 'omit' from source: magic vars 3057 1726772973.63153: variable 'omit' from source: magic vars 3057 1726772973.63178: variable '__profile_dir' from source: set_fact 3057 1726772973.63416: variable '__profile_dir' from source: set_fact 3057 1726772973.63444: variable 'omit' from source: magic vars 3057 1726772973.63476: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772973.63509: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772973.63534: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772973.63551: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772973.63561: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772973.63586: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772973.63591: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772973.63594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772973.63670: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772973.63678: Set connection var ansible_pipelining to False 3057 1726772973.63681: Set connection var ansible_shell_type to sh 3057 1726772973.63683: Set connection var ansible_connection to ssh 3057 1726772973.63689: Set connection var ansible_timeout to 10 3057 1726772973.63695: Set connection var ansible_shell_executable to /bin/sh 3057 1726772973.63719: variable 'ansible_shell_executable' from source: unknown 3057 1726772973.63722: variable 'ansible_connection' from source: unknown 3057 1726772973.63724: variable 'ansible_module_compression' from source: unknown 3057 1726772973.63729: variable 'ansible_shell_type' from source: unknown 3057 1726772973.63731: variable 'ansible_shell_executable' from source: unknown 3057 1726772973.63734: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772973.63736: variable 'ansible_pipelining' from source: unknown 3057 1726772973.63743: variable 'ansible_timeout' from source: unknown 3057 1726772973.63746: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772973.63900: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726772973.63910: variable 'omit' from source: magic vars 3057 1726772973.63916: starting attempt loop 3057 1726772973.63921: running the handler 3057 1726772973.63936: _low_level_execute_command(): starting 3057 1726772973.63944: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772973.64599: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.64603: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.64606: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772973.64610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.64664: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772973.64667: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772973.64670: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772973.64717: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772973.66708: stdout chunk (state=3): >>>/root <<< 3057 1726772973.66854: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772973.66890: stderr chunk (state=3): >>><<< 3057 1726772973.66893: stdout chunk (state=3): >>><<< 3057 1726772973.66917: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772973.66929: _low_level_execute_command(): starting 3057 1726772973.66937: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950 `" && echo ansible-tmp-1726772973.6691756-3312-91488395529950="` echo /root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950 `" ) && sleep 0' 3057 1726772973.67401: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772973.67447: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772973.67451: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.67453: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.67463: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772973.67466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.67491: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772973.67496: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772973.67517: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772973.67580: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772973.69914: stdout chunk (state=3): >>>ansible-tmp-1726772973.6691756-3312-91488395529950=/root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950 <<< 3057 1726772973.70039: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772973.70098: stderr chunk (state=3): >>><<< 3057 1726772973.70101: stdout chunk (state=3): >>><<< 3057 1726772973.70118: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772973.6691756-3312-91488395529950=/root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772973.70164: variable 'ansible_module_compression' from source: unknown 3057 1726772973.70210: ANSIBALLZ: Using lock for file 3057 1726772973.70213: ANSIBALLZ: Acquiring lock 3057 1726772973.70216: ANSIBALLZ: Lock acquired: 140100833400768 3057 1726772973.70218: ANSIBALLZ: Creating module 3057 1726772973.80152: ANSIBALLZ: Writing module into payload 3057 1726772973.80269: ANSIBALLZ: Writing module 3057 1726772973.80289: ANSIBALLZ: Renaming module 3057 1726772973.80295: ANSIBALLZ: Done creating module 3057 1726772973.80316: variable 'ansible_facts' from source: unknown 3057 1726772973.80366: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950/AnsiballZ_file.py 3057 1726772973.80482: Sending initial data 3057 1726772973.80486: Sent initial data (150 bytes) 3057 1726772973.80986: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.80990: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.80992: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.80995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.81057: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772973.81060: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772973.81063: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772973.81162: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772973.83186: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772973.83222: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772973.83268: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmporxjxw7p /root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950/AnsiballZ_file.py <<< 3057 1726772973.83271: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950/AnsiballZ_file.py" <<< 3057 1726772973.83310: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmporxjxw7p" to remote "/root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950/AnsiballZ_file.py" <<< 3057 1726772973.83312: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950/AnsiballZ_file.py" <<< 3057 1726772973.83920: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772973.83932: stderr chunk (state=3): >>><<< 3057 1726772973.83937: stdout chunk (state=3): >>><<< 3057 1726772973.83957: done transferring module to remote 3057 1726772973.83968: _low_level_execute_command(): starting 3057 1726772973.83973: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950/ /root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950/AnsiballZ_file.py && sleep 0' 3057 1726772973.84446: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.84469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.84473: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.84522: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772973.84526: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772973.84614: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772973.86774: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772973.86831: stderr chunk (state=3): >>><<< 3057 1726772973.86834: stdout chunk (state=3): >>><<< 3057 1726772973.86852: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772973.86855: _low_level_execute_command(): starting 3057 1726772973.86860: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950/AnsiballZ_file.py && sleep 0' 3057 1726772973.87351: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772973.87355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772973.87357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772973.87360: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772973.87362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772973.87409: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772973.87427: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772973.87467: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772974.11139: 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": 4096, "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}}} <<< 3057 1726772974.13362: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772974.13373: stderr chunk (state=3): >>><<< 3057 1726772974.13376: stdout chunk (state=3): >>><<< 3057 1726772974.13398: _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": 4096, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772974.13449: 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-1726772973.6691756-3312-91488395529950/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772974.13457: _low_level_execute_command(): starting 3057 1726772974.13462: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772973.6691756-3312-91488395529950/ > /dev/null 2>&1 && sleep 0' 3057 1726772974.13990: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772974.13994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772974.13997: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772974.13999: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.14059: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772974.14066: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772974.14070: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772974.14104: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772974.16722: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772974.16728: stdout chunk (state=3): >>><<< 3057 1726772974.16731: stderr chunk (state=3): >>><<< 3057 1726772974.16748: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772974.16757: handler run complete 3057 1726772974.16776: attempt loop complete, returning result 3057 1726772974.16779: _execute() done 3057 1726772974.16782: dumping result to json 3057 1726772974.16787: done dumping result, returning 3057 1726772974.16794: done running TaskExecutor() for managed_node2/TASK: Ensure kernel settings profile directory exists [02b512f9-4fcf-6140-6a9e-00000000000c] 3057 1726772974.16799: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000000c 3057 1726772974.16909: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000000c 3057 1726772974.16912: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } 3057 1726772974.16988: no more pending results, returning what we have 3057 1726772974.16992: results queue empty 3057 1726772974.16992: checking for any_errors_fatal 3057 1726772974.16998: done checking for any_errors_fatal 3057 1726772974.16999: checking for max_fail_percentage 3057 1726772974.17000: done checking for max_fail_percentage 3057 1726772974.17001: checking to see if all hosts have failed and the running result is not ok 3057 1726772974.17001: done checking to see if all hosts have failed 3057 1726772974.17002: getting the remaining hosts for this loop 3057 1726772974.17004: done getting the remaining hosts for this loop 3057 1726772974.17008: getting the next task for host managed_node2 3057 1726772974.17015: done getting next task for host managed_node2 3057 1726772974.17017: ^ task is: TASK: Generate a configuration for kernel settings 3057 1726772974.17019: ^ state is: HOST STATE: block=2, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772974.17022: getting variables 3057 1726772974.17024: in VariableManager get_vars() 3057 1726772974.17063: Calling all_inventory to load vars for managed_node2 3057 1726772974.17066: Calling groups_inventory to load vars for managed_node2 3057 1726772974.17070: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772974.17081: Calling all_plugins_play to load vars for managed_node2 3057 1726772974.17084: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772974.17087: Calling groups_plugins_play to load vars for managed_node2 3057 1726772974.17251: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772974.17372: done with get_vars() 3057 1726772974.17381: done getting variables 3057 1726772974.17482: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Generate a configuration for kernel settings] **************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:45 Thursday 19 September 2024 15:09:34 -0400 (0:00:00.550) 0:00:18.913 **** 3057 1726772974.17502: entering _queue_task() for managed_node2/copy 3057 1726772974.17698: worker is 1 (out of 1 available) 3057 1726772974.17712: exiting _queue_task() for managed_node2/copy 3057 1726772974.17724: done queuing things up, now waiting for results queue to drain 3057 1726772974.17726: waiting for pending results... 3057 1726772974.17880: running TaskExecutor() for managed_node2/TASK: Generate a configuration for kernel settings 3057 1726772974.17940: in run() - task 02b512f9-4fcf-6140-6a9e-00000000000d 3057 1726772974.17957: variable 'ansible_search_path' from source: unknown 3057 1726772974.17987: calling self._execute() 3057 1726772974.18046: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772974.18049: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772974.18062: variable 'omit' from source: magic vars 3057 1726772974.18192: variable 'omit' from source: magic vars 3057 1726772974.18219: variable 'omit' from source: magic vars 3057 1726772974.18474: variable '__profile_dir' from source: set_fact 3057 1726772974.18512: variable 'omit' from source: magic vars 3057 1726772974.18547: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772974.18576: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772974.18592: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772974.18612: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772974.18622: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772974.18648: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772974.18651: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772974.18654: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772974.18730: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772974.18738: Set connection var ansible_pipelining to False 3057 1726772974.18742: Set connection var ansible_shell_type to sh 3057 1726772974.18744: Set connection var ansible_connection to ssh 3057 1726772974.18751: Set connection var ansible_timeout to 10 3057 1726772974.18758: Set connection var ansible_shell_executable to /bin/sh 3057 1726772974.18777: variable 'ansible_shell_executable' from source: unknown 3057 1726772974.18780: variable 'ansible_connection' from source: unknown 3057 1726772974.18783: variable 'ansible_module_compression' from source: unknown 3057 1726772974.18785: variable 'ansible_shell_type' from source: unknown 3057 1726772974.18788: variable 'ansible_shell_executable' from source: unknown 3057 1726772974.18790: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772974.18795: variable 'ansible_pipelining' from source: unknown 3057 1726772974.18797: variable 'ansible_timeout' from source: unknown 3057 1726772974.18801: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772974.18913: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772974.18922: variable 'omit' from source: magic vars 3057 1726772974.18929: starting attempt loop 3057 1726772974.18933: running the handler 3057 1726772974.18946: _low_level_execute_command(): starting 3057 1726772974.18953: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772974.19509: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772974.19513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.19516: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772974.19519: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772974.19521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.19573: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772974.19576: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772974.19578: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772974.19622: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772974.22128: stdout chunk (state=3): >>>/root <<< 3057 1726772974.22207: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772974.22214: stdout chunk (state=3): >>><<< 3057 1726772974.22222: stderr chunk (state=3): >>><<< 3057 1726772974.22244: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772974.22256: _low_level_execute_command(): starting 3057 1726772974.22262: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858 `" && echo ansible-tmp-1726772974.2224512-3320-36706366452858="` echo /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858 `" ) && sleep 0' 3057 1726772974.22771: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772974.22774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.22777: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726772974.22786: 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 <<< 3057 1726772974.22789: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.22831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772974.22854: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772974.22925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772974.25638: stdout chunk (state=3): >>>ansible-tmp-1726772974.2224512-3320-36706366452858=/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858 <<< 3057 1726772974.25918: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772974.25980: stderr chunk (state=3): >>><<< 3057 1726772974.25983: stdout chunk (state=3): >>><<< 3057 1726772974.26000: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772974.2224512-3320-36706366452858=/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772974.26018: evaluation_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 3057 1726772974.26041: search_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/tuned/etc/tuned/change_settings/tuned.conf /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings/tuned.conf /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/tuned/etc/tuned/change_settings/tuned.conf /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings/tuned.conf 3057 1726772974.26090: variable 'ansible_module_compression' from source: unknown 3057 1726772974.26133: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726772974.26167: variable 'ansible_facts' from source: unknown 3057 1726772974.26232: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_stat.py 3057 1726772974.26345: Sending initial data 3057 1726772974.26349: Sent initial data (150 bytes) 3057 1726772974.26846: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772974.26849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772974.26851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.26856: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772974.26858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.26922: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772974.26925: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772974.26926: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772974.26960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772974.29237: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772974.29270: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772974.29308: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpq5iggssz /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_stat.py <<< 3057 1726772974.29312: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_stat.py" <<< 3057 1726772974.29380: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpq5iggssz" to remote "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_stat.py" <<< 3057 1726772974.29383: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_stat.py" <<< 3057 1726772974.29893: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772974.29972: stderr chunk (state=3): >>><<< 3057 1726772974.29976: stdout chunk (state=3): >>><<< 3057 1726772974.29995: done transferring module to remote 3057 1726772974.30008: _low_level_execute_command(): starting 3057 1726772974.30012: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/ /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_stat.py && sleep 0' 3057 1726772974.30502: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772974.30505: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.30513: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726772974.30515: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772974.30517: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.30571: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772974.30578: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772974.30581: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772974.30616: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772974.33402: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772974.33407: stdout chunk (state=3): >>><<< 3057 1726772974.33410: stderr chunk (state=3): >>><<< 3057 1726772974.33430: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772974.33530: _low_level_execute_command(): starting 3057 1726772974.33534: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_stat.py && sleep 0' 3057 1726772974.34154: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.34203: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772974.34231: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772974.34259: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772974.34386: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772974.60369: 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}}} <<< 3057 1726772974.62403: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772974.62466: stderr chunk (state=3): >>><<< 3057 1726772974.62469: stdout chunk (state=3): >>><<< 3057 1726772974.62484: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772974.62510: 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-1726772974.2224512-3320-36706366452858/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726772974.62609: Sending initial data 3057 1726772974.62613: Sent initial data (219 bytes) 3057 1726772974.63109: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772974.63113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772974.63116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772974.63119: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772974.63127: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.63178: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772974.63185: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772974.63187: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772974.63259: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772974.65501: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772974.65582: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772974.65627: stdout chunk (state=3): >>>sftp> put /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings/tuned.conf /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/.source.conf <<< 3057 1726772974.65631: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/.source.conf" <<< 3057 1726772974.65699: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 3057 1726772974.65702: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings/tuned.conf" to remote "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/.source.conf" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/.source.conf" <<< 3057 1726772974.65872: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772974.65950: stderr chunk (state=3): >>><<< 3057 1726772974.65953: stdout chunk (state=3): >>><<< 3057 1726772974.65968: _low_level_execute_command(): starting 3057 1726772974.65973: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/ /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/.source.conf && sleep 0' 3057 1726772974.66471: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772974.66476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772974.66478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772974.66480: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772974.66483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.66539: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772974.66545: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772974.66547: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772974.66610: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772974.69273: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772974.69329: stderr chunk (state=3): >>><<< 3057 1726772974.69332: stdout chunk (state=3): >>><<< 3057 1726772974.69348: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772974.69373: variable 'ansible_module_compression' from source: unknown 3057 1726772974.69415: ANSIBALLZ: Using generic lock for ansible.legacy.copy 3057 1726772974.69418: ANSIBALLZ: Acquiring lock 3057 1726772974.69421: ANSIBALLZ: Lock acquired: 140100833264128 3057 1726772974.69424: ANSIBALLZ: Creating module 3057 1726772974.79774: ANSIBALLZ: Writing module into payload 3057 1726772974.79870: ANSIBALLZ: Writing module 3057 1726772974.79889: ANSIBALLZ: Renaming module 3057 1726772974.79896: ANSIBALLZ: Done creating module 3057 1726772974.79911: variable 'ansible_facts' from source: unknown 3057 1726772974.79958: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_copy.py 3057 1726772974.80058: Sending initial data 3057 1726772974.80061: Sent initial data (150 bytes) 3057 1726772974.80700: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772974.80711: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772974.80786: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772974.83117: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772974.83202: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772974.83239: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp0fbs42m6 /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_copy.py <<< 3057 1726772974.83257: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_copy.py" <<< 3057 1726772974.83301: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp0fbs42m6" to remote "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_copy.py" <<< 3057 1726772974.83305: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_copy.py" <<< 3057 1726772974.83861: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772974.83942: stderr chunk (state=3): >>><<< 3057 1726772974.83946: stdout chunk (state=3): >>><<< 3057 1726772974.83967: done transferring module to remote 3057 1726772974.83975: _low_level_execute_command(): starting 3057 1726772974.83980: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/ /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_copy.py && sleep 0' 3057 1726772974.84471: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772974.84474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772974.84476: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.84479: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772974.84481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.84539: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772974.84547: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772974.84548: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772974.84582: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772974.87047: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772974.87110: stderr chunk (state=3): >>><<< 3057 1726772974.87115: stdout chunk (state=3): >>><<< 3057 1726772974.87128: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772974.87131: _low_level_execute_command(): starting 3057 1726772974.87138: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/AnsiballZ_copy.py && sleep 0' 3057 1726772974.87640: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772974.87644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772974.87646: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726772974.87649: 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 <<< 3057 1726772974.87651: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772974.87706: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772974.87709: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772974.87716: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772974.87763: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772975.10442: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/.source.conf", "md5sum": "d5df32baf1a63528844555117ead6672", "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 381, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "_original_basename": "tuned.conf", "follow": false, "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726772975.12401: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772975.12465: stderr chunk (state=3): >>><<< 3057 1726772975.12469: stdout chunk (state=3): >>><<< 3057 1726772975.12482: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/.source.conf", "md5sum": "d5df32baf1a63528844555117ead6672", "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 381, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "_original_basename": "tuned.conf", "follow": false, "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772975.12511: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', '_original_basename': 'tuned.conf', 'follow': False, 'checksum': '13fdc203370e2b8e7e42c13d94b671b1ac621563', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772975.12519: _low_level_execute_command(): starting 3057 1726772975.12524: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/ > /dev/null 2>&1 && sleep 0' 3057 1726772975.13023: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772975.13027: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772975.13030: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772975.13032: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772975.13036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772975.13080: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772975.13084: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772975.13086: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772975.13139: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772975.15451: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772975.15456: stdout chunk (state=3): >>><<< 3057 1726772975.15459: stderr chunk (state=3): >>><<< 3057 1726772975.15474: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772975.15483: handler run complete 3057 1726772975.15506: attempt loop complete, returning result 3057 1726772975.15510: _execute() done 3057 1726772975.15512: dumping result to json 3057 1726772975.15518: done dumping result, returning 3057 1726772975.15527: done running TaskExecutor() for managed_node2/TASK: Generate a configuration for kernel settings [02b512f9-4fcf-6140-6a9e-00000000000d] 3057 1726772975.15532: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000000d 3057 1726772975.15636: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000000d 3057 1726772975.15640: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "d5df32baf1a63528844555117ead6672", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 381, "src": "/root/.ansible/tmp/ansible-tmp-1726772974.2224512-3320-36706366452858/.source.conf", "state": "file", "uid": 0 } 3057 1726772975.15709: no more pending results, returning what we have 3057 1726772975.15717: results queue empty 3057 1726772975.15718: checking for any_errors_fatal 3057 1726772975.15723: done checking for any_errors_fatal 3057 1726772975.15724: checking for max_fail_percentage 3057 1726772975.15725: done checking for max_fail_percentage 3057 1726772975.15726: checking to see if all hosts have failed and the running result is not ok 3057 1726772975.15727: done checking to see if all hosts have failed 3057 1726772975.15727: getting the remaining hosts for this loop 3057 1726772975.15729: done getting the remaining hosts for this loop 3057 1726772975.15733: getting the next task for host managed_node2 3057 1726772975.15741: done getting next task for host managed_node2 3057 1726772975.15743: ^ task is: TASK: Ensure required services are enabled and started 3057 1726772975.15745: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772975.15749: getting variables 3057 1726772975.15750: in VariableManager get_vars() 3057 1726772975.15780: Calling all_inventory to load vars for managed_node2 3057 1726772975.15783: Calling groups_inventory to load vars for managed_node2 3057 1726772975.15787: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772975.15798: Calling all_plugins_play to load vars for managed_node2 3057 1726772975.15800: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772975.15803: Calling groups_plugins_play to load vars for managed_node2 3057 1726772975.15993: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772975.16112: done with get_vars() 3057 1726772975.16120: done getting variables 3057 1726772975.16199: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Ensure required services are enabled and started] ************************ task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:51 Thursday 19 September 2024 15:09:35 -0400 (0:00:00.987) 0:00:19.900 **** 3057 1726772975.16220: entering _queue_task() for managed_node2/service 3057 1726772975.16221: Creating lock for service 3057 1726772975.16426: worker is 1 (out of 1 available) 3057 1726772975.16440: exiting _queue_task() for managed_node2/service 3057 1726772975.16453: done queuing things up, now waiting for results queue to drain 3057 1726772975.16454: waiting for pending results... 3057 1726772975.16607: running TaskExecutor() for managed_node2/TASK: Ensure required services are enabled and started 3057 1726772975.16667: in run() - task 02b512f9-4fcf-6140-6a9e-00000000000e 3057 1726772975.16680: variable 'ansible_search_path' from source: unknown 3057 1726772975.16711: calling self._execute() 3057 1726772975.16772: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772975.16776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772975.16788: variable 'omit' from source: magic vars 3057 1726772975.16866: variable 'omit' from source: magic vars 3057 1726772975.16892: variable 'omit' from source: magic vars 3057 1726772975.16921: variable 'omit' from source: magic vars 3057 1726772975.16957: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772975.16988: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772975.17009: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772975.17025: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772975.17037: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772975.17062: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772975.17066: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772975.17068: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772975.17149: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772975.17157: Set connection var ansible_pipelining to False 3057 1726772975.17161: Set connection var ansible_shell_type to sh 3057 1726772975.17163: Set connection var ansible_connection to ssh 3057 1726772975.17168: Set connection var ansible_timeout to 10 3057 1726772975.17175: Set connection var ansible_shell_executable to /bin/sh 3057 1726772975.17196: variable 'ansible_shell_executable' from source: unknown 3057 1726772975.17199: variable 'ansible_connection' from source: unknown 3057 1726772975.17201: variable 'ansible_module_compression' from source: unknown 3057 1726772975.17204: variable 'ansible_shell_type' from source: unknown 3057 1726772975.17206: variable 'ansible_shell_executable' from source: unknown 3057 1726772975.17215: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772975.17220: variable 'ansible_pipelining' from source: unknown 3057 1726772975.17222: variable 'ansible_timeout' from source: unknown 3057 1726772975.17225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772975.17342: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772975.17352: variable 'omit' from source: magic vars 3057 1726772975.17358: starting attempt loop 3057 1726772975.17361: running the handler 3057 1726772975.17600: variable 'ansible_facts' from source: unknown 3057 1726772975.17704: _low_level_execute_command(): starting 3057 1726772975.17713: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772975.18282: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772975.18286: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772975.18290: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772975.18294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772975.18352: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772975.18356: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772975.18362: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772975.18404: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772975.20563: stdout chunk (state=3): >>>/root <<< 3057 1726772975.20567: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772975.20590: stderr chunk (state=3): >>><<< 3057 1726772975.20595: stdout chunk (state=3): >>><<< 3057 1726772975.20618: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772975.20630: _low_level_execute_command(): starting 3057 1726772975.20638: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057 `" && echo ansible-tmp-1726772975.2061837-3342-18560039587057="` echo /root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057 `" ) && sleep 0' 3057 1726772975.21121: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772975.21163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772975.21166: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772975.21169: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772975.21171: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772975.21182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772975.21219: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772975.21223: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772975.21232: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772975.21311: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772975.23732: stdout chunk (state=3): >>>ansible-tmp-1726772975.2061837-3342-18560039587057=/root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057 <<< 3057 1726772975.23908: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772975.23914: stdout chunk (state=3): >>><<< 3057 1726772975.23921: stderr chunk (state=3): >>><<< 3057 1726772975.24142: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772975.2061837-3342-18560039587057=/root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772975.24146: variable 'ansible_module_compression' from source: unknown 3057 1726772975.24151: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 3057 1726772975.24155: ANSIBALLZ: Acquiring lock 3057 1726772975.24158: ANSIBALLZ: Lock acquired: 140100833264128 3057 1726772975.24160: ANSIBALLZ: Creating module 3057 1726772975.48843: ANSIBALLZ: Writing module into payload 3057 1726772975.48919: ANSIBALLZ: Writing module 3057 1726772975.48951: ANSIBALLZ: Renaming module 3057 1726772975.48957: ANSIBALLZ: Done creating module 3057 1726772975.48977: variable 'ansible_facts' from source: unknown 3057 1726772975.49110: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057/AnsiballZ_systemd.py 3057 1726772975.49238: Sending initial data 3057 1726772975.49243: Sent initial data (153 bytes) 3057 1726772975.49737: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772975.49741: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772975.49744: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772975.49746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772975.49838: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772975.49842: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772975.49845: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772975.49860: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772975.51916: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772975.51960: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772975.51995: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpi0v3gigw /root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057/AnsiballZ_systemd.py <<< 3057 1726772975.52010: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057/AnsiballZ_systemd.py" <<< 3057 1726772975.52038: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpi0v3gigw" to remote "/root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057/AnsiballZ_systemd.py" <<< 3057 1726772975.52040: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057/AnsiballZ_systemd.py" <<< 3057 1726772975.53132: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772975.53210: stderr chunk (state=3): >>><<< 3057 1726772975.53214: stdout chunk (state=3): >>><<< 3057 1726772975.53239: done transferring module to remote 3057 1726772975.53250: _low_level_execute_command(): starting 3057 1726772975.53259: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057/ /root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057/AnsiballZ_systemd.py && sleep 0' 3057 1726772975.53751: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772975.53755: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772975.53758: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772975.53761: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772975.53768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772975.53818: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772975.53824: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772975.53863: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772975.56089: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772975.56149: stderr chunk (state=3): >>><<< 3057 1726772975.56152: stdout chunk (state=3): >>><<< 3057 1726772975.56168: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772975.56173: _low_level_execute_command(): starting 3057 1726772975.56176: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057/AnsiballZ_systemd.py && sleep 0' 3057 1726772975.56674: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772975.56678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772975.56683: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772975.56685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772975.56688: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772975.56744: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772975.56748: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772975.56758: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772975.56800: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772976.69075: 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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "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", "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": "3505008640", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust<<< 3057 1726772976.69146: stdout chunk (state=3): >>>": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "Conflicts": "cpupower.service auto-cpufreq.service tlp.service power-profiles-daemon.service shutdown.target", "Before": "shutdown.target", "After": "dbus.socket network.target sysinit.target basic.target system.slice systemd-journald.socket systemd-sysctl.service polkit.service dbus-broker.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "disabled", "UnitFilePreset": "disabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 3057 1726772976.71766: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772976.71826: stderr chunk (state=3): >>><<< 3057 1726772976.71831: stdout chunk (state=3): >>><<< 3057 1726772976.71860: _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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "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", "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": "3505008640", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "Conflicts": "cpupower.service auto-cpufreq.service tlp.service power-profiles-daemon.service shutdown.target", "Before": "shutdown.target", "After": "dbus.socket network.target sysinit.target basic.target system.slice systemd-journald.socket systemd-sysctl.service polkit.service dbus-broker.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "disabled", "UnitFilePreset": "disabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772976.71998: 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-1726772975.2061837-3342-18560039587057/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772976.72015: _low_level_execute_command(): starting 3057 1726772976.72020: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772975.2061837-3342-18560039587057/ > /dev/null 2>&1 && sleep 0' 3057 1726772976.72527: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772976.72531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772976.72534: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772976.72538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772976.72541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772976.72592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772976.72596: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772976.72598: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772976.72651: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772976.75737: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772976.75797: stderr chunk (state=3): >>><<< 3057 1726772976.75801: stdout chunk (state=3): >>><<< 3057 1726772976.75817: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772976.75824: handler run complete 3057 1726772976.75871: attempt loop complete, returning result 3057 1726772976.75875: _execute() done 3057 1726772976.75877: dumping result to json 3057 1726772976.75890: done dumping result, returning 3057 1726772976.75898: done running TaskExecutor() for managed_node2/TASK: Ensure required services are enabled and started [02b512f9-4fcf-6140-6a9e-00000000000e] 3057 1726772976.75903: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000000e changed: [managed_node2] => { "changed": true, "enabled": true, "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.socket network.target sysinit.target basic.target system.slice systemd-journald.socket systemd-sysctl.service polkit.service dbus-broker.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service auto-cpufreq.service tlp.service power-profiles-daemon.service shutdown.target", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "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": "3505008640", "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", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "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": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } 3057 1726772976.76419: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000000e 3057 1726772976.76462: no more pending results, returning what we have 3057 1726772976.76467: results queue empty 3057 1726772976.76468: checking for any_errors_fatal 3057 1726772976.76470: done checking for any_errors_fatal 3057 1726772976.76471: checking for max_fail_percentage 3057 1726772976.76472: done checking for max_fail_percentage 3057 1726772976.76472: checking to see if all hosts have failed and the running result is not ok 3057 1726772976.76473: done checking to see if all hosts have failed 3057 1726772976.76473: getting the remaining hosts for this loop 3057 1726772976.76474: done getting the remaining hosts for this loop 3057 1726772976.76476: getting the next task for host managed_node2 3057 1726772976.76480: done getting next task for host managed_node2 3057 1726772976.76482: ^ task is: TASK: Apply kernel_settings 3057 1726772976.76484: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772976.76486: getting variables 3057 1726772976.76487: in VariableManager get_vars() 3057 1726772976.76504: Calling all_inventory to load vars for managed_node2 3057 1726772976.76506: Calling groups_inventory to load vars for managed_node2 3057 1726772976.76508: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772976.76514: WORKER PROCESS EXITING 3057 1726772976.76522: Calling all_plugins_play to load vars for managed_node2 3057 1726772976.76524: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772976.76526: Calling groups_plugins_play to load vars for managed_node2 3057 1726772976.76626: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772976.76752: done with get_vars() 3057 1726772976.76758: done getting variables TASK [Apply kernel_settings] *************************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:57 Thursday 19 September 2024 15:09:36 -0400 (0:00:01.606) 0:00:21.506 **** 3057 1726772976.76829: entering _queue_task() for managed_node2/include_role 3057 1726772976.76830: Creating lock for include_role 3057 1726772976.77032: worker is 1 (out of 1 available) 3057 1726772976.77047: exiting _queue_task() for managed_node2/include_role 3057 1726772976.77060: done queuing things up, now waiting for results queue to drain 3057 1726772976.77062: waiting for pending results... 3057 1726772976.77218: running TaskExecutor() for managed_node2/TASK: Apply kernel_settings 3057 1726772976.77286: in run() - task 02b512f9-4fcf-6140-6a9e-00000000000f 3057 1726772976.77299: variable 'ansible_search_path' from source: unknown 3057 1726772976.77330: calling self._execute() 3057 1726772976.77389: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772976.77397: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772976.77407: variable 'omit' from source: magic vars 3057 1726772976.77545: _execute() done 3057 1726772976.77548: dumping result to json 3057 1726772976.77551: done dumping result, returning 3057 1726772976.77554: done running TaskExecutor() for managed_node2/TASK: Apply kernel_settings [02b512f9-4fcf-6140-6a9e-00000000000f] 3057 1726772976.77556: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000000f 3057 1726772976.77651: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000000f 3057 1726772976.77654: WORKER PROCESS EXITING 3057 1726772976.77695: no more pending results, returning what we have 3057 1726772976.77699: in VariableManager get_vars() 3057 1726772976.77723: Calling all_inventory to load vars for managed_node2 3057 1726772976.77724: Calling groups_inventory to load vars for managed_node2 3057 1726772976.77726: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772976.77734: Calling all_plugins_play to load vars for managed_node2 3057 1726772976.77738: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772976.77740: Calling groups_plugins_play to load vars for managed_node2 3057 1726772976.77850: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772976.77964: done with get_vars() 3057 1726772976.77970: variable 'ansible_search_path' from source: unknown 3057 1726772976.78438: variable 'omit' from source: magic vars 3057 1726772976.78455: variable 'omit' from source: magic vars 3057 1726772976.78465: variable 'omit' from source: magic vars 3057 1726772976.78468: we have included files to process 3057 1726772976.78469: generating all_blocks data 3057 1726772976.78470: done generating all_blocks data 3057 1726772976.78470: processing included file: fedora.linux_system_roles.kernel_settings 3057 1726772976.78485: in VariableManager get_vars() 3057 1726772976.78492: done with get_vars() 3057 1726772976.78550: in VariableManager get_vars() 3057 1726772976.78560: done with get_vars() 3057 1726772976.78588: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 3057 1726772976.78684: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 3057 1726772976.78726: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 3057 1726772976.78823: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 3057 1726772976.79367: in VariableManager get_vars() 3057 1726772976.79381: done with get_vars() 3057 1726772976.80360: in VariableManager get_vars() 3057 1726772976.80485: done with get_vars() 3057 1726772976.80609: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 3057 1726772976.81094: iterating over new_blocks loaded from include file 3057 1726772976.81096: in VariableManager get_vars() 3057 1726772976.81111: done with get_vars() 3057 1726772976.81112: filtering new block on tags 3057 1726772976.81142: done filtering new block on tags 3057 1726772976.81145: in VariableManager get_vars() 3057 1726772976.81157: done with get_vars() 3057 1726772976.81159: filtering new block on tags 3057 1726772976.81184: done filtering new block on tags 3057 1726772976.81187: in VariableManager get_vars() 3057 1726772976.81196: done with get_vars() 3057 1726772976.81197: filtering new block on tags 3057 1726772976.81296: done filtering new block on tags 3057 1726772976.81299: in VariableManager get_vars() 3057 1726772976.81310: done with get_vars() 3057 1726772976.81311: filtering new block on tags 3057 1726772976.81323: done filtering new block on tags 3057 1726772976.81324: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 3057 1726772976.81329: extending task lists for all hosts with included blocks 3057 1726772976.81750: done extending task lists 3057 1726772976.81751: done processing included files 3057 1726772976.81752: results queue empty 3057 1726772976.81752: checking for any_errors_fatal 3057 1726772976.81760: done checking for any_errors_fatal 3057 1726772976.81760: checking for max_fail_percentage 3057 1726772976.81761: done checking for max_fail_percentage 3057 1726772976.81762: checking to see if all hosts have failed and the running result is not ok 3057 1726772976.81762: done checking to see if all hosts have failed 3057 1726772976.81763: getting the remaining hosts for this loop 3057 1726772976.81764: done getting the remaining hosts for this loop 3057 1726772976.81765: getting the next task for host managed_node2 3057 1726772976.81768: done getting next task for host managed_node2 3057 1726772976.81770: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3057 1726772976.81772: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772976.81779: getting variables 3057 1726772976.81780: in VariableManager get_vars() 3057 1726772976.81789: Calling all_inventory to load vars for managed_node2 3057 1726772976.81791: Calling groups_inventory to load vars for managed_node2 3057 1726772976.81792: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772976.81798: Calling all_plugins_play to load vars for managed_node2 3057 1726772976.81800: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772976.81804: Calling groups_plugins_play to load vars for managed_node2 3057 1726772976.81898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772976.82021: done with get_vars() 3057 1726772976.82029: done getting variables 3057 1726772976.82086: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:09:36 -0400 (0:00:00.052) 0:00:21.559 **** 3057 1726772976.82110: entering _queue_task() for managed_node2/fail 3057 1726772976.82111: Creating lock for fail 3057 1726772976.82344: worker is 1 (out of 1 available) 3057 1726772976.82357: exiting _queue_task() for managed_node2/fail 3057 1726772976.82370: done queuing things up, now waiting for results queue to drain 3057 1726772976.82372: waiting for pending results... 3057 1726772976.82539: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3057 1726772976.82606: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000ad 3057 1726772976.82617: variable 'ansible_search_path' from source: unknown 3057 1726772976.82620: variable 'ansible_search_path' from source: unknown 3057 1726772976.82654: calling self._execute() 3057 1726772976.82714: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772976.82720: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772976.82729: variable 'omit' from source: magic vars 3057 1726772976.83142: variable 'kernel_settings_sysctl' from source: include params 3057 1726772976.83158: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726772976.83165: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 3057 1726772976.83391: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772976.84913: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772976.85117: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772976.85149: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772976.85175: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772976.85196: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772976.85266: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772976.85287: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772976.85307: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772976.85339: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772976.85352: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772976.85394: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772976.85412: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772976.85431: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772976.85463: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772976.85474: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772976.85509: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772976.85526: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772976.85547: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772976.85577: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772976.85587: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772976.85787: variable 'kernel_settings_sysctl' from source: include params 3057 1726772976.85842: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772976.85961: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772976.85990: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772976.86017: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772976.86039: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772976.86073: 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) 3057 1726772976.86091: 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) 3057 1726772976.86113: 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) 3057 1726772976.86132: 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) 3057 1726772976.86167: 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) 3057 1726772976.86288: 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) 3057 1726772976.86291: 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) 3057 1726772976.86294: 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) 3057 1726772976.86297: 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 3057 1726772976.86309: when evaluation is False, skipping this task 3057 1726772976.86311: _execute() done 3057 1726772976.86313: dumping result to json 3057 1726772976.86315: done dumping result, returning 3057 1726772976.86317: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [02b512f9-4fcf-6140-6a9e-0000000000ad] 3057 1726772976.86319: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000ad 3057 1726772976.86389: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000ad 3057 1726772976.86394: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 3057 1726772976.86463: no more pending results, returning what we have 3057 1726772976.86467: results queue empty 3057 1726772976.86468: checking for any_errors_fatal 3057 1726772976.86469: done checking for any_errors_fatal 3057 1726772976.86470: checking for max_fail_percentage 3057 1726772976.86471: done checking for max_fail_percentage 3057 1726772976.86472: checking to see if all hosts have failed and the running result is not ok 3057 1726772976.86473: done checking to see if all hosts have failed 3057 1726772976.86473: getting the remaining hosts for this loop 3057 1726772976.86475: done getting the remaining hosts for this loop 3057 1726772976.86478: getting the next task for host managed_node2 3057 1726772976.86483: done getting next task for host managed_node2 3057 1726772976.86487: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3057 1726772976.86489: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772976.86512: getting variables 3057 1726772976.86514: in VariableManager get_vars() 3057 1726772976.86546: Calling all_inventory to load vars for managed_node2 3057 1726772976.86548: Calling groups_inventory to load vars for managed_node2 3057 1726772976.86549: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772976.86557: Calling all_plugins_play to load vars for managed_node2 3057 1726772976.86558: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772976.86560: Calling groups_plugins_play to load vars for managed_node2 3057 1726772976.86727: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772976.86863: done with get_vars() 3057 1726772976.86872: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:09:36 -0400 (0:00:00.048) 0:00:21.608 **** 3057 1726772976.86946: entering _queue_task() for managed_node2/include_tasks 3057 1726772976.86948: Creating lock for include_tasks 3057 1726772976.87162: worker is 1 (out of 1 available) 3057 1726772976.87178: exiting _queue_task() for managed_node2/include_tasks 3057 1726772976.87191: done queuing things up, now waiting for results queue to drain 3057 1726772976.87193: waiting for pending results... 3057 1726772976.87352: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3057 1726772976.87428: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000ae 3057 1726772976.87440: variable 'ansible_search_path' from source: unknown 3057 1726772976.87444: variable 'ansible_search_path' from source: unknown 3057 1726772976.87475: calling self._execute() 3057 1726772976.87538: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772976.87545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772976.87553: variable 'omit' from source: magic vars 3057 1726772976.87631: _execute() done 3057 1726772976.87641: dumping result to json 3057 1726772976.87650: done dumping result, returning 3057 1726772976.87653: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [02b512f9-4fcf-6140-6a9e-0000000000ae] 3057 1726772976.87656: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000ae 3057 1726772976.87756: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000ae 3057 1726772976.87759: WORKER PROCESS EXITING 3057 1726772976.87808: no more pending results, returning what we have 3057 1726772976.87812: in VariableManager get_vars() 3057 1726772976.87849: Calling all_inventory to load vars for managed_node2 3057 1726772976.87852: Calling groups_inventory to load vars for managed_node2 3057 1726772976.87854: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772976.87863: Calling all_plugins_play to load vars for managed_node2 3057 1726772976.87865: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772976.87870: Calling groups_plugins_play to load vars for managed_node2 3057 1726772976.87985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772976.88124: done with get_vars() 3057 1726772976.88131: variable 'ansible_search_path' from source: unknown 3057 1726772976.88132: variable 'ansible_search_path' from source: unknown 3057 1726772976.88160: we have included files to process 3057 1726772976.88161: generating all_blocks data 3057 1726772976.88163: done generating all_blocks data 3057 1726772976.88167: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726772976.88168: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726772976.88170: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726772976.88764: done processing included file 3057 1726772976.88766: iterating over new_blocks loaded from include file 3057 1726772976.88767: in VariableManager get_vars() 3057 1726772976.88782: done with get_vars() 3057 1726772976.88783: filtering new block on tags 3057 1726772976.88800: done filtering new block on tags 3057 1726772976.88803: in VariableManager get_vars() 3057 1726772976.88819: done with get_vars() 3057 1726772976.88820: filtering new block on tags 3057 1726772976.88846: done filtering new block on tags 3057 1726772976.88848: in VariableManager get_vars() 3057 1726772976.88862: done with get_vars() 3057 1726772976.88863: filtering new block on tags 3057 1726772976.88885: done filtering new block on tags 3057 1726772976.88887: in VariableManager get_vars() 3057 1726772976.88916: done with get_vars() 3057 1726772976.88918: filtering new block on tags 3057 1726772976.88937: done filtering new block on tags 3057 1726772976.88939: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node2 3057 1726772976.88944: extending task lists for all hosts with included blocks 3057 1726772976.89043: done extending task lists 3057 1726772976.89044: done processing included files 3057 1726772976.89044: results queue empty 3057 1726772976.89045: checking for any_errors_fatal 3057 1726772976.89047: done checking for any_errors_fatal 3057 1726772976.89048: checking for max_fail_percentage 3057 1726772976.89049: done checking for max_fail_percentage 3057 1726772976.89049: checking to see if all hosts have failed and the running result is not ok 3057 1726772976.89050: done checking to see if all hosts have failed 3057 1726772976.89050: getting the remaining hosts for this loop 3057 1726772976.89051: done getting the remaining hosts for this loop 3057 1726772976.89053: getting the next task for host managed_node2 3057 1726772976.89056: done getting next task for host managed_node2 3057 1726772976.89057: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3057 1726772976.89059: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772976.89066: getting variables 3057 1726772976.89067: in VariableManager get_vars() 3057 1726772976.89077: Calling all_inventory to load vars for managed_node2 3057 1726772976.89079: Calling groups_inventory to load vars for managed_node2 3057 1726772976.89080: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772976.89084: Calling all_plugins_play to load vars for managed_node2 3057 1726772976.89086: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772976.89088: Calling groups_plugins_play to load vars for managed_node2 3057 1726772976.89177: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772976.89295: done with get_vars() 3057 1726772976.89302: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:09:36 -0400 (0:00:00.024) 0:00:21.632 **** 3057 1726772976.89354: entering _queue_task() for managed_node2/setup 3057 1726772976.89578: worker is 1 (out of 1 available) 3057 1726772976.89592: exiting _queue_task() for managed_node2/setup 3057 1726772976.89605: done queuing things up, now waiting for results queue to drain 3057 1726772976.89607: waiting for pending results... 3057 1726772976.89778: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3057 1726772976.89868: in run() - task 02b512f9-4fcf-6140-6a9e-000000000159 3057 1726772976.89881: variable 'ansible_search_path' from source: unknown 3057 1726772976.89885: variable 'ansible_search_path' from source: unknown 3057 1726772976.89918: calling self._execute() 3057 1726772976.89981: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772976.89985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772976.89994: variable 'omit' from source: magic vars 3057 1726772976.90403: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772976.92182: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772976.92236: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772976.92266: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772976.92292: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772976.92316: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772976.92386: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772976.92418: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772976.92441: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772976.92471: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772976.92482: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772976.92528: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772976.92548: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772976.92568: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772976.92596: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772976.92610: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772976.92746: variable '__kernel_settings_required_facts' from source: role '' all vars 3057 1726772976.92754: variable 'ansible_facts' from source: unknown 3057 1726772976.92822: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 3057 1726772976.92826: when evaluation is False, skipping this task 3057 1726772976.92829: _execute() done 3057 1726772976.92832: dumping result to json 3057 1726772976.92834: done dumping result, returning 3057 1726772976.92843: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [02b512f9-4fcf-6140-6a9e-000000000159] 3057 1726772976.92847: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000159 3057 1726772976.92940: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000159 3057 1726772976.92943: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 3057 1726772976.92992: no more pending results, returning what we have 3057 1726772976.92997: results queue empty 3057 1726772976.92998: checking for any_errors_fatal 3057 1726772976.92999: done checking for any_errors_fatal 3057 1726772976.93000: checking for max_fail_percentage 3057 1726772976.93001: done checking for max_fail_percentage 3057 1726772976.93002: checking to see if all hosts have failed and the running result is not ok 3057 1726772976.93003: done checking to see if all hosts have failed 3057 1726772976.93003: getting the remaining hosts for this loop 3057 1726772976.93005: done getting the remaining hosts for this loop 3057 1726772976.93009: getting the next task for host managed_node2 3057 1726772976.93018: done getting next task for host managed_node2 3057 1726772976.93022: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3057 1726772976.93026: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772976.93042: getting variables 3057 1726772976.93044: in VariableManager get_vars() 3057 1726772976.93076: Calling all_inventory to load vars for managed_node2 3057 1726772976.93079: Calling groups_inventory to load vars for managed_node2 3057 1726772976.93081: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772976.93089: Calling all_plugins_play to load vars for managed_node2 3057 1726772976.93091: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772976.93094: Calling groups_plugins_play to load vars for managed_node2 3057 1726772976.93383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772976.93508: done with get_vars() 3057 1726772976.93516: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:09:36 -0400 (0:00:00.042) 0:00:21.674 **** 3057 1726772976.93591: entering _queue_task() for managed_node2/stat 3057 1726772976.93793: worker is 1 (out of 1 available) 3057 1726772976.93806: exiting _queue_task() for managed_node2/stat 3057 1726772976.93818: done queuing things up, now waiting for results queue to drain 3057 1726772976.93820: waiting for pending results... 3057 1726772976.93997: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3057 1726772976.94095: in run() - task 02b512f9-4fcf-6140-6a9e-00000000015b 3057 1726772976.94111: variable 'ansible_search_path' from source: unknown 3057 1726772976.94115: variable 'ansible_search_path' from source: unknown 3057 1726772976.94146: calling self._execute() 3057 1726772976.94212: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772976.94216: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772976.94225: variable 'omit' from source: magic vars 3057 1726772976.94590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772976.94787: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772976.94828: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772976.94858: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772976.94999: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772976.95075: 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) 3057 1726772976.95094: 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) 3057 1726772976.95116: 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) 3057 1726772976.95138: 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) 3057 1726772976.95233: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726772976.95243: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 3057 1726772976.95246: when evaluation is False, skipping this task 3057 1726772976.95251: _execute() done 3057 1726772976.95254: dumping result to json 3057 1726772976.95256: done dumping result, returning 3057 1726772976.95268: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [02b512f9-4fcf-6140-6a9e-00000000015b] 3057 1726772976.95270: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000015b 3057 1726772976.95360: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000015b 3057 1726772976.95363: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 3057 1726772976.95419: no more pending results, returning what we have 3057 1726772976.95423: results queue empty 3057 1726772976.95423: checking for any_errors_fatal 3057 1726772976.95428: done checking for any_errors_fatal 3057 1726772976.95429: checking for max_fail_percentage 3057 1726772976.95431: done checking for max_fail_percentage 3057 1726772976.95431: checking to see if all hosts have failed and the running result is not ok 3057 1726772976.95432: done checking to see if all hosts have failed 3057 1726772976.95433: getting the remaining hosts for this loop 3057 1726772976.95437: done getting the remaining hosts for this loop 3057 1726772976.95440: getting the next task for host managed_node2 3057 1726772976.95445: done getting next task for host managed_node2 3057 1726772976.95449: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3057 1726772976.95452: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772976.95465: getting variables 3057 1726772976.95466: in VariableManager get_vars() 3057 1726772976.95497: Calling all_inventory to load vars for managed_node2 3057 1726772976.95500: Calling groups_inventory to load vars for managed_node2 3057 1726772976.95502: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772976.95511: Calling all_plugins_play to load vars for managed_node2 3057 1726772976.95513: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772976.95516: Calling groups_plugins_play to load vars for managed_node2 3057 1726772976.95634: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772976.95766: done with get_vars() 3057 1726772976.95774: done getting variables 3057 1726772976.95819: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:09:36 -0400 (0:00:00.022) 0:00:21.697 **** 3057 1726772976.95846: entering _queue_task() for managed_node2/set_fact 3057 1726772976.96045: worker is 1 (out of 1 available) 3057 1726772976.96060: exiting _queue_task() for managed_node2/set_fact 3057 1726772976.96071: done queuing things up, now waiting for results queue to drain 3057 1726772976.96074: waiting for pending results... 3057 1726772976.96238: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3057 1726772976.96333: in run() - task 02b512f9-4fcf-6140-6a9e-00000000015c 3057 1726772976.96348: variable 'ansible_search_path' from source: unknown 3057 1726772976.96357: variable 'ansible_search_path' from source: unknown 3057 1726772976.96388: calling self._execute() 3057 1726772976.96452: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772976.96639: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772976.96642: variable 'omit' from source: magic vars 3057 1726772976.96894: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772976.97081: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772976.97118: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772976.97147: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772976.97173: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772976.97248: 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) 3057 1726772976.97268: 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) 3057 1726772976.97289: 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) 3057 1726772976.97310: 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) 3057 1726772976.97402: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726772976.97412: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 3057 1726772976.97416: when evaluation is False, skipping this task 3057 1726772976.97420: _execute() done 3057 1726772976.97423: dumping result to json 3057 1726772976.97425: done dumping result, returning 3057 1726772976.97432: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [02b512f9-4fcf-6140-6a9e-00000000015c] 3057 1726772976.97439: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000015c 3057 1726772976.97531: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000015c 3057 1726772976.97534: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 3057 1726772976.97584: no more pending results, returning what we have 3057 1726772976.97587: results queue empty 3057 1726772976.97588: checking for any_errors_fatal 3057 1726772976.97594: done checking for any_errors_fatal 3057 1726772976.97595: checking for max_fail_percentage 3057 1726772976.97597: done checking for max_fail_percentage 3057 1726772976.97597: checking to see if all hosts have failed and the running result is not ok 3057 1726772976.97598: done checking to see if all hosts have failed 3057 1726772976.97599: getting the remaining hosts for this loop 3057 1726772976.97601: done getting the remaining hosts for this loop 3057 1726772976.97604: getting the next task for host managed_node2 3057 1726772976.97613: done getting next task for host managed_node2 3057 1726772976.97617: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3057 1726772976.97621: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772976.97633: getting variables 3057 1726772976.97634: in VariableManager get_vars() 3057 1726772976.97668: Calling all_inventory to load vars for managed_node2 3057 1726772976.97670: Calling groups_inventory to load vars for managed_node2 3057 1726772976.97673: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772976.97682: Calling all_plugins_play to load vars for managed_node2 3057 1726772976.97684: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772976.97687: Calling groups_plugins_play to load vars for managed_node2 3057 1726772976.97842: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772976.97969: done with get_vars() 3057 1726772976.97977: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:09:36 -0400 (0:00:00.022) 0:00:21.719 **** 3057 1726772976.98051: entering _queue_task() for managed_node2/stat 3057 1726772976.98256: worker is 1 (out of 1 available) 3057 1726772976.98269: exiting _queue_task() for managed_node2/stat 3057 1726772976.98283: done queuing things up, now waiting for results queue to drain 3057 1726772976.98285: waiting for pending results... 3057 1726772976.98455: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3057 1726772976.98547: in run() - task 02b512f9-4fcf-6140-6a9e-00000000015e 3057 1726772976.98564: variable 'ansible_search_path' from source: unknown 3057 1726772976.98570: variable 'ansible_search_path' from source: unknown 3057 1726772976.98600: calling self._execute() 3057 1726772976.98666: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772976.98670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772976.98678: variable 'omit' from source: magic vars 3057 1726772976.99044: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772976.99241: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772976.99276: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772976.99304: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772976.99336: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772976.99410: 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) 3057 1726772976.99431: 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) 3057 1726772976.99639: 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) 3057 1726772976.99642: 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) 3057 1726772976.99644: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 3057 1726772976.99646: variable 'omit' from source: magic vars 3057 1726772976.99648: variable 'omit' from source: magic vars 3057 1726772976.99665: variable 'omit' from source: magic vars 3057 1726772976.99686: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772976.99712: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772976.99726: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772976.99769: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772976.99780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772976.99803: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772977.00039: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772977.00042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772977.00044: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772977.00046: Set connection var ansible_pipelining to False 3057 1726772977.00047: Set connection var ansible_shell_type to sh 3057 1726772977.00049: Set connection var ansible_connection to ssh 3057 1726772977.00050: Set connection var ansible_timeout to 10 3057 1726772977.00051: Set connection var ansible_shell_executable to /bin/sh 3057 1726772977.00052: variable 'ansible_shell_executable' from source: unknown 3057 1726772977.00054: variable 'ansible_connection' from source: unknown 3057 1726772977.00055: variable 'ansible_module_compression' from source: unknown 3057 1726772977.00056: variable 'ansible_shell_type' from source: unknown 3057 1726772977.00057: variable 'ansible_shell_executable' from source: unknown 3057 1726772977.00058: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772977.00060: variable 'ansible_pipelining' from source: unknown 3057 1726772977.00061: variable 'ansible_timeout' from source: unknown 3057 1726772977.00062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772977.00077: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726772977.00090: variable 'omit' from source: magic vars 3057 1726772977.00096: starting attempt loop 3057 1726772977.00098: running the handler 3057 1726772977.00115: _low_level_execute_command(): starting 3057 1726772977.00122: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772977.00740: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772977.00746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.00754: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772977.00762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.00765: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772977.00786: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772977.02539: stdout chunk (state=3): >>>/root <<< 3057 1726772977.02640: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772977.02705: stderr chunk (state=3): >>><<< 3057 1726772977.02709: stdout chunk (state=3): >>><<< 3057 1726772977.02730: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772977.02746: _low_level_execute_command(): starting 3057 1726772977.02753: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427 `" && echo ansible-tmp-1726772977.0273044-3370-178715693096427="` echo /root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427 `" ) && sleep 0' 3057 1726772977.03256: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772977.03260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.03263: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772977.03265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772977.03267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.03315: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772977.03318: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772977.03365: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772977.05337: stdout chunk (state=3): >>>ansible-tmp-1726772977.0273044-3370-178715693096427=/root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427 <<< 3057 1726772977.05448: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772977.05509: stderr chunk (state=3): >>><<< 3057 1726772977.05512: stdout chunk (state=3): >>><<< 3057 1726772977.05531: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772977.0273044-3370-178715693096427=/root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772977.05580: variable 'ansible_module_compression' from source: unknown 3057 1726772977.05625: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726772977.05659: variable 'ansible_facts' from source: unknown 3057 1726772977.05725: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427/AnsiballZ_stat.py 3057 1726772977.05846: Sending initial data 3057 1726772977.05849: Sent initial data (151 bytes) 3057 1726772977.06352: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772977.06356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772977.06359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772977.06361: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772977.06365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.06411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772977.06428: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772977.06465: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772977.08074: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772977.08106: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772977.08147: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp8gk_62b1 /root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427/AnsiballZ_stat.py <<< 3057 1726772977.08151: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427/AnsiballZ_stat.py" <<< 3057 1726772977.08188: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp8gk_62b1" to remote "/root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427/AnsiballZ_stat.py" <<< 3057 1726772977.08194: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427/AnsiballZ_stat.py" <<< 3057 1726772977.08752: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772977.08797: stderr chunk (state=3): >>><<< 3057 1726772977.08801: stdout chunk (state=3): >>><<< 3057 1726772977.08821: done transferring module to remote 3057 1726772977.08832: _low_level_execute_command(): starting 3057 1726772977.08838: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427/ /root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427/AnsiballZ_stat.py && sleep 0' 3057 1726772977.09336: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772977.09340: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726772977.09343: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.09345: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772977.09347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.09406: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772977.09413: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772977.09416: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772977.09453: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772977.11273: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772977.11343: stderr chunk (state=3): >>><<< 3057 1726772977.11346: stdout chunk (state=3): >>><<< 3057 1726772977.11361: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772977.11364: _low_level_execute_command(): starting 3057 1726772977.11370: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427/AnsiballZ_stat.py && sleep 0' 3057 1726772977.11871: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772977.11877: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.11880: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772977.11882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772977.11884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.11938: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772977.11942: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772977.11947: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772977.11989: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772977.28699: 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"}}} <<< 3057 1726772977.30004: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772977.30062: stderr chunk (state=3): >>><<< 3057 1726772977.30065: stdout chunk (state=3): >>><<< 3057 1726772977.30077: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772977.30114: 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-1726772977.0273044-3370-178715693096427/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772977.30123: _low_level_execute_command(): starting 3057 1726772977.30128: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772977.0273044-3370-178715693096427/ > /dev/null 2>&1 && sleep 0' 3057 1726772977.30619: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772977.30626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772977.30629: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726772977.30632: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.30691: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772977.30696: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772977.30698: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772977.30734: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772977.32638: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772977.32672: stderr chunk (state=3): >>><<< 3057 1726772977.32677: stdout chunk (state=3): >>><<< 3057 1726772977.32691: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772977.32698: handler run complete 3057 1726772977.32716: attempt loop complete, returning result 3057 1726772977.32719: _execute() done 3057 1726772977.32721: dumping result to json 3057 1726772977.32729: done dumping result, returning 3057 1726772977.32738: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [02b512f9-4fcf-6140-6a9e-00000000015e] 3057 1726772977.32743: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000015e 3057 1726772977.32850: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000015e 3057 1726772977.32853: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } 3057 1726772977.32929: no more pending results, returning what we have 3057 1726772977.32932: results queue empty 3057 1726772977.32933: checking for any_errors_fatal 3057 1726772977.32939: done checking for any_errors_fatal 3057 1726772977.32940: checking for max_fail_percentage 3057 1726772977.32942: done checking for max_fail_percentage 3057 1726772977.32942: checking to see if all hosts have failed and the running result is not ok 3057 1726772977.32943: done checking to see if all hosts have failed 3057 1726772977.32944: getting the remaining hosts for this loop 3057 1726772977.32945: done getting the remaining hosts for this loop 3057 1726772977.32949: getting the next task for host managed_node2 3057 1726772977.32954: done getting next task for host managed_node2 3057 1726772977.32957: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3057 1726772977.32961: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772977.32972: getting variables 3057 1726772977.32973: in VariableManager get_vars() 3057 1726772977.33007: Calling all_inventory to load vars for managed_node2 3057 1726772977.33010: Calling groups_inventory to load vars for managed_node2 3057 1726772977.33012: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772977.33022: Calling all_plugins_play to load vars for managed_node2 3057 1726772977.33024: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772977.33027: Calling groups_plugins_play to load vars for managed_node2 3057 1726772977.33153: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772977.33282: done with get_vars() 3057 1726772977.33291: done getting variables 3057 1726772977.33339: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:09:37 -0400 (0:00:00.353) 0:00:22.072 **** 3057 1726772977.33365: entering _queue_task() for managed_node2/set_fact 3057 1726772977.33572: worker is 1 (out of 1 available) 3057 1726772977.33587: exiting _queue_task() for managed_node2/set_fact 3057 1726772977.33599: done queuing things up, now waiting for results queue to drain 3057 1726772977.33604: waiting for pending results... 3057 1726772977.33763: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3057 1726772977.33856: in run() - task 02b512f9-4fcf-6140-6a9e-00000000015f 3057 1726772977.33870: variable 'ansible_search_path' from source: unknown 3057 1726772977.33874: variable 'ansible_search_path' from source: unknown 3057 1726772977.33907: calling self._execute() 3057 1726772977.33970: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772977.33975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772977.33984: variable 'omit' from source: magic vars 3057 1726772977.34407: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772977.34585: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772977.34621: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772977.34649: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772977.34675: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772977.34750: 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) 3057 1726772977.34769: 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) 3057 1726772977.34788: 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) 3057 1726772977.34807: 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) 3057 1726772977.34906: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 3057 1726772977.34910: variable 'omit' from source: magic vars 3057 1726772977.34960: variable 'omit' from source: magic vars 3057 1726772977.35045: variable '__transactional_update_stat' from source: set_fact 3057 1726772977.35084: variable 'omit' from source: magic vars 3057 1726772977.35106: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772977.35127: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772977.35145: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772977.35161: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772977.35170: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772977.35194: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772977.35197: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772977.35200: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772977.35275: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772977.35283: Set connection var ansible_pipelining to False 3057 1726772977.35286: Set connection var ansible_shell_type to sh 3057 1726772977.35288: Set connection var ansible_connection to ssh 3057 1726772977.35294: Set connection var ansible_timeout to 10 3057 1726772977.35303: Set connection var ansible_shell_executable to /bin/sh 3057 1726772977.35321: variable 'ansible_shell_executable' from source: unknown 3057 1726772977.35325: variable 'ansible_connection' from source: unknown 3057 1726772977.35327: variable 'ansible_module_compression' from source: unknown 3057 1726772977.35330: variable 'ansible_shell_type' from source: unknown 3057 1726772977.35332: variable 'ansible_shell_executable' from source: unknown 3057 1726772977.35336: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772977.35341: variable 'ansible_pipelining' from source: unknown 3057 1726772977.35343: variable 'ansible_timeout' from source: unknown 3057 1726772977.35348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772977.35427: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772977.35437: variable 'omit' from source: magic vars 3057 1726772977.35443: starting attempt loop 3057 1726772977.35445: running the handler 3057 1726772977.35455: handler run complete 3057 1726772977.35464: attempt loop complete, returning result 3057 1726772977.35467: _execute() done 3057 1726772977.35474: dumping result to json 3057 1726772977.35478: done dumping result, returning 3057 1726772977.35481: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [02b512f9-4fcf-6140-6a9e-00000000015f] 3057 1726772977.35490: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000015f 3057 1726772977.35575: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000015f 3057 1726772977.35578: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } 3057 1726772977.35658: no more pending results, returning what we have 3057 1726772977.35661: results queue empty 3057 1726772977.35662: checking for any_errors_fatal 3057 1726772977.35669: done checking for any_errors_fatal 3057 1726772977.35670: checking for max_fail_percentage 3057 1726772977.35671: done checking for max_fail_percentage 3057 1726772977.35672: checking to see if all hosts have failed and the running result is not ok 3057 1726772977.35672: done checking to see if all hosts have failed 3057 1726772977.35673: getting the remaining hosts for this loop 3057 1726772977.35675: done getting the remaining hosts for this loop 3057 1726772977.35678: getting the next task for host managed_node2 3057 1726772977.35685: done getting next task for host managed_node2 3057 1726772977.35688: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3057 1726772977.35691: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772977.35705: getting variables 3057 1726772977.35712: in VariableManager get_vars() 3057 1726772977.35745: Calling all_inventory to load vars for managed_node2 3057 1726772977.35749: Calling groups_inventory to load vars for managed_node2 3057 1726772977.35751: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772977.35759: Calling all_plugins_play to load vars for managed_node2 3057 1726772977.35760: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772977.35762: Calling groups_plugins_play to load vars for managed_node2 3057 1726772977.35908: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772977.36038: done with get_vars() 3057 1726772977.36046: done getting variables 3057 1726772977.36133: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:09:37 -0400 (0:00:00.027) 0:00:22.100 **** 3057 1726772977.36158: entering _queue_task() for managed_node2/include_vars 3057 1726772977.36160: Creating lock for include_vars 3057 1726772977.36375: worker is 1 (out of 1 available) 3057 1726772977.36389: exiting _queue_task() for managed_node2/include_vars 3057 1726772977.36406: done queuing things up, now waiting for results queue to drain 3057 1726772977.36407: waiting for pending results... 3057 1726772977.36574: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3057 1726772977.36665: in run() - task 02b512f9-4fcf-6140-6a9e-000000000161 3057 1726772977.36678: variable 'ansible_search_path' from source: unknown 3057 1726772977.36682: variable 'ansible_search_path' from source: unknown 3057 1726772977.36712: calling self._execute() 3057 1726772977.36777: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772977.36783: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772977.36791: variable 'omit' from source: magic vars 3057 1726772977.36870: variable 'omit' from source: magic vars 3057 1726772977.36914: variable 'omit' from source: magic vars 3057 1726772977.37204: variable 'ffparams' from source: task vars 3057 1726772977.37299: variable 'ansible_facts' from source: unknown 3057 1726772977.37437: variable 'ansible_facts' from source: unknown 3057 1726772977.37530: variable 'ansible_facts' from source: unknown 3057 1726772977.37644: variable 'ansible_facts' from source: unknown 3057 1726772977.37724: variable 'role_path' from source: magic vars 3057 1726772977.37857: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 3057 1726772977.38008: Loaded config def from plugin (lookup/first_found) 3057 1726772977.38014: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 3057 1726772977.38049: variable 'ansible_search_path' from source: unknown 3057 1726772977.38068: variable 'ansible_search_path' from source: unknown 3057 1726772977.38077: variable 'ansible_search_path' from source: unknown 3057 1726772977.38083: variable 'ansible_search_path' from source: unknown 3057 1726772977.38091: variable 'ansible_search_path' from source: unknown 3057 1726772977.38109: variable 'omit' from source: magic vars 3057 1726772977.38128: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772977.38152: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772977.38167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772977.38183: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772977.38192: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772977.38216: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772977.38219: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772977.38222: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772977.38291: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772977.38299: Set connection var ansible_pipelining to False 3057 1726772977.38304: Set connection var ansible_shell_type to sh 3057 1726772977.38307: Set connection var ansible_connection to ssh 3057 1726772977.38310: Set connection var ansible_timeout to 10 3057 1726772977.38317: Set connection var ansible_shell_executable to /bin/sh 3057 1726772977.38338: variable 'ansible_shell_executable' from source: unknown 3057 1726772977.38341: variable 'ansible_connection' from source: unknown 3057 1726772977.38344: variable 'ansible_module_compression' from source: unknown 3057 1726772977.38346: variable 'ansible_shell_type' from source: unknown 3057 1726772977.38348: variable 'ansible_shell_executable' from source: unknown 3057 1726772977.38352: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772977.38357: variable 'ansible_pipelining' from source: unknown 3057 1726772977.38359: variable 'ansible_timeout' from source: unknown 3057 1726772977.38364: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772977.38454: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772977.38462: variable 'omit' from source: magic vars 3057 1726772977.38468: starting attempt loop 3057 1726772977.38471: running the handler 3057 1726772977.38522: handler run complete 3057 1726772977.38530: attempt loop complete, returning result 3057 1726772977.38533: _execute() done 3057 1726772977.38537: dumping result to json 3057 1726772977.38542: done dumping result, returning 3057 1726772977.38550: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [02b512f9-4fcf-6140-6a9e-000000000161] 3057 1726772977.38555: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000161 ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 3057 1726772977.38738: no more pending results, returning what we have 3057 1726772977.38742: results queue empty 3057 1726772977.38742: checking for any_errors_fatal 3057 1726772977.38748: done checking for any_errors_fatal 3057 1726772977.38749: checking for max_fail_percentage 3057 1726772977.38750: done checking for max_fail_percentage 3057 1726772977.38751: checking to see if all hosts have failed and the running result is not ok 3057 1726772977.38752: done checking to see if all hosts have failed 3057 1726772977.38752: getting the remaining hosts for this loop 3057 1726772977.38754: done getting the remaining hosts for this loop 3057 1726772977.38757: getting the next task for host managed_node2 3057 1726772977.38764: done getting next task for host managed_node2 3057 1726772977.38767: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3057 1726772977.38771: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772977.38780: getting variables 3057 1726772977.38781: in VariableManager get_vars() 3057 1726772977.38814: Calling all_inventory to load vars for managed_node2 3057 1726772977.38816: Calling groups_inventory to load vars for managed_node2 3057 1726772977.38818: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772977.38825: Calling all_plugins_play to load vars for managed_node2 3057 1726772977.38827: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772977.38828: Calling groups_plugins_play to load vars for managed_node2 3057 1726772977.38944: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000161 3057 1726772977.38949: WORKER PROCESS EXITING 3057 1726772977.38962: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772977.39120: done with get_vars() 3057 1726772977.39128: done getting variables 3057 1726772977.39177: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:09:37 -0400 (0:00:00.030) 0:00:22.130 **** 3057 1726772977.39203: entering _queue_task() for managed_node2/package 3057 1726772977.39409: worker is 1 (out of 1 available) 3057 1726772977.39424: exiting _queue_task() for managed_node2/package 3057 1726772977.39439: done queuing things up, now waiting for results queue to drain 3057 1726772977.39441: waiting for pending results... 3057 1726772977.39607: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3057 1726772977.39680: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000af 3057 1726772977.39695: variable 'ansible_search_path' from source: unknown 3057 1726772977.39698: variable 'ansible_search_path' from source: unknown 3057 1726772977.39730: calling self._execute() 3057 1726772977.39794: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772977.39799: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772977.39808: variable 'omit' from source: magic vars 3057 1726772977.39887: variable 'omit' from source: magic vars 3057 1726772977.39925: variable 'omit' from source: magic vars 3057 1726772977.39949: variable '__kernel_settings_packages' from source: include_vars 3057 1726772977.40179: variable '__kernel_settings_packages' from source: include_vars 3057 1726772977.40350: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772977.41861: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772977.41918: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772977.41949: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772977.41979: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772977.41998: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772977.42081: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772977.42104: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772977.42122: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772977.42152: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772977.42163: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772977.42246: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726772977.42249: variable 'omit' from source: magic vars 3057 1726772977.42276: variable 'omit' from source: magic vars 3057 1726772977.42300: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772977.42324: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772977.42340: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772977.42354: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772977.42364: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772977.42390: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772977.42394: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772977.42398: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772977.42469: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772977.42477: Set connection var ansible_pipelining to False 3057 1726772977.42480: Set connection var ansible_shell_type to sh 3057 1726772977.42483: Set connection var ansible_connection to ssh 3057 1726772977.42488: Set connection var ansible_timeout to 10 3057 1726772977.42496: Set connection var ansible_shell_executable to /bin/sh 3057 1726772977.42520: variable 'ansible_shell_executable' from source: unknown 3057 1726772977.42523: variable 'ansible_connection' from source: unknown 3057 1726772977.42526: variable 'ansible_module_compression' from source: unknown 3057 1726772977.42528: variable 'ansible_shell_type' from source: unknown 3057 1726772977.42531: variable 'ansible_shell_executable' from source: unknown 3057 1726772977.42533: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772977.42539: variable 'ansible_pipelining' from source: unknown 3057 1726772977.42542: variable 'ansible_timeout' from source: unknown 3057 1726772977.42546: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772977.42627: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772977.42632: variable 'omit' from source: magic vars 3057 1726772977.42640: starting attempt loop 3057 1726772977.42643: running the handler 3057 1726772977.42649: variable 'ansible_facts' from source: unknown 3057 1726772977.42651: variable 'ansible_facts' from source: unknown 3057 1726772977.42694: _low_level_execute_command(): starting 3057 1726772977.42699: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772977.43214: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772977.43293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772977.43297: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772977.43300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772977.43305: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.43307: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772977.43309: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772977.43330: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772977.43395: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772977.45314: stdout chunk (state=3): >>>/root <<< 3057 1726772977.45319: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772977.45330: stderr chunk (state=3): >>><<< 3057 1726772977.45333: stdout chunk (state=3): >>><<< 3057 1726772977.45542: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772977.45547: _low_level_execute_command(): starting 3057 1726772977.45550: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039 `" && echo ansible-tmp-1726772977.4535658-3380-152906552040039="` echo /root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039 `" ) && sleep 0' 3057 1726772977.46091: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726772977.46100: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772977.46111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772977.46151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772977.46160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772977.46192: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.46259: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772977.46278: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772977.46363: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772977.48322: stdout chunk (state=3): >>>ansible-tmp-1726772977.4535658-3380-152906552040039=/root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039 <<< 3057 1726772977.48487: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772977.48491: stdout chunk (state=3): >>><<< 3057 1726772977.48498: stderr chunk (state=3): >>><<< 3057 1726772977.48517: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772977.4535658-3380-152906552040039=/root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772977.48551: variable 'ansible_module_compression' from source: unknown 3057 1726772977.48595: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 3057 1726772977.48637: variable 'ansible_facts' from source: unknown 3057 1726772977.48720: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039/AnsiballZ_dnf.py 3057 1726772977.48838: Sending initial data 3057 1726772977.48842: Sent initial data (150 bytes) 3057 1726772977.49307: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772977.49311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772977.49393: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772977.49397: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772977.49446: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772977.51018: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772977.51059: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772977.51098: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpfqphs594 /root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039/AnsiballZ_dnf.py <<< 3057 1726772977.51105: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039/AnsiballZ_dnf.py" <<< 3057 1726772977.51131: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpfqphs594" to remote "/root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039/AnsiballZ_dnf.py" <<< 3057 1726772977.51140: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039/AnsiballZ_dnf.py" <<< 3057 1726772977.51808: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772977.51888: stderr chunk (state=3): >>><<< 3057 1726772977.51892: stdout chunk (state=3): >>><<< 3057 1726772977.51917: done transferring module to remote 3057 1726772977.51928: _low_level_execute_command(): starting 3057 1726772977.51933: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039/ /root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039/AnsiballZ_dnf.py && sleep 0' 3057 1726772977.52423: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772977.52426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772977.52431: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772977.52434: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772977.52436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.52490: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772977.52497: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772977.52538: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772977.54343: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772977.54403: stderr chunk (state=3): >>><<< 3057 1726772977.54407: stdout chunk (state=3): >>><<< 3057 1726772977.54422: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772977.54425: _low_level_execute_command(): starting 3057 1726772977.54431: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039/AnsiballZ_dnf.py && sleep 0' 3057 1726772977.54922: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772977.54926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772977.54929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772977.54931: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772977.54933: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772977.54991: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772977.54994: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772977.54998: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772977.55042: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772978.64831: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 3057 1726772978.69269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772978.69285: stderr chunk (state=3): >>><<< 3057 1726772978.69288: stdout chunk (state=3): >>><<< 3057 1726772978.69306: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772978.69354: 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-1726772977.4535658-3380-152906552040039/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772978.69361: _low_level_execute_command(): starting 3057 1726772978.69366: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772977.4535658-3380-152906552040039/ > /dev/null 2>&1 && sleep 0' 3057 1726772978.69840: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772978.69912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772978.69916: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772978.69918: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772978.69920: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772978.69921: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772978.69955: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772978.69995: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772978.71887: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772978.71947: stderr chunk (state=3): >>><<< 3057 1726772978.71951: stdout chunk (state=3): >>><<< 3057 1726772978.71964: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772978.71972: handler run complete 3057 1726772978.72003: attempt loop complete, returning result 3057 1726772978.72006: _execute() done 3057 1726772978.72008: dumping result to json 3057 1726772978.72015: done dumping result, returning 3057 1726772978.72023: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [02b512f9-4fcf-6140-6a9e-0000000000af] 3057 1726772978.72027: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000af 3057 1726772978.72137: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000af 3057 1726772978.72140: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 3057 1726772978.72253: no more pending results, returning what we have 3057 1726772978.72257: results queue empty 3057 1726772978.72258: checking for any_errors_fatal 3057 1726772978.72264: done checking for any_errors_fatal 3057 1726772978.72265: checking for max_fail_percentage 3057 1726772978.72267: done checking for max_fail_percentage 3057 1726772978.72267: checking to see if all hosts have failed and the running result is not ok 3057 1726772978.72268: done checking to see if all hosts have failed 3057 1726772978.72269: getting the remaining hosts for this loop 3057 1726772978.72270: done getting the remaining hosts for this loop 3057 1726772978.72273: getting the next task for host managed_node2 3057 1726772978.72281: done getting next task for host managed_node2 3057 1726772978.72284: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3057 1726772978.72287: ^ state is: HOST STATE: block=2, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772978.72296: getting variables 3057 1726772978.72297: in VariableManager get_vars() 3057 1726772978.72334: Calling all_inventory to load vars for managed_node2 3057 1726772978.72339: Calling groups_inventory to load vars for managed_node2 3057 1726772978.72342: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772978.72357: Calling all_plugins_play to load vars for managed_node2 3057 1726772978.72359: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772978.72362: Calling groups_plugins_play to load vars for managed_node2 3057 1726772978.72478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772978.72609: done with get_vars() 3057 1726772978.72618: done getting variables 3057 1726772978.72695: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:09:38 -0400 (0:00:01.335) 0:00:23.465 **** 3057 1726772978.72721: entering _queue_task() for managed_node2/debug 3057 1726772978.72723: Creating lock for debug 3057 1726772978.72936: worker is 1 (out of 1 available) 3057 1726772978.72953: exiting _queue_task() for managed_node2/debug 3057 1726772978.72965: done queuing things up, now waiting for results queue to drain 3057 1726772978.72967: waiting for pending results... 3057 1726772978.73132: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3057 1726772978.73208: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000b1 3057 1726772978.73218: variable 'ansible_search_path' from source: unknown 3057 1726772978.73222: variable 'ansible_search_path' from source: unknown 3057 1726772978.73255: calling self._execute() 3057 1726772978.73318: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772978.73323: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772978.73332: variable 'omit' from source: magic vars 3057 1726772978.73751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772978.75276: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772978.75325: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772978.75354: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772978.75383: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772978.75415: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772978.75482: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772978.75506: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772978.75526: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772978.75556: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772978.75567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772978.75653: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726772978.75666: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726772978.75670: when evaluation is False, skipping this task 3057 1726772978.75672: _execute() done 3057 1726772978.75677: dumping result to json 3057 1726772978.75679: done dumping result, returning 3057 1726772978.75687: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [02b512f9-4fcf-6140-6a9e-0000000000b1] 3057 1726772978.75692: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b1 3057 1726772978.75786: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b1 3057 1726772978.75789: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 3057 1726772978.75864: no more pending results, returning what we have 3057 1726772978.75868: results queue empty 3057 1726772978.75868: checking for any_errors_fatal 3057 1726772978.75873: done checking for any_errors_fatal 3057 1726772978.75874: checking for max_fail_percentage 3057 1726772978.75876: done checking for max_fail_percentage 3057 1726772978.75877: checking to see if all hosts have failed and the running result is not ok 3057 1726772978.75878: done checking to see if all hosts have failed 3057 1726772978.75878: getting the remaining hosts for this loop 3057 1726772978.75880: done getting the remaining hosts for this loop 3057 1726772978.75883: getting the next task for host managed_node2 3057 1726772978.75888: done getting next task for host managed_node2 3057 1726772978.75893: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3057 1726772978.75895: ^ state is: HOST STATE: block=2, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772978.75911: getting variables 3057 1726772978.75912: in VariableManager get_vars() 3057 1726772978.75955: Calling all_inventory to load vars for managed_node2 3057 1726772978.75958: Calling groups_inventory to load vars for managed_node2 3057 1726772978.75960: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772978.75969: Calling all_plugins_play to load vars for managed_node2 3057 1726772978.75972: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772978.75974: Calling groups_plugins_play to load vars for managed_node2 3057 1726772978.76124: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772978.76257: done with get_vars() 3057 1726772978.76266: done getting variables 3057 1726772978.76376: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:09:38 -0400 (0:00:00.036) 0:00:23.502 **** 3057 1726772978.76399: entering _queue_task() for managed_node2/reboot 3057 1726772978.76403: Creating lock for reboot 3057 1726772978.76624: worker is 1 (out of 1 available) 3057 1726772978.76639: exiting _queue_task() for managed_node2/reboot 3057 1726772978.76653: done queuing things up, now waiting for results queue to drain 3057 1726772978.76654: waiting for pending results... 3057 1726772978.76822: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3057 1726772978.76902: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000b2 3057 1726772978.76914: variable 'ansible_search_path' from source: unknown 3057 1726772978.76918: variable 'ansible_search_path' from source: unknown 3057 1726772978.76950: calling self._execute() 3057 1726772978.77014: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772978.77018: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772978.77029: variable 'omit' from source: magic vars 3057 1726772978.77396: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772978.78969: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772978.79021: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772978.79070: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772978.79082: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772978.79106: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772978.79177: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772978.79198: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772978.79219: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772978.79249: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772978.79260: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772978.79349: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726772978.79362: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726772978.79366: when evaluation is False, skipping this task 3057 1726772978.79369: _execute() done 3057 1726772978.79373: dumping result to json 3057 1726772978.79375: done dumping result, returning 3057 1726772978.79383: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [02b512f9-4fcf-6140-6a9e-0000000000b2] 3057 1726772978.79388: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b2 3057 1726772978.79485: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b2 3057 1726772978.79488: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3057 1726772978.79544: no more pending results, returning what we have 3057 1726772978.79548: results queue empty 3057 1726772978.79548: checking for any_errors_fatal 3057 1726772978.79554: done checking for any_errors_fatal 3057 1726772978.79554: checking for max_fail_percentage 3057 1726772978.79556: done checking for max_fail_percentage 3057 1726772978.79557: checking to see if all hosts have failed and the running result is not ok 3057 1726772978.79558: done checking to see if all hosts have failed 3057 1726772978.79559: getting the remaining hosts for this loop 3057 1726772978.79561: done getting the remaining hosts for this loop 3057 1726772978.79565: getting the next task for host managed_node2 3057 1726772978.79571: done getting next task for host managed_node2 3057 1726772978.79575: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3057 1726772978.79578: ^ state is: HOST STATE: block=2, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772978.79590: getting variables 3057 1726772978.79592: in VariableManager get_vars() 3057 1726772978.79629: Calling all_inventory to load vars for managed_node2 3057 1726772978.79631: Calling groups_inventory to load vars for managed_node2 3057 1726772978.79633: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772978.79644: Calling all_plugins_play to load vars for managed_node2 3057 1726772978.79647: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772978.79649: Calling groups_plugins_play to load vars for managed_node2 3057 1726772978.79782: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772978.79912: done with get_vars() 3057 1726772978.79922: done getting variables 3057 1726772978.79973: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:09:38 -0400 (0:00:00.035) 0:00:23.538 **** 3057 1726772978.79999: entering _queue_task() for managed_node2/fail 3057 1726772978.80209: worker is 1 (out of 1 available) 3057 1726772978.80224: exiting _queue_task() for managed_node2/fail 3057 1726772978.80238: done queuing things up, now waiting for results queue to drain 3057 1726772978.80241: waiting for pending results... 3057 1726772978.80458: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3057 1726772978.80507: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000b3 3057 1726772978.80519: variable 'ansible_search_path' from source: unknown 3057 1726772978.80523: variable 'ansible_search_path' from source: unknown 3057 1726772978.80558: calling self._execute() 3057 1726772978.80622: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772978.80627: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772978.80637: variable 'omit' from source: magic vars 3057 1726772978.81067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772978.82593: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772978.82658: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772978.82682: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772978.82711: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772978.82732: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772978.82804: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772978.82825: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772978.82846: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772978.82879: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772978.82890: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772978.82976: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726772978.82991: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726772978.82995: when evaluation is False, skipping this task 3057 1726772978.82998: _execute() done 3057 1726772978.83003: dumping result to json 3057 1726772978.83005: done dumping result, returning 3057 1726772978.83012: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [02b512f9-4fcf-6140-6a9e-0000000000b3] 3057 1726772978.83017: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b3 3057 1726772978.83114: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b3 3057 1726772978.83117: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3057 1726772978.83169: no more pending results, returning what we have 3057 1726772978.83172: results queue empty 3057 1726772978.83173: checking for any_errors_fatal 3057 1726772978.83177: done checking for any_errors_fatal 3057 1726772978.83178: checking for max_fail_percentage 3057 1726772978.83179: done checking for max_fail_percentage 3057 1726772978.83180: checking to see if all hosts have failed and the running result is not ok 3057 1726772978.83181: done checking to see if all hosts have failed 3057 1726772978.83182: getting the remaining hosts for this loop 3057 1726772978.83184: done getting the remaining hosts for this loop 3057 1726772978.83187: getting the next task for host managed_node2 3057 1726772978.83196: done getting next task for host managed_node2 3057 1726772978.83199: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3057 1726772978.83205: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772978.83218: getting variables 3057 1726772978.83220: in VariableManager get_vars() 3057 1726772978.83263: Calling all_inventory to load vars for managed_node2 3057 1726772978.83265: Calling groups_inventory to load vars for managed_node2 3057 1726772978.83267: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772978.83276: Calling all_plugins_play to load vars for managed_node2 3057 1726772978.83279: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772978.83281: Calling groups_plugins_play to load vars for managed_node2 3057 1726772978.83453: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772978.83585: done with get_vars() 3057 1726772978.83593: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:09:38 -0400 (0:00:00.036) 0:00:23.575 **** 3057 1726772978.83657: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726772978.83658: Creating lock for fedora.linux_system_roles.kernel_settings_get_config 3057 1726772978.83873: worker is 1 (out of 1 available) 3057 1726772978.83889: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726772978.83906: done queuing things up, now waiting for results queue to drain 3057 1726772978.83908: waiting for pending results... 3057 1726772978.84077: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3057 1726772978.84153: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000b5 3057 1726772978.84167: variable 'ansible_search_path' from source: unknown 3057 1726772978.84170: variable 'ansible_search_path' from source: unknown 3057 1726772978.84202: calling self._execute() 3057 1726772978.84264: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772978.84269: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772978.84277: variable 'omit' from source: magic vars 3057 1726772978.84357: variable 'omit' from source: magic vars 3057 1726772978.84393: variable 'omit' from source: magic vars 3057 1726772978.84415: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3057 1726772978.84647: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3057 1726772978.84707: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726772978.84737: variable 'omit' from source: magic vars 3057 1726772978.84771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772978.84807: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772978.84822: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772978.84838: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772978.84849: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772978.84873: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772978.84876: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772978.84879: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772978.84956: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772978.84964: Set connection var ansible_pipelining to False 3057 1726772978.84966: Set connection var ansible_shell_type to sh 3057 1726772978.84969: Set connection var ansible_connection to ssh 3057 1726772978.84975: Set connection var ansible_timeout to 10 3057 1726772978.84982: Set connection var ansible_shell_executable to /bin/sh 3057 1726772978.85008: variable 'ansible_shell_executable' from source: unknown 3057 1726772978.85014: variable 'ansible_connection' from source: unknown 3057 1726772978.85016: variable 'ansible_module_compression' from source: unknown 3057 1726772978.85019: variable 'ansible_shell_type' from source: unknown 3057 1726772978.85021: variable 'ansible_shell_executable' from source: unknown 3057 1726772978.85024: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772978.85026: variable 'ansible_pipelining' from source: unknown 3057 1726772978.85029: variable 'ansible_timeout' from source: unknown 3057 1726772978.85031: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772978.85171: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726772978.85180: variable 'omit' from source: magic vars 3057 1726772978.85186: starting attempt loop 3057 1726772978.85189: running the handler 3057 1726772978.85204: _low_level_execute_command(): starting 3057 1726772978.85206: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772978.85760: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772978.85764: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772978.85769: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772978.85771: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772978.85817: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772978.85821: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772978.85832: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772978.85881: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772978.87583: stdout chunk (state=3): >>>/root <<< 3057 1726772978.87728: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772978.87757: stderr chunk (state=3): >>><<< 3057 1726772978.87760: stdout chunk (state=3): >>><<< 3057 1726772978.87781: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772978.87793: _low_level_execute_command(): starting 3057 1726772978.87800: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568 `" && echo ansible-tmp-1726772978.8778186-3405-106842453982568="` echo /root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568 `" ) && sleep 0' 3057 1726772978.88298: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772978.88305: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772978.88315: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772978.88318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772978.88320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772978.88376: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772978.88379: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772978.88380: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772978.88417: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772978.90358: stdout chunk (state=3): >>>ansible-tmp-1726772978.8778186-3405-106842453982568=/root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568 <<< 3057 1726772978.90471: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772978.90537: stderr chunk (state=3): >>><<< 3057 1726772978.90541: stdout chunk (state=3): >>><<< 3057 1726772978.90556: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772978.8778186-3405-106842453982568=/root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772978.90603: variable 'ansible_module_compression' from source: unknown 3057 1726772978.90647: ANSIBALLZ: Using lock for fedora.linux_system_roles.kernel_settings_get_config 3057 1726772978.90650: ANSIBALLZ: Acquiring lock 3057 1726772978.90653: ANSIBALLZ: Lock acquired: 140100831523904 3057 1726772978.90655: ANSIBALLZ: Creating module 3057 1726772978.99511: ANSIBALLZ: Writing module into payload 3057 1726772978.99572: ANSIBALLZ: Writing module 3057 1726772978.99591: ANSIBALLZ: Renaming module 3057 1726772978.99597: ANSIBALLZ: Done creating module 3057 1726772978.99619: variable 'ansible_facts' from source: unknown 3057 1726772978.99669: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568/AnsiballZ_kernel_settings_get_config.py 3057 1726772978.99784: Sending initial data 3057 1726772978.99788: Sent initial data (173 bytes) 3057 1726772979.00277: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.00280: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.00284: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772979.00286: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.00289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.00341: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.00345: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772979.00358: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.00402: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.02050: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772979.02084: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772979.02127: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp48z186tj /root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568/AnsiballZ_kernel_settings_get_config.py <<< 3057 1726772979.02134: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726772979.02165: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp48z186tj" to remote "/root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726772979.02168: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726772979.02742: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.02753: stderr chunk (state=3): >>><<< 3057 1726772979.02757: stdout chunk (state=3): >>><<< 3057 1726772979.02777: done transferring module to remote 3057 1726772979.02790: _low_level_execute_command(): starting 3057 1726772979.02798: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568/ /root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726772979.03281: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.03284: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726772979.03290: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.03293: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.03295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.03344: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772979.03359: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.03392: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.05183: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.05241: stderr chunk (state=3): >>><<< 3057 1726772979.05245: stdout chunk (state=3): >>><<< 3057 1726772979.05262: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772979.05266: _low_level_execute_command(): starting 3057 1726772979.05271: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726772979.05764: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.05767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.05770: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772979.05772: 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.45.18 originally 10.31.45.18 <<< 3057 1726772979.05774: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.05827: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.05836: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772979.05839: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.05875: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.22697: 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"}}} <<< 3057 1726772979.24070: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772979.24133: stderr chunk (state=3): >>><<< 3057 1726772979.24139: stdout chunk (state=3): >>><<< 3057 1726772979.24156: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772979.24185: 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-1726772978.8778186-3405-106842453982568/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772979.24193: _low_level_execute_command(): starting 3057 1726772979.24198: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772978.8778186-3405-106842453982568/ > /dev/null 2>&1 && sleep 0' 3057 1726772979.24705: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.24714: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.24716: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.24719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772979.24721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.24768: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.24771: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772979.24775: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.24817: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.26685: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.26747: stderr chunk (state=3): >>><<< 3057 1726772979.26751: stdout chunk (state=3): >>><<< 3057 1726772979.26767: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772979.26774: handler run complete 3057 1726772979.26789: attempt loop complete, returning result 3057 1726772979.26792: _execute() done 3057 1726772979.26795: dumping result to json 3057 1726772979.26802: done dumping result, returning 3057 1726772979.26809: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [02b512f9-4fcf-6140-6a9e-0000000000b5] 3057 1726772979.26816: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b5 3057 1726772979.26923: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b5 3057 1726772979.26926: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 3057 1726772979.27010: no more pending results, returning what we have 3057 1726772979.27014: results queue empty 3057 1726772979.27014: checking for any_errors_fatal 3057 1726772979.27019: done checking for any_errors_fatal 3057 1726772979.27020: checking for max_fail_percentage 3057 1726772979.27021: done checking for max_fail_percentage 3057 1726772979.27022: checking to see if all hosts have failed and the running result is not ok 3057 1726772979.27023: done checking to see if all hosts have failed 3057 1726772979.27024: getting the remaining hosts for this loop 3057 1726772979.27026: done getting the remaining hosts for this loop 3057 1726772979.27029: getting the next task for host managed_node2 3057 1726772979.27042: done getting next task for host managed_node2 3057 1726772979.27046: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3057 1726772979.27049: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772979.27059: getting variables 3057 1726772979.27060: in VariableManager get_vars() 3057 1726772979.27094: Calling all_inventory to load vars for managed_node2 3057 1726772979.27096: Calling groups_inventory to load vars for managed_node2 3057 1726772979.27098: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772979.27110: Calling all_plugins_play to load vars for managed_node2 3057 1726772979.27112: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772979.27115: Calling groups_plugins_play to load vars for managed_node2 3057 1726772979.27265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772979.27416: done with get_vars() 3057 1726772979.27424: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:09:39 -0400 (0:00:00.438) 0:00:24.013 **** 3057 1726772979.27497: entering _queue_task() for managed_node2/stat 3057 1726772979.27698: worker is 1 (out of 1 available) 3057 1726772979.27716: exiting _queue_task() for managed_node2/stat 3057 1726772979.27730: done queuing things up, now waiting for results queue to drain 3057 1726772979.27731: waiting for pending results... 3057 1726772979.27899: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3057 1726772979.27973: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000b6 3057 1726772979.27985: variable 'ansible_search_path' from source: unknown 3057 1726772979.27988: variable 'ansible_search_path' from source: unknown 3057 1726772979.28030: variable '__prof_from_conf' from source: task vars 3057 1726772979.28274: variable '__prof_from_conf' from source: task vars 3057 1726772979.28412: variable '__data' from source: task vars 3057 1726772979.28468: variable '__kernel_settings_register_tuned_main' from source: set_fact 3057 1726772979.28621: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726772979.28625: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726772979.28673: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726772979.28688: variable 'omit' from source: magic vars 3057 1726772979.28776: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772979.28784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772979.28792: variable 'omit' from source: magic vars 3057 1726772979.28985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772979.30562: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772979.30615: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772979.30644: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772979.30672: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772979.30699: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772979.30773: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772979.30796: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772979.30819: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772979.30850: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772979.30861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772979.30943: variable 'item' from source: unknown 3057 1726772979.30956: Evaluated conditional (item | length > 0): False 3057 1726772979.30959: when evaluation is False, skipping this task 3057 1726772979.30987: variable 'item' from source: unknown 3057 1726772979.31049: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 3057 1726772979.31199: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772979.31205: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772979.31208: variable 'omit' from source: magic vars 3057 1726772979.31283: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772979.31324: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772979.31342: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772979.31370: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772979.31381: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772979.31447: variable 'item' from source: unknown 3057 1726772979.31454: Evaluated conditional (item | length > 0): True 3057 1726772979.31460: variable 'omit' from source: magic vars 3057 1726772979.31491: variable 'omit' from source: magic vars 3057 1726772979.31524: variable 'item' from source: unknown 3057 1726772979.31577: variable 'item' from source: unknown 3057 1726772979.31589: variable 'omit' from source: magic vars 3057 1726772979.31611: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772979.31633: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772979.31654: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772979.31667: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772979.31676: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772979.31704: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772979.31707: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772979.31709: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772979.31781: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772979.31789: Set connection var ansible_pipelining to False 3057 1726772979.31792: Set connection var ansible_shell_type to sh 3057 1726772979.31794: Set connection var ansible_connection to ssh 3057 1726772979.31803: Set connection var ansible_timeout to 10 3057 1726772979.31808: Set connection var ansible_shell_executable to /bin/sh 3057 1726772979.31826: variable 'ansible_shell_executable' from source: unknown 3057 1726772979.31829: variable 'ansible_connection' from source: unknown 3057 1726772979.31832: variable 'ansible_module_compression' from source: unknown 3057 1726772979.31834: variable 'ansible_shell_type' from source: unknown 3057 1726772979.31838: variable 'ansible_shell_executable' from source: unknown 3057 1726772979.31842: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772979.31846: variable 'ansible_pipelining' from source: unknown 3057 1726772979.31849: variable 'ansible_timeout' from source: unknown 3057 1726772979.31854: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772979.31965: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726772979.31979: variable 'omit' from source: magic vars 3057 1726772979.31982: starting attempt loop 3057 1726772979.31986: running the handler 3057 1726772979.31996: _low_level_execute_command(): starting 3057 1726772979.32005: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772979.32524: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.32603: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772979.32608: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.32610: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772979.32611: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772979.32613: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.32614: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.32616: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772979.32640: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.32691: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.34353: stdout chunk (state=3): >>>/root <<< 3057 1726772979.34515: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.34522: stdout chunk (state=3): >>><<< 3057 1726772979.34529: stderr chunk (state=3): >>><<< 3057 1726772979.34554: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772979.34565: _low_level_execute_command(): starting 3057 1726772979.34571: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297 `" && echo ansible-tmp-1726772979.3455496-3413-7210987567297="` echo /root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297 `" ) && sleep 0' 3057 1726772979.35108: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.35111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.35114: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.35116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.35117: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.35119: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772979.35141: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.35192: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.37137: stdout chunk (state=3): >>>ansible-tmp-1726772979.3455496-3413-7210987567297=/root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297 <<< 3057 1726772979.37302: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.37307: stdout chunk (state=3): >>><<< 3057 1726772979.37315: stderr chunk (state=3): >>><<< 3057 1726772979.37334: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772979.3455496-3413-7210987567297=/root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772979.37379: variable 'ansible_module_compression' from source: unknown 3057 1726772979.37420: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726772979.37453: variable 'ansible_facts' from source: unknown 3057 1726772979.37517: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297/AnsiballZ_stat.py 3057 1726772979.37630: Sending initial data 3057 1726772979.37633: Sent initial data (149 bytes) 3057 1726772979.38109: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.38140: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.38144: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772979.38150: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.38152: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726772979.38153: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.38155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772979.38215: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772979.38218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.38221: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.38223: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772979.38251: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.38294: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.39862: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772979.39898: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772979.39940: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp0ygph8ug /root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297/AnsiballZ_stat.py <<< 3057 1726772979.39943: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297/AnsiballZ_stat.py" <<< 3057 1726772979.39972: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp0ygph8ug" to remote "/root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297/AnsiballZ_stat.py" <<< 3057 1726772979.39980: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297/AnsiballZ_stat.py" <<< 3057 1726772979.40494: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.40571: stderr chunk (state=3): >>><<< 3057 1726772979.40575: stdout chunk (state=3): >>><<< 3057 1726772979.40597: done transferring module to remote 3057 1726772979.40608: _low_level_execute_command(): starting 3057 1726772979.40613: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297/ /root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297/AnsiballZ_stat.py && sleep 0' 3057 1726772979.41102: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.41106: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.41110: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772979.41113: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.41115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.41166: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.41171: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772979.41174: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.41210: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.43068: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.43073: stdout chunk (state=3): >>><<< 3057 1726772979.43076: stderr chunk (state=3): >>><<< 3057 1726772979.43091: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772979.43094: _low_level_execute_command(): starting 3057 1726772979.43099: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297/AnsiballZ_stat.py && sleep 0' 3057 1726772979.43587: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.43591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.43593: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.43596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.43651: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.43654: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.43700: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.61083: 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": 4096, "inode": 262607, "dev": 51714, "nlink": 3, "atime": 1726772976.6601307, "mtime": 1726772974.1081133, "ctime": 1726772974.1081133, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3652884641", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3057 1726772979.62682: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772979.62750: stderr chunk (state=3): >>><<< 3057 1726772979.62754: stdout chunk (state=3): >>><<< 3057 1726772979.62769: _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": 4096, "inode": 262607, "dev": 51714, "nlink": 3, "atime": 1726772976.6601307, "mtime": 1726772974.1081133, "ctime": 1726772974.1081133, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3652884641", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772979.62814: 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-1726772979.3455496-3413-7210987567297/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772979.62825: _low_level_execute_command(): starting 3057 1726772979.62831: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772979.3455496-3413-7210987567297/ > /dev/null 2>&1 && sleep 0' 3057 1726772979.63322: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.63326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772979.63328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.63331: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.63333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772979.63338: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.63388: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.63392: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.63439: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.65323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.65387: stderr chunk (state=3): >>><<< 3057 1726772979.65390: stdout chunk (state=3): >>><<< 3057 1726772979.65406: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772979.65413: handler run complete 3057 1726772979.65454: attempt loop complete, returning result 3057 1726772979.65472: variable 'item' from source: unknown 3057 1726772979.65539: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726772976.6601307, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772974.1081133, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262607, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726772974.1081133, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "3652884641", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3057 1726772979.65703: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772979.65706: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772979.65709: variable 'omit' from source: magic vars 3057 1726772979.65803: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772979.65939: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772979.65942: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772979.65944: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772979.65946: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772979.65953: variable 'item' from source: unknown 3057 1726772979.65961: Evaluated conditional (item | length > 0): True 3057 1726772979.65966: variable 'omit' from source: magic vars 3057 1726772979.65979: variable 'omit' from source: magic vars 3057 1726772979.66013: variable 'item' from source: unknown 3057 1726772979.66063: variable 'item' from source: unknown 3057 1726772979.66074: variable 'omit' from source: magic vars 3057 1726772979.66092: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772979.66099: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772979.66108: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772979.66120: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772979.66123: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772979.66125: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772979.66181: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772979.66189: Set connection var ansible_pipelining to False 3057 1726772979.66192: Set connection var ansible_shell_type to sh 3057 1726772979.66195: Set connection var ansible_connection to ssh 3057 1726772979.66338: Set connection var ansible_timeout to 10 3057 1726772979.66341: Set connection var ansible_shell_executable to /bin/sh 3057 1726772979.66342: variable 'ansible_shell_executable' from source: unknown 3057 1726772979.66344: variable 'ansible_connection' from source: unknown 3057 1726772979.66345: variable 'ansible_module_compression' from source: unknown 3057 1726772979.66346: variable 'ansible_shell_type' from source: unknown 3057 1726772979.66347: variable 'ansible_shell_executable' from source: unknown 3057 1726772979.66349: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772979.66350: variable 'ansible_pipelining' from source: unknown 3057 1726772979.66351: variable 'ansible_timeout' from source: unknown 3057 1726772979.66352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772979.66354: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772979.66355: variable 'omit' from source: magic vars 3057 1726772979.66356: starting attempt loop 3057 1726772979.66358: running the handler 3057 1726772979.66359: _low_level_execute_command(): starting 3057 1726772979.66360: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772979.66821: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.66834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.66851: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.66896: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.66914: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.66962: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.68614: stdout chunk (state=3): >>>/root <<< 3057 1726772979.68720: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.68782: stderr chunk (state=3): >>><<< 3057 1726772979.68786: stdout chunk (state=3): >>><<< 3057 1726772979.68803: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772979.68812: _low_level_execute_command(): starting 3057 1726772979.68815: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722 `" && echo ansible-tmp-1726772979.6880114-3413-64478807635722="` echo /root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722 `" ) && sleep 0' 3057 1726772979.69317: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.69320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726772979.69323: 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 <<< 3057 1726772979.69325: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.69327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772979.69329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.69383: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.69386: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.69430: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.71379: stdout chunk (state=3): >>>ansible-tmp-1726772979.6880114-3413-64478807635722=/root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722 <<< 3057 1726772979.71552: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.71558: stderr chunk (state=3): >>><<< 3057 1726772979.71561: stdout chunk (state=3): >>><<< 3057 1726772979.71577: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772979.6880114-3413-64478807635722=/root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772979.71618: variable 'ansible_module_compression' from source: unknown 3057 1726772979.71655: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726772979.71670: variable 'ansible_facts' from source: unknown 3057 1726772979.71721: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722/AnsiballZ_stat.py 3057 1726772979.71819: Sending initial data 3057 1726772979.71822: Sent initial data (150 bytes) 3057 1726772979.72322: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.72326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.72328: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.72333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.72396: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.72400: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772979.72404: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.72443: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.74050: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772979.74084: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772979.74128: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmps4wn8qs0 /root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722/AnsiballZ_stat.py <<< 3057 1726772979.74132: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722/AnsiballZ_stat.py" <<< 3057 1726772979.74159: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmps4wn8qs0" to remote "/root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722/AnsiballZ_stat.py" <<< 3057 1726772979.74164: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722/AnsiballZ_stat.py" <<< 3057 1726772979.74697: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.74778: stderr chunk (state=3): >>><<< 3057 1726772979.74785: stdout chunk (state=3): >>><<< 3057 1726772979.74806: done transferring module to remote 3057 1726772979.74816: _low_level_execute_command(): starting 3057 1726772979.74880: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722/ /root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722/AnsiballZ_stat.py && sleep 0' 3057 1726772979.75321: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.75324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772979.75327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772979.75329: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.75331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772979.75334: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.75388: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.75394: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772979.75396: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.75434: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.77282: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.77343: stderr chunk (state=3): >>><<< 3057 1726772979.77347: stdout chunk (state=3): >>><<< 3057 1726772979.77362: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772979.77365: _low_level_execute_command(): starting 3057 1726772979.77371: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722/AnsiballZ_stat.py && sleep 0' 3057 1726772979.77880: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.77884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.77887: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.77889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.77949: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.77952: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.78000: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.95133: 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": 4096, "inode": 262602, "dev": 51714, "nlink": 4, "atime": 1726772971.8100975, "mtime": 1726772971.8080974, "ctime": 1726772971.8080974, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1048239013", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3057 1726772979.96655: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772979.96720: stderr chunk (state=3): >>><<< 3057 1726772979.96724: stdout chunk (state=3): >>><<< 3057 1726772979.96741: _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": 4096, "inode": 262602, "dev": 51714, "nlink": 4, "atime": 1726772971.8100975, "mtime": 1726772971.8080974, "ctime": 1726772971.8080974, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1048239013", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772979.96784: 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-1726772979.6880114-3413-64478807635722/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772979.96789: _low_level_execute_command(): starting 3057 1726772979.96794: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772979.6880114-3413-64478807635722/ > /dev/null 2>&1 && sleep 0' 3057 1726772979.97293: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772979.97297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772979.97299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.97302: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772979.97304: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772979.97360: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772979.97364: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772979.97368: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772979.97406: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772979.99267: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772979.99325: stderr chunk (state=3): >>><<< 3057 1726772979.99328: stdout chunk (state=3): >>><<< 3057 1726772979.99344: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772979.99350: handler run complete 3057 1726772979.99387: attempt loop complete, returning result 3057 1726772979.99404: variable 'item' from source: unknown 3057 1726772979.99468: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726772971.8100975, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772971.8080974, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262602, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726772971.8080974, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "1048239013", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3057 1726772979.99629: dumping result to json 3057 1726772979.99632: done dumping result, returning 3057 1726772979.99634: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [02b512f9-4fcf-6140-6a9e-0000000000b6] 3057 1726772979.99638: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b6 3057 1726772979.99688: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b6 3057 1726772979.99691: WORKER PROCESS EXITING 3057 1726772979.99812: no more pending results, returning what we have 3057 1726772979.99815: results queue empty 3057 1726772979.99816: checking for any_errors_fatal 3057 1726772979.99820: done checking for any_errors_fatal 3057 1726772979.99821: checking for max_fail_percentage 3057 1726772979.99822: done checking for max_fail_percentage 3057 1726772979.99823: checking to see if all hosts have failed and the running result is not ok 3057 1726772979.99824: done checking to see if all hosts have failed 3057 1726772979.99824: getting the remaining hosts for this loop 3057 1726772979.99826: done getting the remaining hosts for this loop 3057 1726772979.99829: getting the next task for host managed_node2 3057 1726772979.99834: done getting next task for host managed_node2 3057 1726772979.99840: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3057 1726772979.99842: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772979.99852: getting variables 3057 1726772979.99853: in VariableManager get_vars() 3057 1726772979.99885: Calling all_inventory to load vars for managed_node2 3057 1726772979.99888: Calling groups_inventory to load vars for managed_node2 3057 1726772979.99890: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772979.99901: Calling all_plugins_play to load vars for managed_node2 3057 1726772979.99903: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772979.99910: Calling groups_plugins_play to load vars for managed_node2 3057 1726772980.00040: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772980.00168: done with get_vars() 3057 1726772980.00176: done getting variables 3057 1726772980.00225: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:09:40 -0400 (0:00:00.727) 0:00:24.741 **** 3057 1726772980.00250: entering _queue_task() for managed_node2/set_fact 3057 1726772980.00458: worker is 1 (out of 1 available) 3057 1726772980.00472: exiting _queue_task() for managed_node2/set_fact 3057 1726772980.00485: done queuing things up, now waiting for results queue to drain 3057 1726772980.00487: waiting for pending results... 3057 1726772980.00654: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3057 1726772980.00727: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000b7 3057 1726772980.00742: variable 'ansible_search_path' from source: unknown 3057 1726772980.00746: variable 'ansible_search_path' from source: unknown 3057 1726772980.00782: calling self._execute() 3057 1726772980.00847: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772980.00852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772980.00863: variable 'omit' from source: magic vars 3057 1726772980.00945: variable 'omit' from source: magic vars 3057 1726772980.00983: variable 'omit' from source: magic vars 3057 1726772980.01336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772980.02863: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772980.02920: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772980.02950: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772980.02979: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772980.03239: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772980.03242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772980.03244: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772980.03246: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772980.03248: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772980.03250: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772980.03252: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772980.03253: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772980.03255: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772980.03256: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772980.03257: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772980.03306: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772980.03328: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772980.03349: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772980.03379: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772980.03393: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772980.03567: variable '__kernel_settings_find_profile_dirs' from source: set_fact 3057 1726772980.03643: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772980.03839: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772980.03842: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772980.03843: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772980.03845: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772980.03868: 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) 3057 1726772980.03889: 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) 3057 1726772980.03911: 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) 3057 1726772980.03931: 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) 3057 1726772980.03975: variable 'omit' from source: magic vars 3057 1726772980.03995: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772980.04021: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772980.04036: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772980.04051: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772980.04060: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772980.04086: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772980.04089: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772980.04092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772980.04168: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772980.04175: Set connection var ansible_pipelining to False 3057 1726772980.04178: Set connection var ansible_shell_type to sh 3057 1726772980.04181: Set connection var ansible_connection to ssh 3057 1726772980.04192: Set connection var ansible_timeout to 10 3057 1726772980.04195: Set connection var ansible_shell_executable to /bin/sh 3057 1726772980.04217: variable 'ansible_shell_executable' from source: unknown 3057 1726772980.04220: variable 'ansible_connection' from source: unknown 3057 1726772980.04223: variable 'ansible_module_compression' from source: unknown 3057 1726772980.04227: variable 'ansible_shell_type' from source: unknown 3057 1726772980.04229: variable 'ansible_shell_executable' from source: unknown 3057 1726772980.04232: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772980.04234: variable 'ansible_pipelining' from source: unknown 3057 1726772980.04238: variable 'ansible_timeout' from source: unknown 3057 1726772980.04341: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772980.04345: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772980.04355: variable 'omit' from source: magic vars 3057 1726772980.04358: starting attempt loop 3057 1726772980.04361: running the handler 3057 1726772980.04363: handler run complete 3057 1726772980.04365: attempt loop complete, returning result 3057 1726772980.04367: _execute() done 3057 1726772980.04369: dumping result to json 3057 1726772980.04371: done dumping result, returning 3057 1726772980.04373: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [02b512f9-4fcf-6140-6a9e-0000000000b7] 3057 1726772980.04376: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b7 3057 1726772980.04458: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b7 3057 1726772980.04461: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 3057 1726772980.04530: no more pending results, returning what we have 3057 1726772980.04533: results queue empty 3057 1726772980.04534: checking for any_errors_fatal 3057 1726772980.04542: done checking for any_errors_fatal 3057 1726772980.04543: checking for max_fail_percentage 3057 1726772980.04545: done checking for max_fail_percentage 3057 1726772980.04545: checking to see if all hosts have failed and the running result is not ok 3057 1726772980.04546: done checking to see if all hosts have failed 3057 1726772980.04547: getting the remaining hosts for this loop 3057 1726772980.04549: done getting the remaining hosts for this loop 3057 1726772980.04553: getting the next task for host managed_node2 3057 1726772980.04558: done getting next task for host managed_node2 3057 1726772980.04562: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3057 1726772980.04564: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772980.04574: getting variables 3057 1726772980.04575: in VariableManager get_vars() 3057 1726772980.04609: Calling all_inventory to load vars for managed_node2 3057 1726772980.04612: Calling groups_inventory to load vars for managed_node2 3057 1726772980.04614: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772980.04622: Calling all_plugins_play to load vars for managed_node2 3057 1726772980.04625: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772980.04628: Calling groups_plugins_play to load vars for managed_node2 3057 1726772980.04760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772980.04891: done with get_vars() 3057 1726772980.04901: done getting variables 3057 1726772980.04948: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:09:40 -0400 (0:00:00.047) 0:00:24.788 **** 3057 1726772980.04973: entering _queue_task() for managed_node2/service 3057 1726772980.05183: worker is 1 (out of 1 available) 3057 1726772980.05197: exiting _queue_task() for managed_node2/service 3057 1726772980.05213: done queuing things up, now waiting for results queue to drain 3057 1726772980.05215: waiting for pending results... 3057 1726772980.05388: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3057 1726772980.05540: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000b8 3057 1726772980.05544: variable 'ansible_search_path' from source: unknown 3057 1726772980.05546: variable 'ansible_search_path' from source: unknown 3057 1726772980.05549: variable '__kernel_settings_services' from source: include_vars 3057 1726772980.05770: variable '__kernel_settings_services' from source: include_vars 3057 1726772980.05829: variable 'omit' from source: magic vars 3057 1726772980.05918: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772980.05927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772980.05937: variable 'omit' from source: magic vars 3057 1726772980.05997: variable 'omit' from source: magic vars 3057 1726772980.06034: variable 'omit' from source: magic vars 3057 1726772980.06066: variable 'item' from source: unknown 3057 1726772980.06173: variable 'item' from source: unknown 3057 1726772980.06193: variable 'omit' from source: magic vars 3057 1726772980.06234: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772980.06264: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772980.06280: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772980.06294: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772980.06307: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772980.06339: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772980.06342: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772980.06345: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772980.06417: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772980.06427: Set connection var ansible_pipelining to False 3057 1726772980.06430: Set connection var ansible_shell_type to sh 3057 1726772980.06434: Set connection var ansible_connection to ssh 3057 1726772980.06437: Set connection var ansible_timeout to 10 3057 1726772980.06446: Set connection var ansible_shell_executable to /bin/sh 3057 1726772980.06463: variable 'ansible_shell_executable' from source: unknown 3057 1726772980.06466: variable 'ansible_connection' from source: unknown 3057 1726772980.06469: variable 'ansible_module_compression' from source: unknown 3057 1726772980.06471: variable 'ansible_shell_type' from source: unknown 3057 1726772980.06474: variable 'ansible_shell_executable' from source: unknown 3057 1726772980.06476: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772980.06481: variable 'ansible_pipelining' from source: unknown 3057 1726772980.06483: variable 'ansible_timeout' from source: unknown 3057 1726772980.06488: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772980.06604: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772980.06614: variable 'omit' from source: magic vars 3057 1726772980.06620: starting attempt loop 3057 1726772980.06623: running the handler 3057 1726772980.06693: variable 'ansible_facts' from source: unknown 3057 1726772980.06784: _low_level_execute_command(): starting 3057 1726772980.06791: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772980.07341: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772980.07345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772980.07349: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.07408: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772980.07415: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772980.07418: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.07458: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.09167: stdout chunk (state=3): >>>/root <<< 3057 1726772980.09271: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772980.09338: stderr chunk (state=3): >>><<< 3057 1726772980.09341: stdout chunk (state=3): >>><<< 3057 1726772980.09363: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772980.09374: _low_level_execute_command(): starting 3057 1726772980.09381: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482 `" && echo ansible-tmp-1726772980.0936327-3436-200105546309482="` echo /root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482 `" ) && sleep 0' 3057 1726772980.09878: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772980.09882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772980.09893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772980.09895: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772980.09900: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.09951: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772980.09956: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772980.09959: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.09995: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.11981: stdout chunk (state=3): >>>ansible-tmp-1726772980.0936327-3436-200105546309482=/root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482 <<< 3057 1726772980.12154: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772980.12158: stdout chunk (state=3): >>><<< 3057 1726772980.12164: stderr chunk (state=3): >>><<< 3057 1726772980.12183: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772980.0936327-3436-200105546309482=/root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772980.12215: variable 'ansible_module_compression' from source: unknown 3057 1726772980.12256: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 3057 1726772980.12313: variable 'ansible_facts' from source: unknown 3057 1726772980.12452: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482/AnsiballZ_systemd.py 3057 1726772980.12574: Sending initial data 3057 1726772980.12577: Sent initial data (154 bytes) 3057 1726772980.13091: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772980.13094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772980.13097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.13102: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772980.13104: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772980.13106: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.13164: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772980.13171: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772980.13174: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.13206: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.14809: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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" <<< 3057 1726772980.14813: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3057 1726772980.14840: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772980.14877: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpxyhhp0x8 /root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482/AnsiballZ_systemd.py <<< 3057 1726772980.14884: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482/AnsiballZ_systemd.py" <<< 3057 1726772980.14917: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 3057 1726772980.14920: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpxyhhp0x8" to remote "/root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482/AnsiballZ_systemd.py" <<< 3057 1726772980.16007: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772980.16082: stderr chunk (state=3): >>><<< 3057 1726772980.16086: stdout chunk (state=3): >>><<< 3057 1726772980.16111: done transferring module to remote 3057 1726772980.16123: _low_level_execute_command(): starting 3057 1726772980.16126: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482/ /root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482/AnsiballZ_systemd.py && sleep 0' 3057 1726772980.16611: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772980.16617: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726772980.16619: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.16625: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772980.16628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.16675: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772980.16678: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.16723: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.18553: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772980.18612: stderr chunk (state=3): >>><<< 3057 1726772980.18615: stdout chunk (state=3): >>><<< 3057 1726772980.18629: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772980.18632: _low_level_execute_command(): starting 3057 1726772980.18639: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482/AnsiballZ_systemd.py && sleep 0' 3057 1726772980.19121: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772980.19125: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772980.19128: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772980.19130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.19192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772980.19195: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.19240: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.51671: 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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "3976", "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 15:09:36 EDT", "ExecMainStartTimestampMonotonic": "387804210", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "3976", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:09:36 EDT] ; stop_time=[n/a] ; pid=3976 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:09:36 EDT] ; stop_time=[n/a] ; pid=3976 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5667", "MemoryCurrent": "16228352", "MemoryPeak": "17235968", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3464761344", "CPUUsageNSec": "378794000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service auto-cpufreq.service cpupower.service tlp.service", "Before": "shutdown.target multi-user.target", "After": "basic.target sysinit.target dbus.socket systemd-sysctl.service dbus-broker.service systemd-journald.socket system.slice network.target polkit.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "Fr<<< 3057 1726772980.51688: stdout chunk (state=3): >>>agmentPath": "/usr/lib/systemd/system/tuned.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:09:36 EDT", "StateChangeTimestampMonotonic": "388169404", "InactiveExitTimestamp": "Thu 2024-09-19 15:09:36 EDT", "InactiveExitTimestampMonotonic": "387805085", "ActiveEnterTimestamp": "Thu 2024-09-19 15:09:36 EDT", "ActiveEnterTimestampMonotonic": "388169404", "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 15:09:36 EDT", "ConditionTimestampMonotonic": "387797953", "AssertTimestamp": "Thu 2024-09-19 15:09:36 EDT", "AssertTimestampMonotonic": "387797956", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "ab9a6dedfea646e19eb7dc04ff259e84", "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}}} <<< 3057 1726772980.53716: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772980.53776: stderr chunk (state=3): >>><<< 3057 1726772980.53780: stdout chunk (state=3): >>><<< 3057 1726772980.53943: _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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "3976", "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 15:09:36 EDT", "ExecMainStartTimestampMonotonic": "387804210", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "3976", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:09:36 EDT] ; stop_time=[n/a] ; pid=3976 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:09:36 EDT] ; stop_time=[n/a] ; pid=3976 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5667", "MemoryCurrent": "16228352", "MemoryPeak": "17235968", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3464761344", "CPUUsageNSec": "378794000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service auto-cpufreq.service cpupower.service tlp.service", "Before": "shutdown.target multi-user.target", "After": "basic.target sysinit.target dbus.socket systemd-sysctl.service dbus-broker.service systemd-journald.socket system.slice network.target polkit.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:09:36 EDT", "StateChangeTimestampMonotonic": "388169404", "InactiveExitTimestamp": "Thu 2024-09-19 15:09:36 EDT", "InactiveExitTimestampMonotonic": "387805085", "ActiveEnterTimestamp": "Thu 2024-09-19 15:09:36 EDT", "ActiveEnterTimestampMonotonic": "388169404", "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 15:09:36 EDT", "ConditionTimestampMonotonic": "387797953", "AssertTimestamp": "Thu 2024-09-19 15:09:36 EDT", "AssertTimestampMonotonic": "387797956", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "ab9a6dedfea646e19eb7dc04ff259e84", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772980.54056: 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-1726772980.0936327-3436-200105546309482/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772980.54088: _low_level_execute_command(): starting 3057 1726772980.54102: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772980.0936327-3436-200105546309482/ > /dev/null 2>&1 && sleep 0' 3057 1726772980.54795: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726772980.54818: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772980.54850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772980.54956: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772980.54975: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772980.55002: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.55082: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.56985: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772980.57097: stderr chunk (state=3): >>><<< 3057 1726772980.57112: stdout chunk (state=3): >>><<< 3057 1726772980.57241: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772980.57245: handler run complete 3057 1726772980.57248: attempt loop complete, returning result 3057 1726772980.57265: variable 'item' from source: unknown 3057 1726772980.57376: variable 'item' from source: unknown ok: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:09:36 EDT", "ActiveEnterTimestampMonotonic": "388169404", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target dbus.socket systemd-sysctl.service dbus-broker.service systemd-journald.socket system.slice network.target polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:09:36 EDT", "AssertTimestampMonotonic": "387797956", "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": "378794000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:09:36 EDT", "ConditionTimestampMonotonic": "387797953", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service auto-cpufreq.service cpupower.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5667", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "3976", "ExecMainStartTimestamp": "Thu 2024-09-19 15:09:36 EDT", "ExecMainStartTimestampMonotonic": "387804210", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:09:36 EDT] ; stop_time=[n/a] ; pid=3976 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:09:36 EDT] ; stop_time=[n/a] ; pid=3976 ; 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 15:09:36 EDT", "InactiveExitTimestampMonotonic": "387805085", "InvocationID": "ab9a6dedfea646e19eb7dc04ff259e84", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "3976", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3464761344", "MemoryCurrent": "16228352", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "17235968", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 15:09:36 EDT", "StateChangeTimestampMonotonic": "388169404", "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": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 3057 1726772980.57978: dumping result to json 3057 1726772980.57981: done dumping result, returning 3057 1726772980.57983: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [02b512f9-4fcf-6140-6a9e-0000000000b8] 3057 1726772980.57985: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b8 3057 1726772980.58075: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b8 3057 1726772980.58080: WORKER PROCESS EXITING 3057 1726772980.58182: no more pending results, returning what we have 3057 1726772980.58185: results queue empty 3057 1726772980.58186: checking for any_errors_fatal 3057 1726772980.58190: done checking for any_errors_fatal 3057 1726772980.58190: checking for max_fail_percentage 3057 1726772980.58192: done checking for max_fail_percentage 3057 1726772980.58192: checking to see if all hosts have failed and the running result is not ok 3057 1726772980.58193: done checking to see if all hosts have failed 3057 1726772980.58194: getting the remaining hosts for this loop 3057 1726772980.58195: done getting the remaining hosts for this loop 3057 1726772980.58198: getting the next task for host managed_node2 3057 1726772980.58203: done getting next task for host managed_node2 3057 1726772980.58206: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3057 1726772980.58209: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772980.58218: getting variables 3057 1726772980.58220: in VariableManager get_vars() 3057 1726772980.58242: Calling all_inventory to load vars for managed_node2 3057 1726772980.58244: Calling groups_inventory to load vars for managed_node2 3057 1726772980.58245: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772980.58252: Calling all_plugins_play to load vars for managed_node2 3057 1726772980.58254: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772980.58256: Calling groups_plugins_play to load vars for managed_node2 3057 1726772980.58363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772980.58488: done with get_vars() 3057 1726772980.58497: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:09:40 -0400 (0:00:00.535) 0:00:25.324 **** 3057 1726772980.58570: entering _queue_task() for managed_node2/file 3057 1726772980.58766: worker is 1 (out of 1 available) 3057 1726772980.58781: exiting _queue_task() for managed_node2/file 3057 1726772980.58796: done queuing things up, now waiting for results queue to drain 3057 1726772980.58798: waiting for pending results... 3057 1726772980.58996: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3057 1726772980.59067: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000b9 3057 1726772980.59081: variable 'ansible_search_path' from source: unknown 3057 1726772980.59085: variable 'ansible_search_path' from source: unknown 3057 1726772980.59119: calling self._execute() 3057 1726772980.59184: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772980.59188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772980.59198: variable 'omit' from source: magic vars 3057 1726772980.59280: variable 'omit' from source: magic vars 3057 1726772980.59320: variable 'omit' from source: magic vars 3057 1726772980.59343: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726772980.59584: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726772980.59681: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726772980.59688: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726772980.59728: variable 'omit' from source: magic vars 3057 1726772980.59763: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772980.59792: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772980.59814: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772980.59829: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772980.59841: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772980.59866: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772980.59869: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772980.59872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772980.59951: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772980.59959: Set connection var ansible_pipelining to False 3057 1726772980.59962: Set connection var ansible_shell_type to sh 3057 1726772980.59964: Set connection var ansible_connection to ssh 3057 1726772980.59970: Set connection var ansible_timeout to 10 3057 1726772980.59977: Set connection var ansible_shell_executable to /bin/sh 3057 1726772980.59996: variable 'ansible_shell_executable' from source: unknown 3057 1726772980.60001: variable 'ansible_connection' from source: unknown 3057 1726772980.60003: variable 'ansible_module_compression' from source: unknown 3057 1726772980.60008: variable 'ansible_shell_type' from source: unknown 3057 1726772980.60010: variable 'ansible_shell_executable' from source: unknown 3057 1726772980.60013: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772980.60017: variable 'ansible_pipelining' from source: unknown 3057 1726772980.60021: variable 'ansible_timeout' from source: unknown 3057 1726772980.60024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772980.60182: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726772980.60191: variable 'omit' from source: magic vars 3057 1726772980.60197: starting attempt loop 3057 1726772980.60200: running the handler 3057 1726772980.60215: _low_level_execute_command(): starting 3057 1726772980.60222: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772980.60776: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772980.60780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.60783: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772980.60786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.60830: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772980.60834: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772980.60854: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.60920: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.62626: stdout chunk (state=3): >>>/root <<< 3057 1726772980.62792: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772980.62795: stdout chunk (state=3): >>><<< 3057 1726772980.62805: stderr chunk (state=3): >>><<< 3057 1726772980.62824: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772980.62839: _low_level_execute_command(): starting 3057 1726772980.62847: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793 `" && echo ansible-tmp-1726772980.6282394-3451-217040498246793="` echo /root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793 `" ) && sleep 0' 3057 1726772980.63318: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772980.63322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772980.63358: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772980.63362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.63413: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772980.63426: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.63477: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.65450: stdout chunk (state=3): >>>ansible-tmp-1726772980.6282394-3451-217040498246793=/root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793 <<< 3057 1726772980.65570: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772980.65631: stderr chunk (state=3): >>><<< 3057 1726772980.65638: stdout chunk (state=3): >>><<< 3057 1726772980.65657: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772980.6282394-3451-217040498246793=/root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772980.65702: variable 'ansible_module_compression' from source: unknown 3057 1726772980.65745: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726772980.65778: variable 'ansible_facts' from source: unknown 3057 1726772980.65845: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793/AnsiballZ_file.py 3057 1726772980.65962: Sending initial data 3057 1726772980.65966: Sent initial data (151 bytes) 3057 1726772980.66440: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772980.66444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772980.66462: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.66524: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772980.66529: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772980.66531: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.66571: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.68176: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772980.68207: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772980.68252: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpv2m4__u9 /root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793/AnsiballZ_file.py <<< 3057 1726772980.68256: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793/AnsiballZ_file.py" <<< 3057 1726772980.68294: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpv2m4__u9" to remote "/root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793/AnsiballZ_file.py" <<< 3057 1726772980.68297: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793/AnsiballZ_file.py" <<< 3057 1726772980.68919: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772980.68931: stderr chunk (state=3): >>><<< 3057 1726772980.68934: stdout chunk (state=3): >>><<< 3057 1726772980.68959: done transferring module to remote 3057 1726772980.68970: _low_level_execute_command(): starting 3057 1726772980.68976: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793/ /root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793/AnsiballZ_file.py && sleep 0' 3057 1726772980.69473: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772980.69477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772980.69479: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726772980.69482: 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 <<< 3057 1726772980.69488: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.69539: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772980.69544: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772980.69546: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.69592: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.71418: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772980.71474: stderr chunk (state=3): >>><<< 3057 1726772980.71477: stdout chunk (state=3): >>><<< 3057 1726772980.71491: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772980.71494: _low_level_execute_command(): starting 3057 1726772980.71502: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793/AnsiballZ_file.py && sleep 0' 3057 1726772980.72002: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772980.72006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.72009: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772980.72012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772980.72014: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.72068: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772980.72073: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772980.72076: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.72119: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.90391: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "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}}} <<< 3057 1726772980.91861: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772980.91919: stderr chunk (state=3): >>><<< 3057 1726772980.91924: stdout chunk (state=3): >>><<< 3057 1726772980.91941: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772980.91979: 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-1726772980.6282394-3451-217040498246793/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772980.91988: _low_level_execute_command(): starting 3057 1726772980.91993: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772980.6282394-3451-217040498246793/ > /dev/null 2>&1 && sleep 0' 3057 1726772980.92489: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772980.92492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.92495: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772980.92497: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.92556: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772980.92560: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772980.92566: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.92606: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.94478: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772980.94547: stderr chunk (state=3): >>><<< 3057 1726772980.94550: stdout chunk (state=3): >>><<< 3057 1726772980.94565: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772980.94571: handler run complete 3057 1726772980.94591: attempt loop complete, returning result 3057 1726772980.94594: _execute() done 3057 1726772980.94597: dumping result to json 3057 1726772980.94604: done dumping result, returning 3057 1726772980.94612: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [02b512f9-4fcf-6140-6a9e-0000000000b9] 3057 1726772980.94617: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b9 3057 1726772980.94798: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000b9 3057 1726772980.94801: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } 3057 1726772980.94923: no more pending results, returning what we have 3057 1726772980.94926: results queue empty 3057 1726772980.94927: checking for any_errors_fatal 3057 1726772980.94943: done checking for any_errors_fatal 3057 1726772980.94944: checking for max_fail_percentage 3057 1726772980.94946: done checking for max_fail_percentage 3057 1726772980.94947: checking to see if all hosts have failed and the running result is not ok 3057 1726772980.94947: done checking to see if all hosts have failed 3057 1726772980.94948: getting the remaining hosts for this loop 3057 1726772980.94949: done getting the remaining hosts for this loop 3057 1726772980.94953: getting the next task for host managed_node2 3057 1726772980.94958: done getting next task for host managed_node2 3057 1726772980.94962: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3057 1726772980.94964: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772980.94974: getting variables 3057 1726772980.94975: in VariableManager get_vars() 3057 1726772980.95003: Calling all_inventory to load vars for managed_node2 3057 1726772980.95005: Calling groups_inventory to load vars for managed_node2 3057 1726772980.95007: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772980.95013: Calling all_plugins_play to load vars for managed_node2 3057 1726772980.95015: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772980.95017: Calling groups_plugins_play to load vars for managed_node2 3057 1726772980.95130: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772980.95260: done with get_vars() 3057 1726772980.95268: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:09:40 -0400 (0:00:00.367) 0:00:25.692 **** 3057 1726772980.95346: entering _queue_task() for managed_node2/slurp 3057 1726772980.95553: worker is 1 (out of 1 available) 3057 1726772980.95569: exiting _queue_task() for managed_node2/slurp 3057 1726772980.95582: done queuing things up, now waiting for results queue to drain 3057 1726772980.95584: waiting for pending results... 3057 1726772980.95752: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3057 1726772980.95823: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000ba 3057 1726772980.95837: variable 'ansible_search_path' from source: unknown 3057 1726772980.95840: variable 'ansible_search_path' from source: unknown 3057 1726772980.95876: calling self._execute() 3057 1726772980.95942: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772980.95946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772980.95953: variable 'omit' from source: magic vars 3057 1726772980.96036: variable 'omit' from source: magic vars 3057 1726772980.96074: variable 'omit' from source: magic vars 3057 1726772980.96096: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726772980.96329: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726772980.96392: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726772980.96432: variable 'omit' from source: magic vars 3057 1726772980.96473: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772980.96506: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772980.96521: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772980.96538: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772980.96549: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772980.96576: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772980.96579: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772980.96581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772980.96657: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772980.96664: Set connection var ansible_pipelining to False 3057 1726772980.96667: Set connection var ansible_shell_type to sh 3057 1726772980.96671: Set connection var ansible_connection to ssh 3057 1726772980.96740: Set connection var ansible_timeout to 10 3057 1726772980.96742: Set connection var ansible_shell_executable to /bin/sh 3057 1726772980.96744: variable 'ansible_shell_executable' from source: unknown 3057 1726772980.96745: variable 'ansible_connection' from source: unknown 3057 1726772980.96747: variable 'ansible_module_compression' from source: unknown 3057 1726772980.96748: variable 'ansible_shell_type' from source: unknown 3057 1726772980.96750: variable 'ansible_shell_executable' from source: unknown 3057 1726772980.96751: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772980.96752: variable 'ansible_pipelining' from source: unknown 3057 1726772980.96753: variable 'ansible_timeout' from source: unknown 3057 1726772980.96754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772980.96890: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726772980.96939: variable 'omit' from source: magic vars 3057 1726772980.96941: starting attempt loop 3057 1726772980.96943: running the handler 3057 1726772980.96944: _low_level_execute_command(): starting 3057 1726772980.96945: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772980.97476: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772980.97502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772980.97547: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772980.97572: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772980.97579: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772980.97616: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772980.99275: stdout chunk (state=3): >>>/root <<< 3057 1726772980.99370: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772980.99439: stderr chunk (state=3): >>><<< 3057 1726772980.99442: stdout chunk (state=3): >>><<< 3057 1726772980.99464: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772980.99477: _low_level_execute_command(): starting 3057 1726772980.99553: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682 `" && echo ansible-tmp-1726772980.9946468-3459-52019773190682="` echo /root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682 `" ) && sleep 0' 3057 1726772980.99989: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772980.99992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.00002: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772981.00004: 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 <<< 3057 1726772981.00007: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.00060: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.00065: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.00067: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.00106: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.02086: stdout chunk (state=3): >>>ansible-tmp-1726772980.9946468-3459-52019773190682=/root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682 <<< 3057 1726772981.02195: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772981.02258: stderr chunk (state=3): >>><<< 3057 1726772981.02262: stdout chunk (state=3): >>><<< 3057 1726772981.02279: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772980.9946468-3459-52019773190682=/root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772981.02329: variable 'ansible_module_compression' from source: unknown 3057 1726772981.02367: ANSIBALLZ: Using lock for slurp 3057 1726772981.02371: ANSIBALLZ: Acquiring lock 3057 1726772981.02373: ANSIBALLZ: Lock acquired: 140100833401680 3057 1726772981.02376: ANSIBALLZ: Creating module 3057 1726772981.10748: ANSIBALLZ: Writing module into payload 3057 1726772981.10794: ANSIBALLZ: Writing module 3057 1726772981.10820: ANSIBALLZ: Renaming module 3057 1726772981.10823: ANSIBALLZ: Done creating module 3057 1726772981.10845: variable 'ansible_facts' from source: unknown 3057 1726772981.10889: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682/AnsiballZ_slurp.py 3057 1726772981.11003: Sending initial data 3057 1726772981.11006: Sent initial data (151 bytes) 3057 1726772981.11511: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.11515: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.11518: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772981.11521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772981.11523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.11587: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.11589: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.11591: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.11629: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.13309: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772981.13351: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772981.13395: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpjsp9s1r6 /root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682/AnsiballZ_slurp.py <<< 3057 1726772981.13397: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682/AnsiballZ_slurp.py" <<< 3057 1726772981.13432: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpjsp9s1r6" to remote "/root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682/AnsiballZ_slurp.py" <<< 3057 1726772981.13946: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772981.14025: stderr chunk (state=3): >>><<< 3057 1726772981.14029: stdout chunk (state=3): >>><<< 3057 1726772981.14051: done transferring module to remote 3057 1726772981.14061: _low_level_execute_command(): starting 3057 1726772981.14069: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682/ /root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682/AnsiballZ_slurp.py && sleep 0' 3057 1726772981.14548: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.14551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.14558: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772981.14575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772981.14578: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.14621: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.14629: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.14662: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.16476: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772981.16534: stderr chunk (state=3): >>><<< 3057 1726772981.16540: stdout chunk (state=3): >>><<< 3057 1726772981.16554: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772981.16559: _low_level_execute_command(): starting 3057 1726772981.16565: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682/AnsiballZ_slurp.py && sleep 0' 3057 1726772981.17057: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772981.17061: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772981.17064: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772981.17066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726772981.17068: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.17126: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.17131: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.17133: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.17170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.33413: 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"}}} <<< 3057 1726772981.34752: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772981.34809: stderr chunk (state=3): >>><<< 3057 1726772981.34815: stdout chunk (state=3): >>><<< 3057 1726772981.34829: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772981.34856: 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-1726772980.9946468-3459-52019773190682/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772981.34864: _low_level_execute_command(): starting 3057 1726772981.34870: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772980.9946468-3459-52019773190682/ > /dev/null 2>&1 && sleep 0' 3057 1726772981.35341: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.35348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.35368: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.35425: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.35428: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.35431: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.35476: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.37359: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772981.37416: stderr chunk (state=3): >>><<< 3057 1726772981.37420: stdout chunk (state=3): >>><<< 3057 1726772981.37437: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772981.37444: handler run complete 3057 1726772981.37457: attempt loop complete, returning result 3057 1726772981.37460: _execute() done 3057 1726772981.37463: dumping result to json 3057 1726772981.37468: done dumping result, returning 3057 1726772981.37476: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [02b512f9-4fcf-6140-6a9e-0000000000ba] 3057 1726772981.37481: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000ba 3057 1726772981.37581: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000ba 3057 1726772981.37584: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } 3057 1726772981.37658: no more pending results, returning what we have 3057 1726772981.37661: results queue empty 3057 1726772981.37662: checking for any_errors_fatal 3057 1726772981.37670: done checking for any_errors_fatal 3057 1726772981.37671: checking for max_fail_percentage 3057 1726772981.37673: done checking for max_fail_percentage 3057 1726772981.37673: checking to see if all hosts have failed and the running result is not ok 3057 1726772981.37674: done checking to see if all hosts have failed 3057 1726772981.37675: getting the remaining hosts for this loop 3057 1726772981.37677: done getting the remaining hosts for this loop 3057 1726772981.37681: getting the next task for host managed_node2 3057 1726772981.37687: done getting next task for host managed_node2 3057 1726772981.37691: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3057 1726772981.37695: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772981.37705: getting variables 3057 1726772981.37707: in VariableManager get_vars() 3057 1726772981.37743: Calling all_inventory to load vars for managed_node2 3057 1726772981.37746: Calling groups_inventory to load vars for managed_node2 3057 1726772981.37748: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772981.37757: Calling all_plugins_play to load vars for managed_node2 3057 1726772981.37759: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772981.37762: Calling groups_plugins_play to load vars for managed_node2 3057 1726772981.37901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772981.38072: done with get_vars() 3057 1726772981.38079: done getting variables 3057 1726772981.38125: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:09:41 -0400 (0:00:00.428) 0:00:26.120 **** 3057 1726772981.38151: entering _queue_task() for managed_node2/set_fact 3057 1726772981.38361: worker is 1 (out of 1 available) 3057 1726772981.38376: exiting _queue_task() for managed_node2/set_fact 3057 1726772981.38393: done queuing things up, now waiting for results queue to drain 3057 1726772981.38395: waiting for pending results... 3057 1726772981.38571: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3057 1726772981.38647: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000bb 3057 1726772981.38661: variable 'ansible_search_path' from source: unknown 3057 1726772981.38665: variable 'ansible_search_path' from source: unknown 3057 1726772981.38696: calling self._execute() 3057 1726772981.38771: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772981.38777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772981.38785: variable 'omit' from source: magic vars 3057 1726772981.38872: variable 'omit' from source: magic vars 3057 1726772981.38908: variable 'omit' from source: magic vars 3057 1726772981.39233: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726772981.39243: variable '__cur_profile' from source: task vars 3057 1726772981.39363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772981.41163: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772981.41212: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772981.41245: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772981.41283: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772981.41304: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772981.41374: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772981.41394: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772981.41415: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772981.41540: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772981.41543: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772981.41558: variable '__kernel_settings_tuned_current_profile' from source: set_fact 3057 1726772981.41602: variable 'omit' from source: magic vars 3057 1726772981.41621: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772981.41645: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772981.41740: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772981.41743: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772981.41746: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772981.41749: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772981.41751: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772981.41753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772981.41794: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772981.41804: Set connection var ansible_pipelining to False 3057 1726772981.41807: Set connection var ansible_shell_type to sh 3057 1726772981.41809: Set connection var ansible_connection to ssh 3057 1726772981.41815: Set connection var ansible_timeout to 10 3057 1726772981.41822: Set connection var ansible_shell_executable to /bin/sh 3057 1726772981.41845: variable 'ansible_shell_executable' from source: unknown 3057 1726772981.41848: variable 'ansible_connection' from source: unknown 3057 1726772981.41851: variable 'ansible_module_compression' from source: unknown 3057 1726772981.41853: variable 'ansible_shell_type' from source: unknown 3057 1726772981.41855: variable 'ansible_shell_executable' from source: unknown 3057 1726772981.41858: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772981.41862: variable 'ansible_pipelining' from source: unknown 3057 1726772981.41865: variable 'ansible_timeout' from source: unknown 3057 1726772981.41869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772981.41956: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772981.41964: variable 'omit' from source: magic vars 3057 1726772981.41970: starting attempt loop 3057 1726772981.41973: running the handler 3057 1726772981.41986: handler run complete 3057 1726772981.41994: attempt loop complete, returning result 3057 1726772981.41997: _execute() done 3057 1726772981.41999: dumping result to json 3057 1726772981.42006: done dumping result, returning 3057 1726772981.42012: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [02b512f9-4fcf-6140-6a9e-0000000000bb] 3057 1726772981.42018: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000bb 3057 1726772981.42110: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000bb 3057 1726772981.42113: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 3057 1726772981.42182: no more pending results, returning what we have 3057 1726772981.42185: results queue empty 3057 1726772981.42186: checking for any_errors_fatal 3057 1726772981.42192: done checking for any_errors_fatal 3057 1726772981.42192: checking for max_fail_percentage 3057 1726772981.42194: done checking for max_fail_percentage 3057 1726772981.42195: checking to see if all hosts have failed and the running result is not ok 3057 1726772981.42195: done checking to see if all hosts have failed 3057 1726772981.42196: getting the remaining hosts for this loop 3057 1726772981.42198: done getting the remaining hosts for this loop 3057 1726772981.42202: getting the next task for host managed_node2 3057 1726772981.42209: done getting next task for host managed_node2 3057 1726772981.42212: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3057 1726772981.42215: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772981.42242: getting variables 3057 1726772981.42244: in VariableManager get_vars() 3057 1726772981.42277: Calling all_inventory to load vars for managed_node2 3057 1726772981.42279: Calling groups_inventory to load vars for managed_node2 3057 1726772981.42281: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772981.42290: Calling all_plugins_play to load vars for managed_node2 3057 1726772981.42293: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772981.42295: Calling groups_plugins_play to load vars for managed_node2 3057 1726772981.42418: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772981.42549: done with get_vars() 3057 1726772981.42560: done getting variables 3057 1726772981.42605: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:09:41 -0400 (0:00:00.044) 0:00:26.164 **** 3057 1726772981.42628: entering _queue_task() for managed_node2/copy 3057 1726772981.42822: worker is 1 (out of 1 available) 3057 1726772981.42833: exiting _queue_task() for managed_node2/copy 3057 1726772981.42850: done queuing things up, now waiting for results queue to drain 3057 1726772981.42852: waiting for pending results... 3057 1726772981.43080: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3057 1726772981.43158: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000bc 3057 1726772981.43172: variable 'ansible_search_path' from source: unknown 3057 1726772981.43175: variable 'ansible_search_path' from source: unknown 3057 1726772981.43212: calling self._execute() 3057 1726772981.43277: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772981.43281: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772981.43289: variable 'omit' from source: magic vars 3057 1726772981.43373: variable 'omit' from source: magic vars 3057 1726772981.43411: variable 'omit' from source: magic vars 3057 1726772981.43439: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726772981.43675: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726772981.43696: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726772981.43756: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726772981.43811: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726772981.43889: variable 'omit' from source: magic vars 3057 1726772981.43925: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772981.43958: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772981.43976: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772981.43994: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772981.44006: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772981.44031: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772981.44036: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772981.44039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772981.44116: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772981.44123: Set connection var ansible_pipelining to False 3057 1726772981.44127: Set connection var ansible_shell_type to sh 3057 1726772981.44129: Set connection var ansible_connection to ssh 3057 1726772981.44136: Set connection var ansible_timeout to 10 3057 1726772981.44143: Set connection var ansible_shell_executable to /bin/sh 3057 1726772981.44163: variable 'ansible_shell_executable' from source: unknown 3057 1726772981.44166: variable 'ansible_connection' from source: unknown 3057 1726772981.44168: variable 'ansible_module_compression' from source: unknown 3057 1726772981.44170: variable 'ansible_shell_type' from source: unknown 3057 1726772981.44173: variable 'ansible_shell_executable' from source: unknown 3057 1726772981.44177: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772981.44179: variable 'ansible_pipelining' from source: unknown 3057 1726772981.44182: variable 'ansible_timeout' from source: unknown 3057 1726772981.44188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772981.44298: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772981.44312: variable 'omit' from source: magic vars 3057 1726772981.44317: starting attempt loop 3057 1726772981.44321: running the handler 3057 1726772981.44333: _low_level_execute_command(): starting 3057 1726772981.44340: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772981.44943: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.44947: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.44951: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.44953: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.44957: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.44959: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.44988: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.45029: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.46716: stdout chunk (state=3): >>>/root <<< 3057 1726772981.46816: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772981.46881: stderr chunk (state=3): >>><<< 3057 1726772981.46884: stdout chunk (state=3): >>><<< 3057 1726772981.46906: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772981.46920: _low_level_execute_command(): starting 3057 1726772981.46926: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490 `" && echo ansible-tmp-1726772981.4690864-3468-260992021097490="` echo /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490 `" ) && sleep 0' 3057 1726772981.47427: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772981.47440: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772981.47443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.47445: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772981.47448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.47482: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.47488: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.47510: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.47568: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.49518: stdout chunk (state=3): >>>ansible-tmp-1726772981.4690864-3468-260992021097490=/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490 <<< 3057 1726772981.49689: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772981.49693: stdout chunk (state=3): >>><<< 3057 1726772981.49701: stderr chunk (state=3): >>><<< 3057 1726772981.49722: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772981.4690864-3468-260992021097490=/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772981.49805: variable 'ansible_module_compression' from source: unknown 3057 1726772981.49850: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726772981.49880: variable 'ansible_facts' from source: unknown 3057 1726772981.49947: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_stat.py 3057 1726772981.50050: Sending initial data 3057 1726772981.50054: Sent initial data (151 bytes) 3057 1726772981.50570: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.50573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772981.50578: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772981.50580: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.50637: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.50641: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.50644: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.50684: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.52258: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772981.52305: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772981.52343: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp8ftdoc2q /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_stat.py <<< 3057 1726772981.52360: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_stat.py" <<< 3057 1726772981.52386: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp8ftdoc2q" to remote "/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_stat.py" <<< 3057 1726772981.52389: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_stat.py" <<< 3057 1726772981.52919: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772981.52996: stderr chunk (state=3): >>><<< 3057 1726772981.53002: stdout chunk (state=3): >>><<< 3057 1726772981.53021: done transferring module to remote 3057 1726772981.53032: _low_level_execute_command(): starting 3057 1726772981.53038: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/ /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_stat.py && sleep 0' 3057 1726772981.53538: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.53542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772981.53544: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772981.53551: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.53554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.53601: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.53605: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.53607: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.53650: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.55423: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772981.55485: stderr chunk (state=3): >>><<< 3057 1726772981.55489: stdout chunk (state=3): >>><<< 3057 1726772981.55508: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772981.55511: _low_level_execute_command(): starting 3057 1726772981.55516: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_stat.py && sleep 0' 3057 1726772981.56011: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.56015: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.56017: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772981.56019: 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 <<< 3057 1726772981.56022: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.56079: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.56083: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.56087: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.56129: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.74268: 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": 262937, "dev": 51714, "nlink": 1, "atime": 1726772981.333163, "mtime": 1726772976.677131, "ctime": 1726772976.677131, "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": "1932631409", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726772981.75877: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772981.75944: stderr chunk (state=3): >>><<< 3057 1726772981.75948: stdout chunk (state=3): >>><<< 3057 1726772981.75964: _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": 262937, "dev": 51714, "nlink": 1, "atime": 1726772981.333163, "mtime": 1726772976.677131, "ctime": 1726772976.677131, "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": "1932631409", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772981.76019: 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-1726772981.4690864-3468-260992021097490/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726772981.76199: Sending initial data 3057 1726772981.76204: Sent initial data (139 bytes) 3057 1726772981.76632: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.76635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772981.76640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.76642: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.76645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.76702: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.76705: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.76707: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.76750: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.78396: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772981.78432: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772981.78475: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/.n1hmo377 /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/.source <<< 3057 1726772981.78478: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/.source" <<< 3057 1726772981.78506: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/.n1hmo377" to remote "/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/.source" <<< 3057 1726772981.78514: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/.source" <<< 3057 1726772981.78665: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772981.78746: stderr chunk (state=3): >>><<< 3057 1726772981.78749: stdout chunk (state=3): >>><<< 3057 1726772981.78769: _low_level_execute_command(): starting 3057 1726772981.78772: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/ /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/.source && sleep 0' 3057 1726772981.79269: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772981.79274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772981.79277: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726772981.79279: 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 <<< 3057 1726772981.79281: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.79333: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.79340: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.79343: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.79377: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.81184: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772981.81247: stderr chunk (state=3): >>><<< 3057 1726772981.81250: stdout chunk (state=3): >>><<< 3057 1726772981.81265: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772981.81288: variable 'ansible_module_compression' from source: unknown 3057 1726772981.81331: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3057 1726772981.81349: variable 'ansible_facts' from source: unknown 3057 1726772981.81392: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_copy.py 3057 1726772981.81493: Sending initial data 3057 1726772981.81496: Sent initial data (151 bytes) 3057 1726772981.81997: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772981.82003: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.82009: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772981.82012: 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 <<< 3057 1726772981.82014: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.82072: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.82075: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.82078: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.82119: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.83692: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772981.83726: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772981.83763: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpofql5kqo /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_copy.py <<< 3057 1726772981.83765: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_copy.py" <<< 3057 1726772981.83794: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpofql5kqo" to remote "/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_copy.py" <<< 3057 1726772981.83803: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_copy.py" <<< 3057 1726772981.84332: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772981.84412: stderr chunk (state=3): >>><<< 3057 1726772981.84416: stdout chunk (state=3): >>><<< 3057 1726772981.84434: done transferring module to remote 3057 1726772981.84444: _low_level_execute_command(): starting 3057 1726772981.84509: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/ /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_copy.py && sleep 0' 3057 1726772981.84929: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.84933: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.84950: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.85004: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.85008: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.85058: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772981.86852: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772981.86912: stderr chunk (state=3): >>><<< 3057 1726772981.86916: stdout chunk (state=3): >>><<< 3057 1726772981.86931: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772981.86934: _low_level_execute_command(): starting 3057 1726772981.86942: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/AnsiballZ_copy.py && sleep 0' 3057 1726772981.87427: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772981.87430: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.87433: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772981.87439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772981.87493: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772981.87502: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772981.87504: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772981.87550: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.04953: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/.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-1726772981.4690864-3468-260992021097490/.source", "_original_basename": ".n1hmo377", "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}}} <<< 3057 1726772982.06329: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772982.06392: stderr chunk (state=3): >>><<< 3057 1726772982.06396: stdout chunk (state=3): >>><<< 3057 1726772982.06413: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/.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-1726772981.4690864-3468-260992021097490/.source", "_original_basename": ".n1hmo377", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772982.06441: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/.source', '_original_basename': '.n1hmo377', '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-1726772981.4690864-3468-260992021097490/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772982.06451: _low_level_execute_command(): starting 3057 1726772982.06456: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/ > /dev/null 2>&1 && sleep 0' 3057 1726772982.06953: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.06956: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.06959: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772982.06961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.07019: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.07022: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.07070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.08960: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.09024: stderr chunk (state=3): >>><<< 3057 1726772982.09028: stdout chunk (state=3): >>><<< 3057 1726772982.09044: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772982.09052: handler run complete 3057 1726772982.09072: attempt loop complete, returning result 3057 1726772982.09075: _execute() done 3057 1726772982.09078: dumping result to json 3057 1726772982.09084: done dumping result, returning 3057 1726772982.09096: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [02b512f9-4fcf-6140-6a9e-0000000000bc] 3057 1726772982.09107: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000bc 3057 1726772982.09218: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000bc 3057 1726772982.09221: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "md5sum": "8d80fe3f09ba4b9ac8d7fd5e8541a324", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "src": "/root/.ansible/tmp/ansible-tmp-1726772981.4690864-3468-260992021097490/.source", "state": "file", "uid": 0 } 3057 1726772982.09324: no more pending results, returning what we have 3057 1726772982.09327: results queue empty 3057 1726772982.09328: checking for any_errors_fatal 3057 1726772982.09339: done checking for any_errors_fatal 3057 1726772982.09340: checking for max_fail_percentage 3057 1726772982.09341: done checking for max_fail_percentage 3057 1726772982.09343: checking to see if all hosts have failed and the running result is not ok 3057 1726772982.09344: done checking to see if all hosts have failed 3057 1726772982.09345: getting the remaining hosts for this loop 3057 1726772982.09347: done getting the remaining hosts for this loop 3057 1726772982.09350: getting the next task for host managed_node2 3057 1726772982.09356: done getting next task for host managed_node2 3057 1726772982.09359: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3057 1726772982.09362: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772982.09372: getting variables 3057 1726772982.09373: in VariableManager get_vars() 3057 1726772982.09409: Calling all_inventory to load vars for managed_node2 3057 1726772982.09412: Calling groups_inventory to load vars for managed_node2 3057 1726772982.09414: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772982.09422: Calling all_plugins_play to load vars for managed_node2 3057 1726772982.09424: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772982.09426: Calling groups_plugins_play to load vars for managed_node2 3057 1726772982.09577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772982.09705: done with get_vars() 3057 1726772982.09712: done getting variables 3057 1726772982.09760: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:09:42 -0400 (0:00:00.671) 0:00:26.836 **** 3057 1726772982.09785: entering _queue_task() for managed_node2/copy 3057 1726772982.10002: worker is 1 (out of 1 available) 3057 1726772982.10015: exiting _queue_task() for managed_node2/copy 3057 1726772982.10028: done queuing things up, now waiting for results queue to drain 3057 1726772982.10030: waiting for pending results... 3057 1726772982.10199: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3057 1726772982.10281: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000bd 3057 1726772982.10293: variable 'ansible_search_path' from source: unknown 3057 1726772982.10296: variable 'ansible_search_path' from source: unknown 3057 1726772982.10332: calling self._execute() 3057 1726772982.10400: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772982.10407: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772982.10416: variable 'omit' from source: magic vars 3057 1726772982.10498: variable 'omit' from source: magic vars 3057 1726772982.10538: variable 'omit' from source: magic vars 3057 1726772982.10562: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3057 1726772982.10808: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3057 1726772982.10868: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726772982.10897: variable 'omit' from source: magic vars 3057 1726772982.10938: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772982.10968: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772982.10984: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772982.10999: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772982.11017: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772982.11042: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772982.11045: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772982.11048: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772982.11125: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772982.11135: Set connection var ansible_pipelining to False 3057 1726772982.11138: Set connection var ansible_shell_type to sh 3057 1726772982.11142: Set connection var ansible_connection to ssh 3057 1726772982.11145: Set connection var ansible_timeout to 10 3057 1726772982.11152: Set connection var ansible_shell_executable to /bin/sh 3057 1726772982.11171: variable 'ansible_shell_executable' from source: unknown 3057 1726772982.11175: variable 'ansible_connection' from source: unknown 3057 1726772982.11178: variable 'ansible_module_compression' from source: unknown 3057 1726772982.11180: variable 'ansible_shell_type' from source: unknown 3057 1726772982.11182: variable 'ansible_shell_executable' from source: unknown 3057 1726772982.11185: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772982.11188: variable 'ansible_pipelining' from source: unknown 3057 1726772982.11191: variable 'ansible_timeout' from source: unknown 3057 1726772982.11195: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772982.11312: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772982.11321: variable 'omit' from source: magic vars 3057 1726772982.11327: starting attempt loop 3057 1726772982.11330: running the handler 3057 1726772982.11345: _low_level_execute_command(): starting 3057 1726772982.11355: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772982.11908: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.11912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.11930: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.11967: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.11971: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.11990: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.12054: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.13716: stdout chunk (state=3): >>>/root <<< 3057 1726772982.13879: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.13883: stdout chunk (state=3): >>><<< 3057 1726772982.13891: stderr chunk (state=3): >>><<< 3057 1726772982.13912: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772982.13925: _low_level_execute_command(): starting 3057 1726772982.13931: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418 `" && echo ansible-tmp-1726772982.1391237-3490-233003143771418="` echo /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418 `" ) && sleep 0' 3057 1726772982.14418: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772982.14422: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772982.14456: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.14466: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772982.14469: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.14471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.14520: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.14524: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.14533: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.14576: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.16508: stdout chunk (state=3): >>>ansible-tmp-1726772982.1391237-3490-233003143771418=/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418 <<< 3057 1726772982.16622: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.16686: stderr chunk (state=3): >>><<< 3057 1726772982.16689: stdout chunk (state=3): >>><<< 3057 1726772982.16708: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772982.1391237-3490-233003143771418=/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772982.16795: variable 'ansible_module_compression' from source: unknown 3057 1726772982.16839: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726772982.16875: variable 'ansible_facts' from source: unknown 3057 1726772982.16942: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_stat.py 3057 1726772982.17048: Sending initial data 3057 1726772982.17052: Sent initial data (151 bytes) 3057 1726772982.17557: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.17561: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.17564: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.17566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.17625: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.17633: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.17665: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.19226: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772982.19279: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772982.19316: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp6ur61x83 /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_stat.py <<< 3057 1726772982.19320: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_stat.py" <<< 3057 1726772982.19364: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp6ur61x83" to remote "/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_stat.py" <<< 3057 1726772982.19367: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_stat.py" <<< 3057 1726772982.19883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.19963: stderr chunk (state=3): >>><<< 3057 1726772982.19966: stdout chunk (state=3): >>><<< 3057 1726772982.19985: done transferring module to remote 3057 1726772982.20044: _low_level_execute_command(): starting 3057 1726772982.20048: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/ /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_stat.py && sleep 0' 3057 1726772982.20495: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772982.20498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.20501: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772982.20503: 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 <<< 3057 1726772982.20511: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.20567: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.20570: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.20572: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.20606: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.22413: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.22475: stderr chunk (state=3): >>><<< 3057 1726772982.22479: stdout chunk (state=3): >>><<< 3057 1726772982.22496: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772982.22500: _low_level_execute_command(): starting 3057 1726772982.22502: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_stat.py && sleep 0' 3057 1726772982.23011: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.23015: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.23017: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.23019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.23076: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.23085: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.23090: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.23127: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.40832: 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": 262606, "dev": 51714, "nlink": 1, "atime": 1726772976.4631295, "mtime": 1726772976.677131, "ctime": 1726772976.677131, "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": "1644978457", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726772982.42495: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772982.42559: stderr chunk (state=3): >>><<< 3057 1726772982.42563: stdout chunk (state=3): >>><<< 3057 1726772982.42583: _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": 262606, "dev": 51714, "nlink": 1, "atime": 1726772976.4631295, "mtime": 1726772976.677131, "ctime": 1726772976.677131, "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": "1644978457", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772982.42640: 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-1726772982.1391237-3490-233003143771418/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726772982.42743: Sending initial data 3057 1726772982.42747: Sent initial data (139 bytes) 3057 1726772982.43253: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.43256: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.43259: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.43261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.43320: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.43324: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.43329: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.43418: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.45123: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 3057 1726772982.45128: 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 <<< 3057 1726772982.45156: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772982.45196: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/.6ir02082 /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/.source <<< 3057 1726772982.45202: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/.source" <<< 3057 1726772982.45231: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/.6ir02082" to remote "/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/.source" <<< 3057 1726772982.45236: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/.source" <<< 3057 1726772982.45382: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.45462: stderr chunk (state=3): >>><<< 3057 1726772982.45465: stdout chunk (state=3): >>><<< 3057 1726772982.45487: _low_level_execute_command(): starting 3057 1726772982.45490: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/ /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/.source && sleep 0' 3057 1726772982.45993: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772982.45996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.45999: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726772982.46001: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.46004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.46060: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.46064: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.46069: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.46106: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.47980: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.48043: stderr chunk (state=3): >>><<< 3057 1726772982.48047: stdout chunk (state=3): >>><<< 3057 1726772982.48058: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772982.48085: variable 'ansible_module_compression' from source: unknown 3057 1726772982.48121: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3057 1726772982.48138: variable 'ansible_facts' from source: unknown 3057 1726772982.48185: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_copy.py 3057 1726772982.48284: Sending initial data 3057 1726772982.48287: Sent initial data (151 bytes) 3057 1726772982.48795: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.48800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.48807: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772982.48810: 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 <<< 3057 1726772982.48812: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.48859: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.48863: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.48909: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.50503: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772982.50538: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772982.50579: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpmhwflabr /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_copy.py <<< 3057 1726772982.50582: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_copy.py" <<< 3057 1726772982.50615: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpmhwflabr" to remote "/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_copy.py" <<< 3057 1726772982.50617: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_copy.py" <<< 3057 1726772982.51155: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.51237: stderr chunk (state=3): >>><<< 3057 1726772982.51240: stdout chunk (state=3): >>><<< 3057 1726772982.51259: done transferring module to remote 3057 1726772982.51266: _low_level_execute_command(): starting 3057 1726772982.51271: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/ /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_copy.py && sleep 0' 3057 1726772982.51791: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772982.51795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772982.51797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.51799: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.51802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.51862: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.51869: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.51870: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.51907: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.53772: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.53831: stderr chunk (state=3): >>><<< 3057 1726772982.53835: stdout chunk (state=3): >>><<< 3057 1726772982.53851: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772982.53855: _low_level_execute_command(): starting 3057 1726772982.53860: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/AnsiballZ_copy.py && sleep 0' 3057 1726772982.54358: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772982.54362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.54365: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772982.54367: 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.45.18 originally 10.31.45.18 <<< 3057 1726772982.54369: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.54420: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.54423: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.54473: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.71881: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/.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-1726772982.1391237-3490-233003143771418/.source", "_original_basename": ".6ir02082", "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}}} <<< 3057 1726772982.73259: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772982.73321: stderr chunk (state=3): >>><<< 3057 1726772982.73325: stdout chunk (state=3): >>><<< 3057 1726772982.73342: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/.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-1726772982.1391237-3490-233003143771418/.source", "_original_basename": ".6ir02082", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772982.73372: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/.source', '_original_basename': '.6ir02082', '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-1726772982.1391237-3490-233003143771418/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772982.73384: _low_level_execute_command(): starting 3057 1726772982.73389: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/ > /dev/null 2>&1 && sleep 0' 3057 1726772982.73886: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772982.73891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.73894: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726772982.73899: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.73901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.73959: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.73987: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.73990: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.74009: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.75968: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.75973: stdout chunk (state=3): >>><<< 3057 1726772982.75975: stderr chunk (state=3): >>><<< 3057 1726772982.75994: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772982.76001: handler run complete 3057 1726772982.76023: attempt loop complete, returning result 3057 1726772982.76026: _execute() done 3057 1726772982.76028: dumping result to json 3057 1726772982.76038: done dumping result, returning 3057 1726772982.76047: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [02b512f9-4fcf-6140-6a9e-0000000000bd] 3057 1726772982.76143: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000bd 3057 1726772982.76225: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000bd 3057 1726772982.76228: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "cf3f2a865fbea819dadd439586eaee31", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "src": "/root/.ansible/tmp/ansible-tmp-1726772982.1391237-3490-233003143771418/.source", "state": "file", "uid": 0 } 3057 1726772982.76317: no more pending results, returning what we have 3057 1726772982.76320: results queue empty 3057 1726772982.76321: checking for any_errors_fatal 3057 1726772982.76326: done checking for any_errors_fatal 3057 1726772982.76327: checking for max_fail_percentage 3057 1726772982.76328: done checking for max_fail_percentage 3057 1726772982.76329: checking to see if all hosts have failed and the running result is not ok 3057 1726772982.76329: done checking to see if all hosts have failed 3057 1726772982.76330: getting the remaining hosts for this loop 3057 1726772982.76331: done getting the remaining hosts for this loop 3057 1726772982.76336: getting the next task for host managed_node2 3057 1726772982.76347: done getting next task for host managed_node2 3057 1726772982.76351: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 3057 1726772982.76354: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772982.76364: getting variables 3057 1726772982.76365: in VariableManager get_vars() 3057 1726772982.76392: Calling all_inventory to load vars for managed_node2 3057 1726772982.76394: Calling groups_inventory to load vars for managed_node2 3057 1726772982.76395: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772982.76403: Calling all_plugins_play to load vars for managed_node2 3057 1726772982.76405: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772982.76407: Calling groups_plugins_play to load vars for managed_node2 3057 1726772982.76524: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772982.76652: done with get_vars() 3057 1726772982.76661: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:09:42 -0400 (0:00:00.669) 0:00:27.505 **** 3057 1726772982.76728: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726772982.76943: worker is 1 (out of 1 available) 3057 1726772982.76957: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726772982.76973: done queuing things up, now waiting for results queue to drain 3057 1726772982.76975: waiting for pending results... 3057 1726772982.77157: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 3057 1726772982.77233: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000be 3057 1726772982.77247: variable 'ansible_search_path' from source: unknown 3057 1726772982.77251: variable 'ansible_search_path' from source: unknown 3057 1726772982.77286: calling self._execute() 3057 1726772982.77354: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772982.77358: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772982.77367: variable 'omit' from source: magic vars 3057 1726772982.77700: variable 'omit' from source: magic vars 3057 1726772982.77739: variable 'omit' from source: magic vars 3057 1726772982.77763: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726772982.78000: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726772982.78058: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726772982.78120: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726772982.78126: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726772982.78169: variable 'omit' from source: magic vars 3057 1726772982.78207: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772982.78239: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772982.78256: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772982.78272: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772982.78282: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772982.78309: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772982.78313: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772982.78315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772982.78391: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772982.78402: Set connection var ansible_pipelining to False 3057 1726772982.78405: Set connection var ansible_shell_type to sh 3057 1726772982.78407: Set connection var ansible_connection to ssh 3057 1726772982.78410: Set connection var ansible_timeout to 10 3057 1726772982.78417: Set connection var ansible_shell_executable to /bin/sh 3057 1726772982.78438: variable 'ansible_shell_executable' from source: unknown 3057 1726772982.78441: variable 'ansible_connection' from source: unknown 3057 1726772982.78443: variable 'ansible_module_compression' from source: unknown 3057 1726772982.78446: variable 'ansible_shell_type' from source: unknown 3057 1726772982.78448: variable 'ansible_shell_executable' from source: unknown 3057 1726772982.78450: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772982.78455: variable 'ansible_pipelining' from source: unknown 3057 1726772982.78458: variable 'ansible_timeout' from source: unknown 3057 1726772982.78462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772982.78614: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726772982.78622: variable 'omit' from source: magic vars 3057 1726772982.78628: starting attempt loop 3057 1726772982.78631: running the handler 3057 1726772982.78645: _low_level_execute_command(): starting 3057 1726772982.78651: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772982.79209: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.79213: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.79216: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.79218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.79272: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.79277: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.79283: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.79322: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.80964: stdout chunk (state=3): >>>/root <<< 3057 1726772982.81122: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.81129: stdout chunk (state=3): >>><<< 3057 1726772982.81138: stderr chunk (state=3): >>><<< 3057 1726772982.81162: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772982.81174: _low_level_execute_command(): starting 3057 1726772982.81180: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336 `" && echo ansible-tmp-1726772982.811615-3512-181538532416336="` echo /root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336 `" ) && sleep 0' 3057 1726772982.81679: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772982.81685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772982.81695: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726772982.81700: 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.45.18 originally 10.31.45.18 <<< 3057 1726772982.81702: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.81747: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.81751: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.81755: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.81799: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.83760: stdout chunk (state=3): >>>ansible-tmp-1726772982.811615-3512-181538532416336=/root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336 <<< 3057 1726772982.83872: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.83936: stderr chunk (state=3): >>><<< 3057 1726772982.83940: stdout chunk (state=3): >>><<< 3057 1726772982.83961: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772982.811615-3512-181538532416336=/root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772982.84006: variable 'ansible_module_compression' from source: unknown 3057 1726772982.84039: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 3057 1726772982.84074: variable 'ansible_facts' from source: unknown 3057 1726772982.84139: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336/AnsiballZ_kernel_settings_get_config.py 3057 1726772982.84252: Sending initial data 3057 1726772982.84256: Sent initial data (172 bytes) 3057 1726772982.84741: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726772982.84768: 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 <<< 3057 1726772982.84772: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772982.84778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772982.84781: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.84829: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.84832: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.84845: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.84891: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.86466: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772982.86496: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772982.86536: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp147228s7 /root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336/AnsiballZ_kernel_settings_get_config.py <<< 3057 1726772982.86539: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726772982.86567: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp147228s7" to remote "/root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726772982.86573: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726772982.87080: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.87161: stderr chunk (state=3): >>><<< 3057 1726772982.87165: stdout chunk (state=3): >>><<< 3057 1726772982.87185: done transferring module to remote 3057 1726772982.87201: _low_level_execute_command(): starting 3057 1726772982.87204: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336/ /root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726772982.87698: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.87702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.87709: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772982.87714: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772982.87716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.87770: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.87773: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.87775: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.87818: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772982.89613: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772982.89670: stderr chunk (state=3): >>><<< 3057 1726772982.89674: stdout chunk (state=3): >>><<< 3057 1726772982.89688: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772982.89692: _low_level_execute_command(): starting 3057 1726772982.89695: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726772982.90192: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772982.90196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.90203: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772982.90206: 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 <<< 3057 1726772982.90208: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772982.90262: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772982.90270: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772982.90272: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772982.90312: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.07128: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "379724", "kernel.threads-max": "29968", "vm.max_map_count": "65530"}, "sysfs": {"/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0", "/sys/kernel/debug/x86/ibrs_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 3057 1726772983.08575: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772983.08750: stderr chunk (state=3): >>><<< 3057 1726772983.08754: stdout chunk (state=3): >>><<< 3057 1726772983.08756: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "379724", "kernel.threads-max": "29968", "vm.max_map_count": "65530"}, "sysfs": {"/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0", "/sys/kernel/debug/x86/ibrs_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772983.08760: 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-1726772982.811615-3512-181538532416336/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772983.08762: _low_level_execute_command(): starting 3057 1726772983.08764: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772982.811615-3512-181538532416336/ > /dev/null 2>&1 && sleep 0' 3057 1726772983.09169: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.09188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772983.09199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.09248: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.09262: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.09309: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.11217: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.11278: stderr chunk (state=3): >>><<< 3057 1726772983.11282: stdout chunk (state=3): >>><<< 3057 1726772983.11296: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772983.11306: handler run complete 3057 1726772983.11323: attempt loop complete, returning result 3057 1726772983.11326: _execute() done 3057 1726772983.11328: dumping result to json 3057 1726772983.11338: done dumping result, returning 3057 1726772983.11346: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [02b512f9-4fcf-6140-6a9e-0000000000be] 3057 1726772983.11352: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000be 3057 1726772983.11456: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000be 3057 1726772983.11459: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "379724", "kernel.threads-max": "29968", "vm.max_map_count": "65530" }, "sysfs": { "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" } } } 3057 1726772983.11550: no more pending results, returning what we have 3057 1726772983.11553: results queue empty 3057 1726772983.11554: checking for any_errors_fatal 3057 1726772983.11560: done checking for any_errors_fatal 3057 1726772983.11560: checking for max_fail_percentage 3057 1726772983.11562: done checking for max_fail_percentage 3057 1726772983.11563: checking to see if all hosts have failed and the running result is not ok 3057 1726772983.11563: done checking to see if all hosts have failed 3057 1726772983.11564: getting the remaining hosts for this loop 3057 1726772983.11565: done getting the remaining hosts for this loop 3057 1726772983.11569: getting the next task for host managed_node2 3057 1726772983.11574: done getting next task for host managed_node2 3057 1726772983.11577: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3057 1726772983.11580: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772983.11588: getting variables 3057 1726772983.11590: in VariableManager get_vars() 3057 1726772983.11622: Calling all_inventory to load vars for managed_node2 3057 1726772983.11625: Calling groups_inventory to load vars for managed_node2 3057 1726772983.11627: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772983.11643: Calling all_plugins_play to load vars for managed_node2 3057 1726772983.11646: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772983.11650: Calling groups_plugins_play to load vars for managed_node2 3057 1726772983.11952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772983.12075: done with get_vars() 3057 1726772983.12085: done getting variables 3057 1726772983.12172: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:09:43 -0400 (0:00:00.354) 0:00:27.860 **** 3057 1726772983.12197: entering _queue_task() for managed_node2/template 3057 1726772983.12199: Creating lock for template 3057 1726772983.12416: worker is 1 (out of 1 available) 3057 1726772983.12432: exiting _queue_task() for managed_node2/template 3057 1726772983.12449: done queuing things up, now waiting for results queue to drain 3057 1726772983.12450: waiting for pending results... 3057 1726772983.12630: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3057 1726772983.12715: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000bf 3057 1726772983.12729: variable 'ansible_search_path' from source: unknown 3057 1726772983.12733: variable 'ansible_search_path' from source: unknown 3057 1726772983.12766: calling self._execute() 3057 1726772983.12838: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772983.12843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772983.12852: variable 'omit' from source: magic vars 3057 1726772983.12937: variable 'omit' from source: magic vars 3057 1726772983.12975: variable 'omit' from source: magic vars 3057 1726772983.13240: variable '__kernel_settings_profile_src' from source: role '' all vars 3057 1726772983.13246: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726772983.13309: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726772983.13331: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726772983.13383: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726772983.13434: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726772983.13498: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726772983.13506: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726772983.13536: variable 'omit' from source: magic vars 3057 1726772983.13575: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772983.13609: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772983.13625: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772983.13641: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772983.13651: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772983.13681: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772983.13684: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772983.13687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772983.13762: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772983.13769: Set connection var ansible_pipelining to False 3057 1726772983.13772: Set connection var ansible_shell_type to sh 3057 1726772983.13775: Set connection var ansible_connection to ssh 3057 1726772983.13784: Set connection var ansible_timeout to 10 3057 1726772983.13789: Set connection var ansible_shell_executable to /bin/sh 3057 1726772983.13812: variable 'ansible_shell_executable' from source: unknown 3057 1726772983.13816: variable 'ansible_connection' from source: unknown 3057 1726772983.13818: variable 'ansible_module_compression' from source: unknown 3057 1726772983.13821: variable 'ansible_shell_type' from source: unknown 3057 1726772983.13824: variable 'ansible_shell_executable' from source: unknown 3057 1726772983.13826: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772983.13828: variable 'ansible_pipelining' from source: unknown 3057 1726772983.13831: variable 'ansible_timeout' from source: unknown 3057 1726772983.13837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772983.13950: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772983.13960: variable 'omit' from source: magic vars 3057 1726772983.13966: starting attempt loop 3057 1726772983.13969: running the handler 3057 1726772983.13980: _low_level_execute_command(): starting 3057 1726772983.13986: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772983.14527: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.14600: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.14605: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772983.14608: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.14611: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.14614: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.14641: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.14687: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.16356: stdout chunk (state=3): >>>/root <<< 3057 1726772983.16462: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.16530: stderr chunk (state=3): >>><<< 3057 1726772983.16534: stdout chunk (state=3): >>><<< 3057 1726772983.16558: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772983.16570: _low_level_execute_command(): starting 3057 1726772983.16576: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465 `" && echo ansible-tmp-1726772983.165584-3520-75825598285465="` echo /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465 `" ) && sleep 0' 3057 1726772983.17086: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772983.17090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.17094: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.17096: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.17132: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.17139: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.17172: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.17213: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.19187: stdout chunk (state=3): >>>ansible-tmp-1726772983.165584-3520-75825598285465=/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465 <<< 3057 1726772983.19356: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.19361: stdout chunk (state=3): >>><<< 3057 1726772983.19366: stderr chunk (state=3): >>><<< 3057 1726772983.19383: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772983.165584-3520-75825598285465=/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772983.19401: evaluation_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 3057 1726772983.19420: search_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 3057 1726772983.19441: variable 'ansible_search_path' from source: unknown 3057 1726772983.20079: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772983.21552: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772983.21608: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772983.21639: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772983.21667: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772983.21687: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772983.21902: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772983.21925: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772983.21946: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772983.21978: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772983.21989: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772983.22247: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772983.22265: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772983.22286: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772983.22316: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772983.22328: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772983.22612: variable 'ansible_managed' from source: unknown 3057 1726772983.22615: variable '__sections' from source: task vars 3057 1726772983.22717: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772983.22740: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772983.22759: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772983.22788: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772983.22802: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772983.22881: variable 'kernel_settings_sysctl' from source: include params 3057 1726772983.22889: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726772983.22894: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726772983.22941: variable '__sysctl_old' from source: task vars 3057 1726772983.22992: variable '__sysctl_old' from source: task vars 3057 1726772983.23145: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726772983.23149: variable 'kernel_settings_sysctl' from source: include params 3057 1726772983.23156: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726772983.23160: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726772983.23172: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726772983.23330: variable 'kernel_settings_sysfs' from source: include params 3057 1726772983.23337: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726772983.23343: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726772983.23363: variable '__sysfs_old' from source: task vars 3057 1726772983.23414: variable '__sysfs_old' from source: task vars 3057 1726772983.23568: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726772983.23571: variable 'kernel_settings_sysfs' from source: include params 3057 1726772983.23577: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726772983.23582: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726772983.23587: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726772983.23626: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 3057 1726772983.23633: variable '__systemd_old' from source: task vars 3057 1726772983.23679: variable '__systemd_old' from source: task vars 3057 1726772983.23826: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726772983.23831: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 3057 1726772983.23834: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.23836: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726772983.23850: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 3057 1726772983.23853: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 3057 1726772983.23858: variable '__trans_huge_old' from source: task vars 3057 1726772983.23903: variable '__trans_huge_old' from source: task vars 3057 1726772983.24046: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726772983.24049: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 3057 1726772983.24053: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24139: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726772983.24141: variable '__trans_defrag_old' from source: task vars 3057 1726772983.24143: variable '__trans_defrag_old' from source: task vars 3057 1726772983.24284: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726772983.24287: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 3057 1726772983.24291: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24299: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726772983.24314: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24326: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24338: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24352: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24359: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24366: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24384: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24389: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24400: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24403: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24411: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24418: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24424: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24429: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24436: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726772983.24901: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772983.24958: variable 'ansible_module_compression' from source: unknown 3057 1726772983.24994: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726772983.25014: variable 'ansible_facts' from source: unknown 3057 1726772983.25083: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_stat.py 3057 1726772983.25186: Sending initial data 3057 1726772983.25190: Sent initial data (149 bytes) 3057 1726772983.25692: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.25696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.25701: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.25703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.25756: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.25759: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.25761: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.25811: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.27474: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772983.27516: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772983.27567: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpum764m3p /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_stat.py <<< 3057 1726772983.27570: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_stat.py" <<< 3057 1726772983.27613: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpum764m3p" to remote "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_stat.py" <<< 3057 1726772983.27616: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_stat.py" <<< 3057 1726772983.28190: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.28273: stderr chunk (state=3): >>><<< 3057 1726772983.28276: stdout chunk (state=3): >>><<< 3057 1726772983.28298: done transferring module to remote 3057 1726772983.28312: _low_level_execute_command(): starting 3057 1726772983.28317: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/ /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_stat.py && sleep 0' 3057 1726772983.28807: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.28811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.28814: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772983.28816: 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 <<< 3057 1726772983.28818: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.28864: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.28883: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.28913: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.30742: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.30802: stderr chunk (state=3): >>><<< 3057 1726772983.30806: stdout chunk (state=3): >>><<< 3057 1726772983.30823: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772983.30827: _low_level_execute_command(): starting 3057 1726772983.30832: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_stat.py && sleep 0' 3057 1726772983.31314: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772983.31317: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772983.31320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772983.31322: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.31384: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.31391: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.31393: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.31431: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.49319: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 381, "inode": 262938, "dev": 51714, "nlink": 1, "atime": 1726772983.069175, "mtime": 1726772974.657117, "ctime": 1726772975.10112, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "mimetype": "text/plain", "charset": "us-ascii", "version": "1498631720", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726772983.50951: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772983.51009: stderr chunk (state=3): >>><<< 3057 1726772983.51013: stdout chunk (state=3): >>><<< 3057 1726772983.51027: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 381, "inode": 262938, "dev": 51714, "nlink": 1, "atime": 1726772983.069175, "mtime": 1726772974.657117, "ctime": 1726772975.10112, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "mimetype": "text/plain", "charset": "us-ascii", "version": "1498631720", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772983.51073: 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-1726772983.165584-3520-75825598285465/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726772983.51173: Sending initial data 3057 1726772983.51177: Sent initial data (163 bytes) 3057 1726772983.51670: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772983.51675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772983.51678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.51680: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.51684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.51739: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.51743: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.51751: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.51790: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.53444: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772983.53480: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772983.53529: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpibc661sg/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/.source.conf <<< 3057 1726772983.53532: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/.source.conf" <<< 3057 1726772983.53558: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpibc661sg/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/.source.conf" <<< 3057 1726772983.53564: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/.source.conf" <<< 3057 1726772983.53716: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.53791: stderr chunk (state=3): >>><<< 3057 1726772983.53794: stdout chunk (state=3): >>><<< 3057 1726772983.53814: _low_level_execute_command(): starting 3057 1726772983.53819: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/ /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/.source.conf && sleep 0' 3057 1726772983.54317: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772983.54321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772983.54324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772983.54327: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772983.54329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.54389: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.54392: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.54394: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.54428: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.56275: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.56340: stderr chunk (state=3): >>><<< 3057 1726772983.56343: stdout chunk (state=3): >>><<< 3057 1726772983.56359: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772983.56383: variable 'ansible_module_compression' from source: unknown 3057 1726772983.56441: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3057 1726772983.56448: variable 'ansible_facts' from source: unknown 3057 1726772983.56488: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_copy.py 3057 1726772983.56585: Sending initial data 3057 1726772983.56589: Sent initial data (149 bytes) 3057 1726772983.57090: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772983.57093: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772983.57099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772983.57101: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726772983.57103: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.57169: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.57172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.57173: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.57203: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.58811: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772983.58847: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772983.58888: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp8r6_969t /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_copy.py <<< 3057 1726772983.58891: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_copy.py" <<< 3057 1726772983.58923: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp8r6_969t" to remote "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_copy.py" <<< 3057 1726772983.58926: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_copy.py" <<< 3057 1726772983.59461: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.59628: stderr chunk (state=3): >>><<< 3057 1726772983.59632: stdout chunk (state=3): >>><<< 3057 1726772983.59634: done transferring module to remote 3057 1726772983.59638: _low_level_execute_command(): starting 3057 1726772983.59640: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/ /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_copy.py && sleep 0' 3057 1726772983.60043: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772983.60058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726772983.60069: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.60118: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.60133: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.60177: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.61987: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.62045: stderr chunk (state=3): >>><<< 3057 1726772983.62049: stdout chunk (state=3): >>><<< 3057 1726772983.62064: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772983.62067: _low_level_execute_command(): starting 3057 1726772983.62133: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/AnsiballZ_copy.py && sleep 0' 3057 1726772983.62564: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772983.62568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.62570: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772983.62579: 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 <<< 3057 1726772983.62582: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.62630: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.62634: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.62680: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.80670: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/.source.conf", "md5sum": "ba6aeb244f15eac2bcf15c0dd41fdff5", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726772983.82117: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772983.82178: stderr chunk (state=3): >>><<< 3057 1726772983.82182: stdout chunk (state=3): >>><<< 3057 1726772983.82198: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/.source.conf", "md5sum": "ba6aeb244f15eac2bcf15c0dd41fdff5", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772983.82229: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': '3feaf86b2638623e3300792e683ce55f91f31e9a', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772983.82264: _low_level_execute_command(): starting 3057 1726772983.82271: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/ > /dev/null 2>&1 && sleep 0' 3057 1726772983.82762: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772983.82766: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772983.82768: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726772983.82770: 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 <<< 3057 1726772983.82772: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.82836: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.82840: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.82841: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.82873: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.84760: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.84819: stderr chunk (state=3): >>><<< 3057 1726772983.84823: stdout chunk (state=3): >>><<< 3057 1726772983.84838: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772983.84850: handler run complete 3057 1726772983.84870: attempt loop complete, returning result 3057 1726772983.84875: _execute() done 3057 1726772983.84878: dumping result to json 3057 1726772983.84884: done dumping result, returning 3057 1726772983.84893: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [02b512f9-4fcf-6140-6a9e-0000000000bf] 3057 1726772983.84895: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000bf 3057 1726772983.85111: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000bf 3057 1726772983.85113: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "ba6aeb244f15eac2bcf15c0dd41fdff5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "src": "/root/.ansible/tmp/ansible-tmp-1726772983.165584-3520-75825598285465/.source.conf", "state": "file", "uid": 0 } 3057 1726772983.85227: no more pending results, returning what we have 3057 1726772983.85230: results queue empty 3057 1726772983.85231: checking for any_errors_fatal 3057 1726772983.85238: done checking for any_errors_fatal 3057 1726772983.85239: checking for max_fail_percentage 3057 1726772983.85241: done checking for max_fail_percentage 3057 1726772983.85241: checking to see if all hosts have failed and the running result is not ok 3057 1726772983.85242: done checking to see if all hosts have failed 3057 1726772983.85243: getting the remaining hosts for this loop 3057 1726772983.85244: done getting the remaining hosts for this loop 3057 1726772983.85247: getting the next task for host managed_node2 3057 1726772983.85253: done getting next task for host managed_node2 3057 1726772983.85257: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3057 1726772983.85259: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772983.85269: getting variables 3057 1726772983.85270: in VariableManager get_vars() 3057 1726772983.85301: Calling all_inventory to load vars for managed_node2 3057 1726772983.85303: Calling groups_inventory to load vars for managed_node2 3057 1726772983.85305: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772983.85312: Calling all_plugins_play to load vars for managed_node2 3057 1726772983.85314: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772983.85315: Calling groups_plugins_play to load vars for managed_node2 3057 1726772983.85450: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772983.85582: done with get_vars() 3057 1726772983.85590: done getting variables 3057 1726772983.85639: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:09:43 -0400 (0:00:00.734) 0:00:28.595 **** 3057 1726772983.85663: entering _queue_task() for managed_node2/service 3057 1726772983.85866: worker is 1 (out of 1 available) 3057 1726772983.85880: exiting _queue_task() for managed_node2/service 3057 1726772983.85893: done queuing things up, now waiting for results queue to drain 3057 1726772983.85895: waiting for pending results... 3057 1726772983.86072: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3057 1726772983.86147: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000c0 3057 1726772983.86165: variable 'ansible_search_path' from source: unknown 3057 1726772983.86169: variable 'ansible_search_path' from source: unknown 3057 1726772983.86209: variable '__kernel_settings_services' from source: include_vars 3057 1726772983.86468: variable '__kernel_settings_services' from source: include_vars 3057 1726772983.86526: variable 'omit' from source: magic vars 3057 1726772983.86615: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772983.86623: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772983.86631: variable 'omit' from source: magic vars 3057 1726772983.86832: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772983.87016: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772983.87053: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772983.87102: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772983.87129: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772983.87213: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726772983.87223: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726772983.87242: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): True 3057 1726772983.87252: variable 'omit' from source: magic vars 3057 1726772983.87282: variable 'omit' from source: magic vars 3057 1726772983.87314: variable 'item' from source: unknown 3057 1726772983.87369: variable 'item' from source: unknown 3057 1726772983.87385: variable 'omit' from source: magic vars 3057 1726772983.87408: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772983.87432: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772983.87449: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772983.87467: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772983.87475: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772983.87501: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772983.87505: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772983.87508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772983.87582: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772983.87588: Set connection var ansible_pipelining to False 3057 1726772983.87591: Set connection var ansible_shell_type to sh 3057 1726772983.87594: Set connection var ansible_connection to ssh 3057 1726772983.87601: Set connection var ansible_timeout to 10 3057 1726772983.87607: Set connection var ansible_shell_executable to /bin/sh 3057 1726772983.87624: variable 'ansible_shell_executable' from source: unknown 3057 1726772983.87627: variable 'ansible_connection' from source: unknown 3057 1726772983.87629: variable 'ansible_module_compression' from source: unknown 3057 1726772983.87632: variable 'ansible_shell_type' from source: unknown 3057 1726772983.87634: variable 'ansible_shell_executable' from source: unknown 3057 1726772983.87638: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772983.87643: variable 'ansible_pipelining' from source: unknown 3057 1726772983.87646: variable 'ansible_timeout' from source: unknown 3057 1726772983.87650: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772983.87740: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772983.87750: variable 'omit' from source: magic vars 3057 1726772983.87756: starting attempt loop 3057 1726772983.87759: running the handler 3057 1726772983.87825: variable 'ansible_facts' from source: unknown 3057 1726772983.87910: _low_level_execute_command(): starting 3057 1726772983.87916: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772983.88449: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.88453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.88474: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.88477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.88511: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.88523: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.88575: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.90221: stdout chunk (state=3): >>>/root <<< 3057 1726772983.90322: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.90384: stderr chunk (state=3): >>><<< 3057 1726772983.90390: stdout chunk (state=3): >>><<< 3057 1726772983.90411: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772983.90425: _low_level_execute_command(): starting 3057 1726772983.90431: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803 `" && echo ansible-tmp-1726772983.9041123-3542-16511902168803="` echo /root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803 `" ) && sleep 0' 3057 1726772983.90932: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.90937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772983.90940: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.90943: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.90953: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.90999: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.91003: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.91005: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.91050: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.93002: stdout chunk (state=3): >>>ansible-tmp-1726772983.9041123-3542-16511902168803=/root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803 <<< 3057 1726772983.93168: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.93172: stdout chunk (state=3): >>><<< 3057 1726772983.93178: stderr chunk (state=3): >>><<< 3057 1726772983.93192: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772983.9041123-3542-16511902168803=/root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772983.93226: variable 'ansible_module_compression' from source: unknown 3057 1726772983.93271: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 3057 1726772983.93326: variable 'ansible_facts' from source: unknown 3057 1726772983.93469: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803/AnsiballZ_systemd.py 3057 1726772983.93590: Sending initial data 3057 1726772983.93594: Sent initial data (153 bytes) 3057 1726772983.94088: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.94091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.94095: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772983.94101: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.94156: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.94159: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772983.94166: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.94203: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.95793: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772983.95828: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772983.95868: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp2yq0_5pl /root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803/AnsiballZ_systemd.py <<< 3057 1726772983.95871: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803/AnsiballZ_systemd.py" <<< 3057 1726772983.95898: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp2yq0_5pl" to remote "/root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803/AnsiballZ_systemd.py" <<< 3057 1726772983.95905: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803/AnsiballZ_systemd.py" <<< 3057 1726772983.96970: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.97045: stderr chunk (state=3): >>><<< 3057 1726772983.97049: stdout chunk (state=3): >>><<< 3057 1726772983.97076: done transferring module to remote 3057 1726772983.97086: _low_level_execute_command(): starting 3057 1726772983.97091: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803/ /root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803/AnsiballZ_systemd.py && sleep 0' 3057 1726772983.97585: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772983.97589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772983.97591: 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.45.18 is address <<< 3057 1726772983.97595: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772983.97597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772983.97649: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772983.97652: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772983.97694: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772983.99563: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772983.99568: stdout chunk (state=3): >>><<< 3057 1726772983.99573: stderr chunk (state=3): >>><<< 3057 1726772983.99591: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772983.99595: _low_level_execute_command(): starting 3057 1726772983.99601: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803/AnsiballZ_systemd.py && sleep 0' 3057 1726772984.00095: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772984.00099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772984.00102: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772984.00104: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772984.00106: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772984.00163: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772984.00166: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772984.00171: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772984.00214: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772984.48776: 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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "3976", "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 15:09:36 EDT", "ExecMainStartTimestampMonotonic": "387804210", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "3976", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:09:36 EDT] ; stop_time=[n/a] ; pid=3976 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:09:36 EDT] ; stop_time=[n/a] ; pid=3976 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5667", "MemoryCurrent": "16216064", "MemoryPeak": "17235968", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3504721920", "CPUUsageNSec": "379281000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service auto-cpufreq.service cpupower.service tlp.service", "Before": "shutdown.target multi-user.target", "After": "basic.target sysinit.target dbus.socket systemd-sysctl.service dbus-broker.service systemd-journald.socket system.slice network.target polkit.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:09:36 EDT", "StateChangeTimestampMonotonic": "388169404", "InactiveExitTimestamp": "Thu 2024-09-19 15:09:36 EDT", "InactiveExitTimestampMonotonic": "387805085", "ActiveEnterTimestamp": "Thu 2024-09-19 15:09:36 EDT", "ActiveEnterTimestampMonotonic": "388169404", "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 15:09:36 EDT", "ConditionTimestampMonotonic": "387797953", "AssertTimestamp": "Thu 2024-09-19 15:09:36 EDT", "AssertTimestampMonotonic": "387797956", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "ab9a6dedfea646e19eb7dc04ff259e84", "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}}} <<< 3057 1726772984.50926: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772984.50985: stderr chunk (state=3): >>><<< 3057 1726772984.50989: stdout chunk (state=3): >>><<< 3057 1726772984.51013: _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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "3976", "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 15:09:36 EDT", "ExecMainStartTimestampMonotonic": "387804210", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "3976", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:09:36 EDT] ; stop_time=[n/a] ; pid=3976 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:09:36 EDT] ; stop_time=[n/a] ; pid=3976 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5667", "MemoryCurrent": "16216064", "MemoryPeak": "17235968", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3504721920", "CPUUsageNSec": "379281000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service auto-cpufreq.service cpupower.service tlp.service", "Before": "shutdown.target multi-user.target", "After": "basic.target sysinit.target dbus.socket systemd-sysctl.service dbus-broker.service systemd-journald.socket system.slice network.target polkit.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:09:36 EDT", "StateChangeTimestampMonotonic": "388169404", "InactiveExitTimestamp": "Thu 2024-09-19 15:09:36 EDT", "InactiveExitTimestampMonotonic": "387805085", "ActiveEnterTimestamp": "Thu 2024-09-19 15:09:36 EDT", "ActiveEnterTimestampMonotonic": "388169404", "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 15:09:36 EDT", "ConditionTimestampMonotonic": "387797953", "AssertTimestamp": "Thu 2024-09-19 15:09:36 EDT", "AssertTimestampMonotonic": "387797956", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "ab9a6dedfea646e19eb7dc04ff259e84", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772984.51170: 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-1726772983.9041123-3542-16511902168803/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772984.51187: _low_level_execute_command(): starting 3057 1726772984.51191: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772983.9041123-3542-16511902168803/ > /dev/null 2>&1 && sleep 0' 3057 1726772984.51688: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772984.51694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772984.51697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772984.51699: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772984.51701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772984.51761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772984.51767: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772984.51770: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772984.51807: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772984.53810: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772984.53871: stderr chunk (state=3): >>><<< 3057 1726772984.53875: stdout chunk (state=3): >>><<< 3057 1726772984.53889: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772984.53896: handler run complete 3057 1726772984.53941: attempt loop complete, returning result 3057 1726772984.53964: variable 'item' from source: unknown 3057 1726772984.54029: variable 'item' from source: unknown changed: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:09:36 EDT", "ActiveEnterTimestampMonotonic": "388169404", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target dbus.socket systemd-sysctl.service dbus-broker.service systemd-journald.socket system.slice network.target polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:09:36 EDT", "AssertTimestampMonotonic": "387797956", "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": "379281000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:09:36 EDT", "ConditionTimestampMonotonic": "387797953", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service auto-cpufreq.service cpupower.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5667", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "3976", "ExecMainStartTimestamp": "Thu 2024-09-19 15:09:36 EDT", "ExecMainStartTimestampMonotonic": "387804210", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:09:36 EDT] ; stop_time=[n/a] ; pid=3976 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:09:36 EDT] ; stop_time=[n/a] ; pid=3976 ; 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 15:09:36 EDT", "InactiveExitTimestampMonotonic": "387805085", "InvocationID": "ab9a6dedfea646e19eb7dc04ff259e84", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "3976", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3504721920", "MemoryCurrent": "16216064", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "17235968", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 15:09:36 EDT", "StateChangeTimestampMonotonic": "388169404", "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": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 3057 1726772984.54562: dumping result to json 3057 1726772984.54566: done dumping result, returning 3057 1726772984.54569: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [02b512f9-4fcf-6140-6a9e-0000000000c0] 3057 1726772984.54572: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000c0 3057 1726772984.54652: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000c0 3057 1726772984.54655: WORKER PROCESS EXITING 3057 1726772984.54765: no more pending results, returning what we have 3057 1726772984.54768: results queue empty 3057 1726772984.54769: checking for any_errors_fatal 3057 1726772984.54775: done checking for any_errors_fatal 3057 1726772984.54776: checking for max_fail_percentage 3057 1726772984.54777: done checking for max_fail_percentage 3057 1726772984.54779: checking to see if all hosts have failed and the running result is not ok 3057 1726772984.54780: done checking to see if all hosts have failed 3057 1726772984.54780: getting the remaining hosts for this loop 3057 1726772984.54782: done getting the remaining hosts for this loop 3057 1726772984.54784: getting the next task for host managed_node2 3057 1726772984.54789: done getting next task for host managed_node2 3057 1726772984.54791: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3057 1726772984.54794: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772984.54801: getting variables 3057 1726772984.54802: in VariableManager get_vars() 3057 1726772984.54824: Calling all_inventory to load vars for managed_node2 3057 1726772984.54826: Calling groups_inventory to load vars for managed_node2 3057 1726772984.54827: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772984.54834: Calling all_plugins_play to load vars for managed_node2 3057 1726772984.54837: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772984.54839: Calling groups_plugins_play to load vars for managed_node2 3057 1726772984.54961: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772984.55086: done with get_vars() 3057 1726772984.55094: done getting variables 3057 1726772984.55170: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:09:44 -0400 (0:00:00.695) 0:00:29.290 **** 3057 1726772984.55192: entering _queue_task() for managed_node2/command 3057 1726772984.55194: Creating lock for command 3057 1726772984.55415: worker is 1 (out of 1 available) 3057 1726772984.55430: exiting _queue_task() for managed_node2/command 3057 1726772984.55444: done queuing things up, now waiting for results queue to drain 3057 1726772984.55446: waiting for pending results... 3057 1726772984.55639: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3057 1726772984.55717: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000c1 3057 1726772984.55730: variable 'ansible_search_path' from source: unknown 3057 1726772984.55734: variable 'ansible_search_path' from source: unknown 3057 1726772984.55767: calling self._execute() 3057 1726772984.55840: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772984.55847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772984.55855: variable 'omit' from source: magic vars 3057 1726772984.56242: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772984.56439: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772984.56474: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772984.56502: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772984.56530: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772984.56630: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726772984.56654: Evaluated conditional (not __kernel_settings_register_profile is changed): False 3057 1726772984.56658: when evaluation is False, skipping this task 3057 1726772984.56662: _execute() done 3057 1726772984.56664: dumping result to json 3057 1726772984.56667: done dumping result, returning 3057 1726772984.56676: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [02b512f9-4fcf-6140-6a9e-0000000000c1] 3057 1726772984.56681: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000c1 3057 1726772984.56778: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000c1 3057 1726772984.56781: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_register_profile is changed", "skip_reason": "Conditional result was False" } 3057 1726772984.56832: no more pending results, returning what we have 3057 1726772984.56837: results queue empty 3057 1726772984.56838: checking for any_errors_fatal 3057 1726772984.56857: done checking for any_errors_fatal 3057 1726772984.56858: checking for max_fail_percentage 3057 1726772984.56859: done checking for max_fail_percentage 3057 1726772984.56860: checking to see if all hosts have failed and the running result is not ok 3057 1726772984.56860: done checking to see if all hosts have failed 3057 1726772984.56861: getting the remaining hosts for this loop 3057 1726772984.56863: done getting the remaining hosts for this loop 3057 1726772984.56866: getting the next task for host managed_node2 3057 1726772984.56871: done getting next task for host managed_node2 3057 1726772984.56875: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3057 1726772984.56878: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772984.56893: getting variables 3057 1726772984.56895: in VariableManager get_vars() 3057 1726772984.56927: Calling all_inventory to load vars for managed_node2 3057 1726772984.56929: Calling groups_inventory to load vars for managed_node2 3057 1726772984.56932: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772984.56942: Calling all_plugins_play to load vars for managed_node2 3057 1726772984.56945: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772984.56947: Calling groups_plugins_play to load vars for managed_node2 3057 1726772984.57062: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772984.57197: done with get_vars() 3057 1726772984.57207: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:09:44 -0400 (0:00:00.020) 0:00:29.311 **** 3057 1726772984.57281: entering _queue_task() for managed_node2/include_tasks 3057 1726772984.57488: worker is 1 (out of 1 available) 3057 1726772984.57505: exiting _queue_task() for managed_node2/include_tasks 3057 1726772984.57518: done queuing things up, now waiting for results queue to drain 3057 1726772984.57521: waiting for pending results... 3057 1726772984.57704: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3057 1726772984.57783: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000c2 3057 1726772984.57795: variable 'ansible_search_path' from source: unknown 3057 1726772984.57801: variable 'ansible_search_path' from source: unknown 3057 1726772984.57841: calling self._execute() 3057 1726772984.57910: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772984.57914: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772984.57923: variable 'omit' from source: magic vars 3057 1726772984.58281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772984.58532: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772984.58568: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772984.58593: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772984.58621: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772984.58706: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726772984.58728: Evaluated conditional (__kernel_settings_register_apply is changed): True 3057 1726772984.58738: _execute() done 3057 1726772984.58743: dumping result to json 3057 1726772984.58746: done dumping result, returning 3057 1726772984.58749: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [02b512f9-4fcf-6140-6a9e-0000000000c2] 3057 1726772984.58754: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000c2 3057 1726772984.58854: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000c2 3057 1726772984.58856: WORKER PROCESS EXITING 3057 1726772984.58899: no more pending results, returning what we have 3057 1726772984.58904: in VariableManager get_vars() 3057 1726772984.58943: Calling all_inventory to load vars for managed_node2 3057 1726772984.58946: Calling groups_inventory to load vars for managed_node2 3057 1726772984.58948: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772984.58957: Calling all_plugins_play to load vars for managed_node2 3057 1726772984.58960: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772984.58962: Calling groups_plugins_play to load vars for managed_node2 3057 1726772984.59095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772984.59265: done with get_vars() 3057 1726772984.59270: variable 'ansible_search_path' from source: unknown 3057 1726772984.59271: variable 'ansible_search_path' from source: unknown 3057 1726772984.59294: we have included files to process 3057 1726772984.59295: generating all_blocks data 3057 1726772984.59299: done generating all_blocks data 3057 1726772984.59303: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726772984.59305: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726772984.59306: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726772984.59642: done processing included file 3057 1726772984.59644: iterating over new_blocks loaded from include file 3057 1726772984.59645: in VariableManager get_vars() 3057 1726772984.59661: done with get_vars() 3057 1726772984.59662: filtering new block on tags 3057 1726772984.59699: done filtering new block on tags 3057 1726772984.59701: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node2 3057 1726772984.59705: extending task lists for all hosts with included blocks 3057 1726772984.60098: done extending task lists 3057 1726772984.60099: done processing included files 3057 1726772984.60100: results queue empty 3057 1726772984.60101: checking for any_errors_fatal 3057 1726772984.60104: done checking for any_errors_fatal 3057 1726772984.60105: checking for max_fail_percentage 3057 1726772984.60106: done checking for max_fail_percentage 3057 1726772984.60106: checking to see if all hosts have failed and the running result is not ok 3057 1726772984.60107: done checking to see if all hosts have failed 3057 1726772984.60107: getting the remaining hosts for this loop 3057 1726772984.60108: done getting the remaining hosts for this loop 3057 1726772984.60110: getting the next task for host managed_node2 3057 1726772984.60113: done getting next task for host managed_node2 3057 1726772984.60115: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 3057 1726772984.60117: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772984.60124: getting variables 3057 1726772984.60125: in VariableManager get_vars() 3057 1726772984.60134: Calling all_inventory to load vars for managed_node2 3057 1726772984.60137: Calling groups_inventory to load vars for managed_node2 3057 1726772984.60139: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772984.60143: Calling all_plugins_play to load vars for managed_node2 3057 1726772984.60144: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772984.60146: Calling groups_plugins_play to load vars for managed_node2 3057 1726772984.60255: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772984.60376: done with get_vars() 3057 1726772984.60384: done getting variables 3057 1726772984.60414: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 15:09:44 -0400 (0:00:00.031) 0:00:29.343 **** 3057 1726772984.60442: entering _queue_task() for managed_node2/command 3057 1726772984.60667: worker is 1 (out of 1 available) 3057 1726772984.60681: exiting _queue_task() for managed_node2/command 3057 1726772984.60695: done queuing things up, now waiting for results queue to drain 3057 1726772984.60700: waiting for pending results... 3057 1726772984.60876: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 3057 1726772984.60966: in run() - task 02b512f9-4fcf-6140-6a9e-0000000001c9 3057 1726772984.60978: variable 'ansible_search_path' from source: unknown 3057 1726772984.60981: variable 'ansible_search_path' from source: unknown 3057 1726772984.61013: calling self._execute() 3057 1726772984.61081: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772984.61086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772984.61094: variable 'omit' from source: magic vars 3057 1726772984.61177: variable 'omit' from source: magic vars 3057 1726772984.61224: variable 'omit' from source: magic vars 3057 1726772984.61249: variable 'omit' from source: magic vars 3057 1726772984.61288: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772984.61319: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772984.61338: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772984.61354: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772984.61365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772984.61393: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772984.61400: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772984.61403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772984.61475: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772984.61483: Set connection var ansible_pipelining to False 3057 1726772984.61486: Set connection var ansible_shell_type to sh 3057 1726772984.61490: Set connection var ansible_connection to ssh 3057 1726772984.61498: Set connection var ansible_timeout to 10 3057 1726772984.61503: Set connection var ansible_shell_executable to /bin/sh 3057 1726772984.61525: variable 'ansible_shell_executable' from source: unknown 3057 1726772984.61528: variable 'ansible_connection' from source: unknown 3057 1726772984.61530: variable 'ansible_module_compression' from source: unknown 3057 1726772984.61533: variable 'ansible_shell_type' from source: unknown 3057 1726772984.61538: variable 'ansible_shell_executable' from source: unknown 3057 1726772984.61541: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772984.61543: variable 'ansible_pipelining' from source: unknown 3057 1726772984.61546: variable 'ansible_timeout' from source: unknown 3057 1726772984.61551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772984.61667: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772984.61675: variable 'omit' from source: magic vars 3057 1726772984.61681: starting attempt loop 3057 1726772984.61685: running the handler 3057 1726772984.61700: _low_level_execute_command(): starting 3057 1726772984.61703: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772984.62271: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772984.62275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772984.62279: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772984.62333: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772984.62339: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772984.62341: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772984.62390: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772984.64104: stdout chunk (state=3): >>>/root <<< 3057 1726772984.64215: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772984.64272: stderr chunk (state=3): >>><<< 3057 1726772984.64276: stdout chunk (state=3): >>><<< 3057 1726772984.64299: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772984.64316: _low_level_execute_command(): starting 3057 1726772984.64321: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977 `" && echo ansible-tmp-1726772984.6430137-3552-89184075486977="` echo /root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977 `" ) && sleep 0' 3057 1726772984.64818: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772984.64821: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772984.64824: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772984.64835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772984.64895: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772984.64899: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772984.64903: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772984.64931: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772984.66902: stdout chunk (state=3): >>>ansible-tmp-1726772984.6430137-3552-89184075486977=/root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977 <<< 3057 1726772984.67018: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772984.67242: stderr chunk (state=3): >>><<< 3057 1726772984.67246: stdout chunk (state=3): >>><<< 3057 1726772984.67248: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772984.6430137-3552-89184075486977=/root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772984.67251: variable 'ansible_module_compression' from source: unknown 3057 1726772984.67467: ANSIBALLZ: Using generic lock for ansible.legacy.command 3057 1726772984.67477: ANSIBALLZ: Acquiring lock 3057 1726772984.67537: ANSIBALLZ: Lock acquired: 140100833264128 3057 1726772984.67541: ANSIBALLZ: Creating module 3057 1726772984.78591: ANSIBALLZ: Writing module into payload 3057 1726772984.78660: ANSIBALLZ: Writing module 3057 1726772984.78679: ANSIBALLZ: Renaming module 3057 1726772984.78685: ANSIBALLZ: Done creating module 3057 1726772984.78701: variable 'ansible_facts' from source: unknown 3057 1726772984.78755: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977/AnsiballZ_command.py 3057 1726772984.78866: Sending initial data 3057 1726772984.78870: Sent initial data (153 bytes) 3057 1726772984.79366: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772984.79369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772984.79372: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772984.79374: 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 <<< 3057 1726772984.79376: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772984.79433: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772984.79444: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772984.79446: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772984.79483: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772984.81160: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772984.81207: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772984.81253: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpskymb0ka /root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977/AnsiballZ_command.py <<< 3057 1726772984.81258: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977/AnsiballZ_command.py" <<< 3057 1726772984.81301: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpskymb0ka" to remote "/root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977/AnsiballZ_command.py" <<< 3057 1726772984.81305: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977/AnsiballZ_command.py" <<< 3057 1726772984.81836: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772984.81914: stderr chunk (state=3): >>><<< 3057 1726772984.81917: stdout chunk (state=3): >>><<< 3057 1726772984.81942: done transferring module to remote 3057 1726772984.81952: _low_level_execute_command(): starting 3057 1726772984.81958: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977/ /root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977/AnsiballZ_command.py && sleep 0' 3057 1726772984.82451: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772984.82456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772984.82459: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772984.82467: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772984.82469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772984.82513: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772984.82518: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772984.82568: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772984.84385: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772984.84449: stderr chunk (state=3): >>><<< 3057 1726772984.84453: stdout chunk (state=3): >>><<< 3057 1726772984.84469: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772984.84472: _low_level_execute_command(): starting 3057 1726772984.84477: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977/AnsiballZ_command.py && sleep 0' 3057 1726772984.84979: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772984.84983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772984.84985: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772984.84988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772984.85031: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772984.85038: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772984.85058: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772984.85125: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772985.14735: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:09:45.016857", "end": "2024-09-19 15:09:45.146252", "delta": "0:00:00.129395", "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}}} <<< 3057 1726772985.16404: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772985.16462: stderr chunk (state=3): >>><<< 3057 1726772985.16465: stdout chunk (state=3): >>><<< 3057 1726772985.16483: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:09:45.016857", "end": "2024-09-19 15:09:45.146252", "delta": "0:00:00.129395", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772985.16527: 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-1726772984.6430137-3552-89184075486977/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772985.16534: _low_level_execute_command(): starting 3057 1726772985.16541: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772984.6430137-3552-89184075486977/ > /dev/null 2>&1 && sleep 0' 3057 1726772985.17025: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772985.17028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.17037: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772985.17040: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.17094: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772985.17103: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772985.17106: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772985.17146: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772985.19059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772985.19125: stderr chunk (state=3): >>><<< 3057 1726772985.19129: stdout chunk (state=3): >>><<< 3057 1726772985.19146: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772985.19152: handler run complete 3057 1726772985.19172: Evaluated conditional (False): False 3057 1726772985.19181: attempt loop complete, returning result 3057 1726772985.19184: _execute() done 3057 1726772985.19186: dumping result to json 3057 1726772985.19198: done dumping result, returning 3057 1726772985.19207: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [02b512f9-4fcf-6140-6a9e-0000000001c9] 3057 1726772985.19210: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000001c9 3057 1726772985.19318: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000001c9 3057 1726772985.19321: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.129395", "end": "2024-09-19 15:09:45.146252", "rc": 0, "start": "2024-09-19 15:09:45.016857" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 3057 1726772985.19406: no more pending results, returning what we have 3057 1726772985.19409: results queue empty 3057 1726772985.19409: checking for any_errors_fatal 3057 1726772985.19410: done checking for any_errors_fatal 3057 1726772985.19411: checking for max_fail_percentage 3057 1726772985.19412: done checking for max_fail_percentage 3057 1726772985.19412: checking to see if all hosts have failed and the running result is not ok 3057 1726772985.19413: done checking to see if all hosts have failed 3057 1726772985.19413: getting the remaining hosts for this loop 3057 1726772985.19415: done getting the remaining hosts for this loop 3057 1726772985.19418: getting the next task for host managed_node2 3057 1726772985.19424: done getting next task for host managed_node2 3057 1726772985.19427: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 3057 1726772985.19430: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772985.19445: getting variables 3057 1726772985.19446: in VariableManager get_vars() 3057 1726772985.19477: Calling all_inventory to load vars for managed_node2 3057 1726772985.19479: Calling groups_inventory to load vars for managed_node2 3057 1726772985.19481: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772985.19489: Calling all_plugins_play to load vars for managed_node2 3057 1726772985.19491: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772985.19493: Calling groups_plugins_play to load vars for managed_node2 3057 1726772985.19773: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772985.19907: done with get_vars() 3057 1726772985.19915: done getting variables 3057 1726772985.19992: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 15:09:45 -0400 (0:00:00.595) 0:00:29.938 **** 3057 1726772985.20019: entering _queue_task() for managed_node2/shell 3057 1726772985.20020: Creating lock for shell 3057 1726772985.20229: worker is 1 (out of 1 available) 3057 1726772985.20244: exiting _queue_task() for managed_node2/shell 3057 1726772985.20257: done queuing things up, now waiting for results queue to drain 3057 1726772985.20259: waiting for pending results... 3057 1726772985.20443: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 3057 1726772985.20533: in run() - task 02b512f9-4fcf-6140-6a9e-0000000001ca 3057 1726772985.20548: variable 'ansible_search_path' from source: unknown 3057 1726772985.20551: variable 'ansible_search_path' from source: unknown 3057 1726772985.20583: calling self._execute() 3057 1726772985.20653: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.20657: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.20666: variable 'omit' from source: magic vars 3057 1726772985.21093: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772985.21291: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772985.21326: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772985.21355: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772985.21383: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772985.21471: variable '__kernel_settings_register_verify_values' from source: set_fact 3057 1726772985.21493: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 3057 1726772985.21497: when evaluation is False, skipping this task 3057 1726772985.21502: _execute() done 3057 1726772985.21505: dumping result to json 3057 1726772985.21508: done dumping result, returning 3057 1726772985.21516: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [02b512f9-4fcf-6140-6a9e-0000000001ca] 3057 1726772985.21521: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000001ca 3057 1726772985.21615: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000001ca 3057 1726772985.21618: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 3057 1726772985.21671: no more pending results, returning what we have 3057 1726772985.21674: results queue empty 3057 1726772985.21675: checking for any_errors_fatal 3057 1726772985.21682: done checking for any_errors_fatal 3057 1726772985.21683: checking for max_fail_percentage 3057 1726772985.21685: done checking for max_fail_percentage 3057 1726772985.21685: checking to see if all hosts have failed and the running result is not ok 3057 1726772985.21686: done checking to see if all hosts have failed 3057 1726772985.21687: getting the remaining hosts for this loop 3057 1726772985.21688: done getting the remaining hosts for this loop 3057 1726772985.21692: getting the next task for host managed_node2 3057 1726772985.21698: done getting next task for host managed_node2 3057 1726772985.21702: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 3057 1726772985.21706: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772985.21719: getting variables 3057 1726772985.21720: in VariableManager get_vars() 3057 1726772985.21753: Calling all_inventory to load vars for managed_node2 3057 1726772985.21756: Calling groups_inventory to load vars for managed_node2 3057 1726772985.21758: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772985.21767: Calling all_plugins_play to load vars for managed_node2 3057 1726772985.21769: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772985.21772: Calling groups_plugins_play to load vars for managed_node2 3057 1726772985.21925: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772985.22059: done with get_vars() 3057 1726772985.22067: done getting variables 3057 1726772985.22112: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 15:09:45 -0400 (0:00:00.021) 0:00:29.960 **** 3057 1726772985.22138: entering _queue_task() for managed_node2/fail 3057 1726772985.22347: worker is 1 (out of 1 available) 3057 1726772985.22361: exiting _queue_task() for managed_node2/fail 3057 1726772985.22375: done queuing things up, now waiting for results queue to drain 3057 1726772985.22377: waiting for pending results... 3057 1726772985.22552: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 3057 1726772985.22638: in run() - task 02b512f9-4fcf-6140-6a9e-0000000001cb 3057 1726772985.22651: variable 'ansible_search_path' from source: unknown 3057 1726772985.22654: variable 'ansible_search_path' from source: unknown 3057 1726772985.22685: calling self._execute() 3057 1726772985.22756: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.22759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.22768: variable 'omit' from source: magic vars 3057 1726772985.23143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772985.23336: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772985.23368: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772985.23399: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772985.23427: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772985.23517: variable '__kernel_settings_register_verify_values' from source: set_fact 3057 1726772985.23562: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 3057 1726772985.23566: when evaluation is False, skipping this task 3057 1726772985.23569: _execute() done 3057 1726772985.23572: dumping result to json 3057 1726772985.23574: done dumping result, returning 3057 1726772985.23583: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [02b512f9-4fcf-6140-6a9e-0000000001cb] 3057 1726772985.23585: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000001cb 3057 1726772985.23682: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000001cb 3057 1726772985.23685: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 3057 1726772985.23744: no more pending results, returning what we have 3057 1726772985.23747: results queue empty 3057 1726772985.23748: checking for any_errors_fatal 3057 1726772985.23751: done checking for any_errors_fatal 3057 1726772985.23752: checking for max_fail_percentage 3057 1726772985.23754: done checking for max_fail_percentage 3057 1726772985.23754: checking to see if all hosts have failed and the running result is not ok 3057 1726772985.23755: done checking to see if all hosts have failed 3057 1726772985.23756: getting the remaining hosts for this loop 3057 1726772985.23757: done getting the remaining hosts for this loop 3057 1726772985.23760: getting the next task for host managed_node2 3057 1726772985.23767: done getting next task for host managed_node2 3057 1726772985.23771: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3057 1726772985.23774: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772985.23787: getting variables 3057 1726772985.23789: in VariableManager get_vars() 3057 1726772985.23819: Calling all_inventory to load vars for managed_node2 3057 1726772985.23822: Calling groups_inventory to load vars for managed_node2 3057 1726772985.23824: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772985.23832: Calling all_plugins_play to load vars for managed_node2 3057 1726772985.23836: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772985.23839: Calling groups_plugins_play to load vars for managed_node2 3057 1726772985.23957: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772985.24086: done with get_vars() 3057 1726772985.24094: done getting variables 3057 1726772985.24142: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:09:45 -0400 (0:00:00.020) 0:00:29.980 **** 3057 1726772985.24166: entering _queue_task() for managed_node2/set_fact 3057 1726772985.24366: worker is 1 (out of 1 available) 3057 1726772985.24381: exiting _queue_task() for managed_node2/set_fact 3057 1726772985.24395: done queuing things up, now waiting for results queue to drain 3057 1726772985.24399: waiting for pending results... 3057 1726772985.24578: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3057 1726772985.24646: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000c3 3057 1726772985.24663: variable 'ansible_search_path' from source: unknown 3057 1726772985.24667: variable 'ansible_search_path' from source: unknown 3057 1726772985.24699: calling self._execute() 3057 1726772985.24769: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.24775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.24783: variable 'omit' from source: magic vars 3057 1726772985.24919: variable 'omit' from source: magic vars 3057 1726772985.24958: variable 'omit' from source: magic vars 3057 1726772985.24984: variable 'omit' from source: magic vars 3057 1726772985.25019: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772985.25050: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772985.25070: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772985.25086: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772985.25099: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772985.25124: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772985.25127: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.25130: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.25208: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772985.25216: Set connection var ansible_pipelining to False 3057 1726772985.25219: Set connection var ansible_shell_type to sh 3057 1726772985.25222: Set connection var ansible_connection to ssh 3057 1726772985.25228: Set connection var ansible_timeout to 10 3057 1726772985.25236: Set connection var ansible_shell_executable to /bin/sh 3057 1726772985.25256: variable 'ansible_shell_executable' from source: unknown 3057 1726772985.25259: variable 'ansible_connection' from source: unknown 3057 1726772985.25261: variable 'ansible_module_compression' from source: unknown 3057 1726772985.25264: variable 'ansible_shell_type' from source: unknown 3057 1726772985.25267: variable 'ansible_shell_executable' from source: unknown 3057 1726772985.25269: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.25273: variable 'ansible_pipelining' from source: unknown 3057 1726772985.25275: variable 'ansible_timeout' from source: unknown 3057 1726772985.25280: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.25394: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772985.25404: variable 'omit' from source: magic vars 3057 1726772985.25413: starting attempt loop 3057 1726772985.25417: running the handler 3057 1726772985.25423: handler run complete 3057 1726772985.25433: attempt loop complete, returning result 3057 1726772985.25436: _execute() done 3057 1726772985.25441: dumping result to json 3057 1726772985.25444: done dumping result, returning 3057 1726772985.25452: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [02b512f9-4fcf-6140-6a9e-0000000000c3] 3057 1726772985.25457: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000c3 3057 1726772985.25545: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000c3 3057 1726772985.25548: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 3057 1726772985.25613: no more pending results, returning what we have 3057 1726772985.25616: results queue empty 3057 1726772985.25617: checking for any_errors_fatal 3057 1726772985.25622: done checking for any_errors_fatal 3057 1726772985.25623: checking for max_fail_percentage 3057 1726772985.25624: done checking for max_fail_percentage 3057 1726772985.25625: checking to see if all hosts have failed and the running result is not ok 3057 1726772985.25625: done checking to see if all hosts have failed 3057 1726772985.25626: getting the remaining hosts for this loop 3057 1726772985.25627: done getting the remaining hosts for this loop 3057 1726772985.25631: getting the next task for host managed_node2 3057 1726772985.25638: done getting next task for host managed_node2 3057 1726772985.25641: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3057 1726772985.25644: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772985.25654: getting variables 3057 1726772985.25655: in VariableManager get_vars() 3057 1726772985.25685: Calling all_inventory to load vars for managed_node2 3057 1726772985.25688: Calling groups_inventory to load vars for managed_node2 3057 1726772985.25690: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772985.25701: Calling all_plugins_play to load vars for managed_node2 3057 1726772985.25703: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772985.25705: Calling groups_plugins_play to load vars for managed_node2 3057 1726772985.25852: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772985.25977: done with get_vars() 3057 1726772985.25985: done getting variables 3057 1726772985.26032: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:09:45 -0400 (0:00:00.018) 0:00:29.999 **** 3057 1726772985.26056: entering _queue_task() for managed_node2/set_fact 3057 1726772985.26257: worker is 1 (out of 1 available) 3057 1726772985.26272: exiting _queue_task() for managed_node2/set_fact 3057 1726772985.26286: done queuing things up, now waiting for results queue to drain 3057 1726772985.26288: waiting for pending results... 3057 1726772985.26461: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3057 1726772985.26528: in run() - task 02b512f9-4fcf-6140-6a9e-0000000000c4 3057 1726772985.26542: variable 'ansible_search_path' from source: unknown 3057 1726772985.26546: variable 'ansible_search_path' from source: unknown 3057 1726772985.26582: calling self._execute() 3057 1726772985.26647: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.26653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.26665: variable 'omit' from source: magic vars 3057 1726772985.26747: variable 'omit' from source: magic vars 3057 1726772985.26783: variable 'omit' from source: magic vars 3057 1726772985.27075: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726772985.27265: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726772985.27302: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726772985.27352: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726772985.27380: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726772985.27492: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726772985.27502: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726772985.27509: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726772985.27551: variable 'omit' from source: magic vars 3057 1726772985.27573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772985.27599: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772985.27613: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772985.27628: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772985.27638: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772985.27665: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772985.27668: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.27671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.27744: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772985.27752: Set connection var ansible_pipelining to False 3057 1726772985.27756: Set connection var ansible_shell_type to sh 3057 1726772985.27758: Set connection var ansible_connection to ssh 3057 1726772985.27764: Set connection var ansible_timeout to 10 3057 1726772985.27771: Set connection var ansible_shell_executable to /bin/sh 3057 1726772985.27791: variable 'ansible_shell_executable' from source: unknown 3057 1726772985.27794: variable 'ansible_connection' from source: unknown 3057 1726772985.27799: variable 'ansible_module_compression' from source: unknown 3057 1726772985.27801: variable 'ansible_shell_type' from source: unknown 3057 1726772985.27804: variable 'ansible_shell_executable' from source: unknown 3057 1726772985.27806: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.27809: variable 'ansible_pipelining' from source: unknown 3057 1726772985.27811: variable 'ansible_timeout' from source: unknown 3057 1726772985.27813: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.27902: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772985.27908: variable 'omit' from source: magic vars 3057 1726772985.27914: starting attempt loop 3057 1726772985.27917: running the handler 3057 1726772985.27929: handler run complete 3057 1726772985.27938: attempt loop complete, returning result 3057 1726772985.27941: _execute() done 3057 1726772985.27944: dumping result to json 3057 1726772985.27946: done dumping result, returning 3057 1726772985.27954: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [02b512f9-4fcf-6140-6a9e-0000000000c4] 3057 1726772985.27959: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000c4 3057 1726772985.28044: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000000c4 3057 1726772985.28047: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 3057 1726772985.28117: no more pending results, returning what we have 3057 1726772985.28120: results queue empty 3057 1726772985.28121: checking for any_errors_fatal 3057 1726772985.28126: done checking for any_errors_fatal 3057 1726772985.28127: checking for max_fail_percentage 3057 1726772985.28129: done checking for max_fail_percentage 3057 1726772985.28130: checking to see if all hosts have failed and the running result is not ok 3057 1726772985.28130: done checking to see if all hosts have failed 3057 1726772985.28131: getting the remaining hosts for this loop 3057 1726772985.28132: done getting the remaining hosts for this loop 3057 1726772985.28138: getting the next task for host managed_node2 3057 1726772985.28146: done getting next task for host managed_node2 3057 1726772985.28148: ^ task is: TASK: meta (role_complete) 3057 1726772985.28150: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772985.28162: getting variables 3057 1726772985.28163: in VariableManager get_vars() 3057 1726772985.28195: Calling all_inventory to load vars for managed_node2 3057 1726772985.28200: Calling groups_inventory to load vars for managed_node2 3057 1726772985.28202: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772985.28215: Calling all_plugins_play to load vars for managed_node2 3057 1726772985.28217: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772985.28219: Calling groups_plugins_play to load vars for managed_node2 3057 1726772985.28337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772985.28485: done with get_vars() 3057 1726772985.28492: done getting variables 3057 1726772985.28555: done queuing things up, now waiting for results queue to drain 3057 1726772985.28556: results queue empty 3057 1726772985.28557: checking for any_errors_fatal 3057 1726772985.28558: done checking for any_errors_fatal 3057 1726772985.28558: checking for max_fail_percentage 3057 1726772985.28559: done checking for max_fail_percentage 3057 1726772985.28564: checking to see if all hosts have failed and the running result is not ok 3057 1726772985.28564: done checking to see if all hosts have failed 3057 1726772985.28565: getting the remaining hosts for this loop 3057 1726772985.28565: done getting the remaining hosts for this loop 3057 1726772985.28567: getting the next task for host managed_node2 3057 1726772985.28570: done getting next task for host managed_node2 3057 1726772985.28571: ^ task is: TASK: Ensure kernel_settings_reboot_required is unset or undefined 3057 1726772985.28572: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772985.28574: getting variables 3057 1726772985.28574: in VariableManager get_vars() 3057 1726772985.28582: Calling all_inventory to load vars for managed_node2 3057 1726772985.28584: Calling groups_inventory to load vars for managed_node2 3057 1726772985.28585: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772985.28588: Calling all_plugins_play to load vars for managed_node2 3057 1726772985.28589: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772985.28591: Calling groups_plugins_play to load vars for managed_node2 3057 1726772985.28678: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772985.28793: done with get_vars() 3057 1726772985.28801: done getting variables 3057 1726772985.28857: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Ensure kernel_settings_reboot_required is unset or undefined] ************ task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:71 Thursday 19 September 2024 15:09:45 -0400 (0:00:00.028) 0:00:30.027 **** 3057 1726772985.28879: entering _queue_task() for managed_node2/assert 3057 1726772985.28881: Creating lock for assert 3057 1726772985.29092: worker is 1 (out of 1 available) 3057 1726772985.29110: exiting _queue_task() for managed_node2/assert 3057 1726772985.29123: done queuing things up, now waiting for results queue to drain 3057 1726772985.29125: waiting for pending results... 3057 1726772985.29300: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is unset or undefined 3057 1726772985.29355: in run() - task 02b512f9-4fcf-6140-6a9e-000000000010 3057 1726772985.29368: variable 'ansible_search_path' from source: unknown 3057 1726772985.29402: calling self._execute() 3057 1726772985.29465: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.29478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.29482: variable 'omit' from source: magic vars 3057 1726772985.29561: variable 'omit' from source: magic vars 3057 1726772985.29587: variable 'omit' from source: magic vars 3057 1726772985.29613: variable 'omit' from source: magic vars 3057 1726772985.29648: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772985.29680: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772985.29702: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772985.29715: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772985.29726: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772985.29753: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772985.29756: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.29759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.29837: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772985.29845: Set connection var ansible_pipelining to False 3057 1726772985.29848: Set connection var ansible_shell_type to sh 3057 1726772985.29850: Set connection var ansible_connection to ssh 3057 1726772985.29856: Set connection var ansible_timeout to 10 3057 1726772985.29863: Set connection var ansible_shell_executable to /bin/sh 3057 1726772985.29881: variable 'ansible_shell_executable' from source: unknown 3057 1726772985.29884: variable 'ansible_connection' from source: unknown 3057 1726772985.29887: variable 'ansible_module_compression' from source: unknown 3057 1726772985.29891: variable 'ansible_shell_type' from source: unknown 3057 1726772985.29894: variable 'ansible_shell_executable' from source: unknown 3057 1726772985.29899: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.29903: variable 'ansible_pipelining' from source: unknown 3057 1726772985.29906: variable 'ansible_timeout' from source: unknown 3057 1726772985.29908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.30028: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772985.30032: variable 'omit' from source: magic vars 3057 1726772985.30037: starting attempt loop 3057 1726772985.30040: running the handler 3057 1726772985.30319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772985.31904: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772985.31952: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772985.31982: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772985.32012: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772985.32033: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772985.32090: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772985.32309: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772985.32336: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772985.32365: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772985.32377: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772985.32471: variable 'kernel_settings_reboot_required' from source: set_fact 3057 1726772985.32484: Evaluated conditional (not kernel_settings_reboot_required | d(false)): True 3057 1726772985.32491: handler run complete 3057 1726772985.32511: attempt loop complete, returning result 3057 1726772985.32514: _execute() done 3057 1726772985.32517: dumping result to json 3057 1726772985.32519: done dumping result, returning 3057 1726772985.32526: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is unset or undefined [02b512f9-4fcf-6140-6a9e-000000000010] 3057 1726772985.32532: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000010 3057 1726772985.32626: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000010 3057 1726772985.32629: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 3057 1726772985.32701: no more pending results, returning what we have 3057 1726772985.32705: results queue empty 3057 1726772985.32706: checking for any_errors_fatal 3057 1726772985.32708: done checking for any_errors_fatal 3057 1726772985.32709: checking for max_fail_percentage 3057 1726772985.32710: done checking for max_fail_percentage 3057 1726772985.32711: checking to see if all hosts have failed and the running result is not ok 3057 1726772985.32712: done checking to see if all hosts have failed 3057 1726772985.32712: getting the remaining hosts for this loop 3057 1726772985.32714: done getting the remaining hosts for this loop 3057 1726772985.32718: getting the next task for host managed_node2 3057 1726772985.32723: done getting next task for host managed_node2 3057 1726772985.32725: ^ task is: TASK: Ensure role reported changed 3057 1726772985.32727: ^ state is: HOST STATE: block=2, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772985.32730: getting variables 3057 1726772985.32732: in VariableManager get_vars() 3057 1726772985.32768: Calling all_inventory to load vars for managed_node2 3057 1726772985.32770: Calling groups_inventory to load vars for managed_node2 3057 1726772985.32772: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772985.32782: Calling all_plugins_play to load vars for managed_node2 3057 1726772985.32790: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772985.32793: Calling groups_plugins_play to load vars for managed_node2 3057 1726772985.32961: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772985.33083: done with get_vars() 3057 1726772985.33091: done getting variables 3057 1726772985.33139: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure role reported changed] ******************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:75 Thursday 19 September 2024 15:09:45 -0400 (0:00:00.042) 0:00:30.070 **** 3057 1726772985.33162: entering _queue_task() for managed_node2/assert 3057 1726772985.33369: worker is 1 (out of 1 available) 3057 1726772985.33384: exiting _queue_task() for managed_node2/assert 3057 1726772985.33399: done queuing things up, now waiting for results queue to drain 3057 1726772985.33401: waiting for pending results... 3057 1726772985.33585: running TaskExecutor() for managed_node2/TASK: Ensure role reported changed 3057 1726772985.33640: in run() - task 02b512f9-4fcf-6140-6a9e-000000000011 3057 1726772985.33652: variable 'ansible_search_path' from source: unknown 3057 1726772985.33689: calling self._execute() 3057 1726772985.33758: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.33762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.33776: variable 'omit' from source: magic vars 3057 1726772985.33857: variable 'omit' from source: magic vars 3057 1726772985.33887: variable 'omit' from source: magic vars 3057 1726772985.33912: variable 'omit' from source: magic vars 3057 1726772985.33953: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772985.33990: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772985.34004: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772985.34019: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772985.34029: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772985.34057: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772985.34060: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.34063: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.34142: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772985.34150: Set connection var ansible_pipelining to False 3057 1726772985.34153: Set connection var ansible_shell_type to sh 3057 1726772985.34155: Set connection var ansible_connection to ssh 3057 1726772985.34160: Set connection var ansible_timeout to 10 3057 1726772985.34167: Set connection var ansible_shell_executable to /bin/sh 3057 1726772985.34188: variable 'ansible_shell_executable' from source: unknown 3057 1726772985.34191: variable 'ansible_connection' from source: unknown 3057 1726772985.34193: variable 'ansible_module_compression' from source: unknown 3057 1726772985.34205: variable 'ansible_shell_type' from source: unknown 3057 1726772985.34208: variable 'ansible_shell_executable' from source: unknown 3057 1726772985.34211: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.34213: variable 'ansible_pipelining' from source: unknown 3057 1726772985.34215: variable 'ansible_timeout' from source: unknown 3057 1726772985.34217: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.34331: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772985.34343: variable 'omit' from source: magic vars 3057 1726772985.34348: starting attempt loop 3057 1726772985.34351: running the handler 3057 1726772985.34628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726772985.36245: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726772985.36510: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726772985.36540: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726772985.36569: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726772985.36589: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726772985.36650: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726772985.36671: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726772985.36691: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726772985.36725: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726772985.36738: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726772985.36825: variable '__kernel_settings_changed' from source: set_fact 3057 1726772985.36838: Evaluated conditional (__kernel_settings_changed | d(false)): True 3057 1726772985.36845: handler run complete 3057 1726772985.36863: attempt loop complete, returning result 3057 1726772985.36866: _execute() done 3057 1726772985.36869: dumping result to json 3057 1726772985.36871: done dumping result, returning 3057 1726772985.36879: done running TaskExecutor() for managed_node2/TASK: Ensure role reported changed [02b512f9-4fcf-6140-6a9e-000000000011] 3057 1726772985.36884: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000011 3057 1726772985.36979: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000011 3057 1726772985.36981: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 3057 1726772985.37050: no more pending results, returning what we have 3057 1726772985.37053: results queue empty 3057 1726772985.37054: checking for any_errors_fatal 3057 1726772985.37059: done checking for any_errors_fatal 3057 1726772985.37060: checking for max_fail_percentage 3057 1726772985.37061: done checking for max_fail_percentage 3057 1726772985.37062: checking to see if all hosts have failed and the running result is not ok 3057 1726772985.37063: done checking to see if all hosts have failed 3057 1726772985.37063: getting the remaining hosts for this loop 3057 1726772985.37066: done getting the remaining hosts for this loop 3057 1726772985.37070: getting the next task for host managed_node2 3057 1726772985.37075: done getting next task for host managed_node2 3057 1726772985.37077: ^ task is: TASK: Check sysfs after role runs 3057 1726772985.37079: ^ state is: HOST STATE: block=2, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772985.37082: getting variables 3057 1726772985.37083: in VariableManager get_vars() 3057 1726772985.37128: Calling all_inventory to load vars for managed_node2 3057 1726772985.37131: Calling groups_inventory to load vars for managed_node2 3057 1726772985.37133: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772985.37144: Calling all_plugins_play to load vars for managed_node2 3057 1726772985.37147: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772985.37156: Calling groups_plugins_play to load vars for managed_node2 3057 1726772985.37286: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772985.37414: done with get_vars() 3057 1726772985.37424: done getting variables 3057 1726772985.37471: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check sysfs after role runs] ********************************************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:79 Thursday 19 September 2024 15:09:45 -0400 (0:00:00.043) 0:00:30.113 **** 3057 1726772985.37491: entering _queue_task() for managed_node2/command 3057 1726772985.37708: worker is 1 (out of 1 available) 3057 1726772985.37722: exiting _queue_task() for managed_node2/command 3057 1726772985.37737: done queuing things up, now waiting for results queue to drain 3057 1726772985.37739: waiting for pending results... 3057 1726772985.37915: running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs 3057 1726772985.37975: in run() - task 02b512f9-4fcf-6140-6a9e-000000000012 3057 1726772985.37989: variable 'ansible_search_path' from source: unknown 3057 1726772985.38022: calling self._execute() 3057 1726772985.38093: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.38098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.38109: variable 'omit' from source: magic vars 3057 1726772985.38192: variable 'omit' from source: magic vars 3057 1726772985.38220: variable 'omit' from source: magic vars 3057 1726772985.38244: variable 'omit' from source: magic vars 3057 1726772985.38280: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772985.38316: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772985.38334: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772985.38351: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772985.38361: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772985.38390: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772985.38395: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.38397: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.38475: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772985.38482: Set connection var ansible_pipelining to False 3057 1726772985.38485: Set connection var ansible_shell_type to sh 3057 1726772985.38489: Set connection var ansible_connection to ssh 3057 1726772985.38492: Set connection var ansible_timeout to 10 3057 1726772985.38504: Set connection var ansible_shell_executable to /bin/sh 3057 1726772985.38524: variable 'ansible_shell_executable' from source: unknown 3057 1726772985.38528: variable 'ansible_connection' from source: unknown 3057 1726772985.38530: variable 'ansible_module_compression' from source: unknown 3057 1726772985.38533: variable 'ansible_shell_type' from source: unknown 3057 1726772985.38537: variable 'ansible_shell_executable' from source: unknown 3057 1726772985.38540: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.38544: variable 'ansible_pipelining' from source: unknown 3057 1726772985.38547: variable 'ansible_timeout' from source: unknown 3057 1726772985.38551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.38673: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772985.38684: variable 'omit' from source: magic vars 3057 1726772985.38689: starting attempt loop 3057 1726772985.38692: running the handler 3057 1726772985.38708: _low_level_execute_command(): starting 3057 1726772985.38716: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772985.39320: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772985.39325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.39328: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.39331: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772985.39332: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772985.39356: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772985.39419: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772985.41141: stdout chunk (state=3): >>>/root <<< 3057 1726772985.41302: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772985.41306: stdout chunk (state=3): >>><<< 3057 1726772985.41313: stderr chunk (state=3): >>><<< 3057 1726772985.41343: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772985.41356: _low_level_execute_command(): starting 3057 1726772985.41362: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313 `" && echo ansible-tmp-1726772985.4134293-3573-96076160867313="` echo /root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313 `" ) && sleep 0' 3057 1726772985.41840: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772985.41877: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772985.41881: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.41886: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772985.41888: 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 <<< 3057 1726772985.41898: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.41947: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772985.41950: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772985.41954: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772985.41994: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772985.43966: stdout chunk (state=3): >>>ansible-tmp-1726772985.4134293-3573-96076160867313=/root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313 <<< 3057 1726772985.44075: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772985.44140: stderr chunk (state=3): >>><<< 3057 1726772985.44143: stdout chunk (state=3): >>><<< 3057 1726772985.44162: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772985.4134293-3573-96076160867313=/root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772985.44191: variable 'ansible_module_compression' from source: unknown 3057 1726772985.44241: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726772985.44274: variable 'ansible_facts' from source: unknown 3057 1726772985.44337: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313/AnsiballZ_command.py 3057 1726772985.44530: Sending initial data 3057 1726772985.44533: Sent initial data (153 bytes) 3057 1726772985.44966: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772985.44969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.44974: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772985.44976: 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.45.18 originally 10.31.45.18 <<< 3057 1726772985.44979: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.45034: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772985.45044: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772985.45047: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772985.45079: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772985.46678: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772985.46712: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772985.46750: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpz9yrdbqx /root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313/AnsiballZ_command.py <<< 3057 1726772985.46761: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313/AnsiballZ_command.py" <<< 3057 1726772985.46793: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpz9yrdbqx" to remote "/root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313/AnsiballZ_command.py" <<< 3057 1726772985.46795: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313/AnsiballZ_command.py" <<< 3057 1726772985.47375: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772985.47395: stderr chunk (state=3): >>><<< 3057 1726772985.47401: stdout chunk (state=3): >>><<< 3057 1726772985.47421: done transferring module to remote 3057 1726772985.47432: _low_level_execute_command(): starting 3057 1726772985.47438: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313/ /root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313/AnsiballZ_command.py && sleep 0' 3057 1726772985.47932: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772985.47941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726772985.47947: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.47950: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772985.47954: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.48001: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772985.48004: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772985.48006: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772985.48046: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772985.49853: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772985.49913: stderr chunk (state=3): >>><<< 3057 1726772985.49917: stdout chunk (state=3): >>><<< 3057 1726772985.49932: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772985.49937: _low_level_execute_command(): starting 3057 1726772985.49943: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313/AnsiballZ_command.py && sleep 0' 3057 1726772985.50446: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772985.50450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772985.50453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.50455: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772985.50457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.50508: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772985.50512: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772985.50514: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772985.50564: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772985.67706: stdout chunk (state=3): >>> {"changed": true, "stdout": "65000", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "65000", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:09:45.672166", "end": "2024-09-19 15:09:45.675852", "delta": "0:00:00.003686", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 65000 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726772985.69304: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772985.69360: stderr chunk (state=3): >>><<< 3057 1726772985.69364: stdout chunk (state=3): >>><<< 3057 1726772985.69381: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "65000", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "65000", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:09:45.672166", "end": "2024-09-19 15:09:45.675852", "delta": "0:00:00.003686", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 65000 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772985.69486: done with _execute_module (ansible.legacy.command, {'_raw_params': 'grep -x 65000 /sys/class/net/lo/mtu', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772985.69494: _low_level_execute_command(): starting 3057 1726772985.69497: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772985.4134293-3573-96076160867313/ > /dev/null 2>&1 && sleep 0' 3057 1726772985.70006: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772985.70010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.70012: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772985.70019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772985.70022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.70071: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772985.70074: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772985.70077: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772985.70119: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772985.72010: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772985.72140: stderr chunk (state=3): >>><<< 3057 1726772985.72144: stdout chunk (state=3): >>><<< 3057 1726772985.72147: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772985.72150: handler run complete 3057 1726772985.72152: Evaluated conditional (False): False 3057 1726772985.72154: attempt loop complete, returning result 3057 1726772985.72156: _execute() done 3057 1726772985.72158: dumping result to json 3057 1726772985.72161: done dumping result, returning 3057 1726772985.72163: done running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs [02b512f9-4fcf-6140-6a9e-000000000012] 3057 1726772985.72249: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000012 3057 1726772985.72331: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000012 3057 1726772985.72334: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "grep", "-x", "65000", "/sys/class/net/lo/mtu" ], "delta": "0:00:00.003686", "end": "2024-09-19 15:09:45.675852", "rc": 0, "start": "2024-09-19 15:09:45.672166" } STDOUT: 65000 3057 1726772985.72427: no more pending results, returning what we have 3057 1726772985.72431: results queue empty 3057 1726772985.72432: checking for any_errors_fatal 3057 1726772985.72445: done checking for any_errors_fatal 3057 1726772985.72446: checking for max_fail_percentage 3057 1726772985.72449: done checking for max_fail_percentage 3057 1726772985.72450: checking to see if all hosts have failed and the running result is not ok 3057 1726772985.72451: done checking to see if all hosts have failed 3057 1726772985.72451: getting the remaining hosts for this loop 3057 1726772985.72454: done getting the remaining hosts for this loop 3057 1726772985.72463: getting the next task for host managed_node2 3057 1726772985.72470: done getting next task for host managed_node2 3057 1726772985.72473: ^ task is: TASK: Check sysctl after role runs 3057 1726772985.72475: ^ state is: HOST STATE: block=2, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772985.72480: getting variables 3057 1726772985.72482: in VariableManager get_vars() 3057 1726772985.72524: Calling all_inventory to load vars for managed_node2 3057 1726772985.72527: Calling groups_inventory to load vars for managed_node2 3057 1726772985.72529: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772985.72709: Calling all_plugins_play to load vars for managed_node2 3057 1726772985.72714: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772985.72720: Calling groups_plugins_play to load vars for managed_node2 3057 1726772985.73138: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772985.73354: done with get_vars() 3057 1726772985.73373: done getting variables 3057 1726772985.73444: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check sysctl after role runs] ******************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:83 Thursday 19 September 2024 15:09:45 -0400 (0:00:00.359) 0:00:30.473 **** 3057 1726772985.73485: entering _queue_task() for managed_node2/shell 3057 1726772985.73776: worker is 1 (out of 1 available) 3057 1726772985.73790: exiting _queue_task() for managed_node2/shell 3057 1726772985.73920: done queuing things up, now waiting for results queue to drain 3057 1726772985.73922: waiting for pending results... 3057 1726772985.74149: running TaskExecutor() for managed_node2/TASK: Check sysctl after role runs 3057 1726772985.74255: in run() - task 02b512f9-4fcf-6140-6a9e-000000000013 3057 1726772985.74285: variable 'ansible_search_path' from source: unknown 3057 1726772985.74346: calling self._execute() 3057 1726772985.74541: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.74546: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.74550: variable 'omit' from source: magic vars 3057 1726772985.74619: variable 'omit' from source: magic vars 3057 1726772985.74668: variable 'omit' from source: magic vars 3057 1726772985.74720: variable 'omit' from source: magic vars 3057 1726772985.74791: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772985.74845: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772985.74874: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772985.74946: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772985.74949: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772985.74978: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772985.74993: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.75012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.75154: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772985.75211: Set connection var ansible_pipelining to False 3057 1726772985.75222: Set connection var ansible_shell_type to sh 3057 1726772985.75226: Set connection var ansible_connection to ssh 3057 1726772985.75229: Set connection var ansible_timeout to 10 3057 1726772985.75231: Set connection var ansible_shell_executable to /bin/sh 3057 1726772985.75253: variable 'ansible_shell_executable' from source: unknown 3057 1726772985.75261: variable 'ansible_connection' from source: unknown 3057 1726772985.75268: variable 'ansible_module_compression' from source: unknown 3057 1726772985.75273: variable 'ansible_shell_type' from source: unknown 3057 1726772985.75320: variable 'ansible_shell_executable' from source: unknown 3057 1726772985.75323: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772985.75333: variable 'ansible_pipelining' from source: unknown 3057 1726772985.75337: variable 'ansible_timeout' from source: unknown 3057 1726772985.75339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772985.75493: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772985.75512: variable 'omit' from source: magic vars 3057 1726772985.75526: starting attempt loop 3057 1726772985.75558: running the handler 3057 1726772985.75644: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772985.75648: _low_level_execute_command(): starting 3057 1726772985.75651: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772985.76552: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772985.76646: 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/3fb9a6e1ce' <<< 3057 1726772985.76686: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772985.76705: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772985.76795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772985.78457: stdout chunk (state=3): >>>/root <<< 3057 1726772985.78601: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772985.78624: stderr chunk (state=3): >>><<< 3057 1726772985.78627: stdout chunk (state=3): >>><<< 3057 1726772985.78654: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772985.78665: _low_level_execute_command(): starting 3057 1726772985.78672: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252 `" && echo ansible-tmp-1726772985.7865324-3585-124059485142252="` echo /root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252 `" ) && sleep 0' 3057 1726772985.79192: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772985.79196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.79199: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726772985.79209: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.79263: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772985.79268: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772985.79270: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772985.79311: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772985.81263: stdout chunk (state=3): >>>ansible-tmp-1726772985.7865324-3585-124059485142252=/root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252 <<< 3057 1726772985.81375: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772985.81439: stderr chunk (state=3): >>><<< 3057 1726772985.81442: stdout chunk (state=3): >>><<< 3057 1726772985.81461: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772985.7865324-3585-124059485142252=/root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772985.81492: variable 'ansible_module_compression' from source: unknown 3057 1726772985.81539: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726772985.81573: variable 'ansible_facts' from source: unknown 3057 1726772985.81633: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252/AnsiballZ_command.py 3057 1726772985.81755: Sending initial data 3057 1726772985.81759: Sent initial data (154 bytes) 3057 1726772985.82260: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772985.82264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.82268: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772985.82272: 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.45.18 originally 10.31.45.18 <<< 3057 1726772985.82275: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.82336: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772985.82344: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772985.82346: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772985.82377: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772985.83967: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772985.84003: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772985.84032: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpun40_fw6 /root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252/AnsiballZ_command.py <<< 3057 1726772985.84038: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252/AnsiballZ_command.py" <<< 3057 1726772985.84081: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpun40_fw6" to remote "/root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252/AnsiballZ_command.py" <<< 3057 1726772985.84084: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252/AnsiballZ_command.py" <<< 3057 1726772985.84614: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772985.84692: stderr chunk (state=3): >>><<< 3057 1726772985.84695: stdout chunk (state=3): >>><<< 3057 1726772985.84717: done transferring module to remote 3057 1726772985.84729: _low_level_execute_command(): starting 3057 1726772985.84736: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252/ /root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252/AnsiballZ_command.py && sleep 0' 3057 1726772985.85229: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772985.85232: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772985.85237: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772985.85240: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772985.85243: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.85284: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772985.85287: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772985.85307: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772985.85363: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772985.87152: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772985.87211: stderr chunk (state=3): >>><<< 3057 1726772985.87215: stdout chunk (state=3): >>><<< 3057 1726772985.87229: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772985.87233: _low_level_execute_command(): starting 3057 1726772985.87240: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252/AnsiballZ_command.py && sleep 0' 3057 1726772985.87729: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772985.87734: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.87737: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772985.87740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772985.87802: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772985.87809: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772985.87811: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772985.87855: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772986.04902: stdout chunk (state=3): >>> {"changed": true, "stdout": "400000", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "start": "2024-09-19 15:09:46.042458", "end": "2024-09-19 15:09:46.047834", "delta": "0:00:00.005376", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726772986.06471: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772986.06528: stderr chunk (state=3): >>><<< 3057 1726772986.06532: stdout chunk (state=3): >>><<< 3057 1726772986.06548: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "400000", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "start": "2024-09-19 15:09:46.042458", "end": "2024-09-19 15:09:46.047834", "delta": "0:00:00.005376", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772986.06595: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772986.06606: _low_level_execute_command(): starting 3057 1726772986.06609: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772985.7865324-3585-124059485142252/ > /dev/null 2>&1 && sleep 0' 3057 1726772986.07112: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772986.07116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.07119: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772986.07129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726772986.07131: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.07168: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772986.07172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772986.07191: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772986.07258: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772986.09160: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772986.09221: stderr chunk (state=3): >>><<< 3057 1726772986.09225: stdout chunk (state=3): >>><<< 3057 1726772986.09241: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772986.09248: handler run complete 3057 1726772986.09267: Evaluated conditional (False): False 3057 1726772986.09276: attempt loop complete, returning result 3057 1726772986.09282: _execute() done 3057 1726772986.09284: dumping result to json 3057 1726772986.09323: done dumping result, returning 3057 1726772986.09326: done running TaskExecutor() for managed_node2/TASK: Check sysctl after role runs [02b512f9-4fcf-6140-6a9e-000000000013] 3057 1726772986.09329: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000013 3057 1726772986.09408: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000013 3057 1726772986.09411: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "delta": "0:00:00.005376", "end": "2024-09-19 15:09:46.047834", "rc": 0, "start": "2024-09-19 15:09:46.042458" } STDOUT: 400000 3057 1726772986.09480: no more pending results, returning what we have 3057 1726772986.09483: results queue empty 3057 1726772986.09484: checking for any_errors_fatal 3057 1726772986.09491: done checking for any_errors_fatal 3057 1726772986.09491: checking for max_fail_percentage 3057 1726772986.09493: done checking for max_fail_percentage 3057 1726772986.09494: checking to see if all hosts have failed and the running result is not ok 3057 1726772986.09494: done checking to see if all hosts have failed 3057 1726772986.09495: getting the remaining hosts for this loop 3057 1726772986.09497: done getting the remaining hosts for this loop 3057 1726772986.09500: getting the next task for host managed_node2 3057 1726772986.09505: done getting next task for host managed_node2 3057 1726772986.09508: ^ task is: TASK: Check sysctl after role runs 3057 1726772986.09510: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772986.09513: getting variables 3057 1726772986.09515: in VariableManager get_vars() 3057 1726772986.09556: Calling all_inventory to load vars for managed_node2 3057 1726772986.09559: Calling groups_inventory to load vars for managed_node2 3057 1726772986.09561: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772986.09571: Calling all_plugins_play to load vars for managed_node2 3057 1726772986.09573: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772986.09576: Calling groups_plugins_play to load vars for managed_node2 3057 1726772986.09701: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772986.09824: done with get_vars() 3057 1726772986.09833: done getting variables 3057 1726772986.09884: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check sysctl after role runs] ******************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:89 Thursday 19 September 2024 15:09:46 -0400 (0:00:00.364) 0:00:30.837 **** 3057 1726772986.09906: entering _queue_task() for managed_node2/shell 3057 1726772986.10118: worker is 1 (out of 1 available) 3057 1726772986.10133: exiting _queue_task() for managed_node2/shell 3057 1726772986.10148: done queuing things up, now waiting for results queue to drain 3057 1726772986.10150: waiting for pending results... 3057 1726772986.10331: running TaskExecutor() for managed_node2/TASK: Check sysctl after role runs 3057 1726772986.10389: in run() - task 02b512f9-4fcf-6140-6a9e-000000000014 3057 1726772986.10404: variable 'ansible_search_path' from source: unknown 3057 1726772986.10440: calling self._execute() 3057 1726772986.10511: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772986.10515: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772986.10524: variable 'omit' from source: magic vars 3057 1726772986.10612: variable 'omit' from source: magic vars 3057 1726772986.10639: variable 'omit' from source: magic vars 3057 1726772986.10662: variable 'omit' from source: magic vars 3057 1726772986.10699: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772986.10737: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772986.10754: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772986.10769: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772986.10780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772986.10811: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772986.10814: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772986.10817: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772986.10892: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772986.10902: Set connection var ansible_pipelining to False 3057 1726772986.10905: Set connection var ansible_shell_type to sh 3057 1726772986.10907: Set connection var ansible_connection to ssh 3057 1726772986.10913: Set connection var ansible_timeout to 10 3057 1726772986.10920: Set connection var ansible_shell_executable to /bin/sh 3057 1726772986.10944: variable 'ansible_shell_executable' from source: unknown 3057 1726772986.10947: variable 'ansible_connection' from source: unknown 3057 1726772986.10950: variable 'ansible_module_compression' from source: unknown 3057 1726772986.10952: variable 'ansible_shell_type' from source: unknown 3057 1726772986.10954: variable 'ansible_shell_executable' from source: unknown 3057 1726772986.10957: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772986.10962: variable 'ansible_pipelining' from source: unknown 3057 1726772986.10964: variable 'ansible_timeout' from source: unknown 3057 1726772986.10969: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772986.11156: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772986.11162: variable 'omit' from source: magic vars 3057 1726772986.11168: starting attempt loop 3057 1726772986.11171: running the handler 3057 1726772986.11181: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772986.11197: _low_level_execute_command(): starting 3057 1726772986.11206: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772986.11821: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772986.11825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.11828: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772986.11831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.11832: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772986.11857: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772986.11916: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772986.13629: stdout chunk (state=3): >>>/root <<< 3057 1726772986.13733: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772986.13796: stderr chunk (state=3): >>><<< 3057 1726772986.13800: stdout chunk (state=3): >>><<< 3057 1726772986.13826: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772986.13838: _low_level_execute_command(): starting 3057 1726772986.13845: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148 `" && echo ansible-tmp-1726772986.1382568-3596-46849643200148="` echo /root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148 `" ) && sleep 0' 3057 1726772986.14341: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772986.14345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772986.14347: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726772986.14363: 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 <<< 3057 1726772986.14379: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.14418: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772986.14425: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772986.14466: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772986.16438: stdout chunk (state=3): >>>ansible-tmp-1726772986.1382568-3596-46849643200148=/root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148 <<< 3057 1726772986.16547: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772986.16609: stderr chunk (state=3): >>><<< 3057 1726772986.16613: stdout chunk (state=3): >>><<< 3057 1726772986.16629: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772986.1382568-3596-46849643200148=/root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772986.16661: variable 'ansible_module_compression' from source: unknown 3057 1726772986.16704: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726772986.16738: variable 'ansible_facts' from source: unknown 3057 1726772986.16799: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148/AnsiballZ_command.py 3057 1726772986.16913: Sending initial data 3057 1726772986.16917: Sent initial data (153 bytes) 3057 1726772986.17424: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772986.17428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726772986.17430: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772986.17433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.17484: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772986.17487: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772986.17533: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772986.19124: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772986.19158: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772986.19197: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmppa7vc03c /root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148/AnsiballZ_command.py <<< 3057 1726772986.19208: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148/AnsiballZ_command.py" <<< 3057 1726772986.19237: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmppa7vc03c" to remote "/root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148/AnsiballZ_command.py" <<< 3057 1726772986.19243: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148/AnsiballZ_command.py" <<< 3057 1726772986.19757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772986.19829: stderr chunk (state=3): >>><<< 3057 1726772986.19833: stdout chunk (state=3): >>><<< 3057 1726772986.19855: done transferring module to remote 3057 1726772986.19866: _low_level_execute_command(): starting 3057 1726772986.19874: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148/ /root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148/AnsiballZ_command.py && sleep 0' 3057 1726772986.20366: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772986.20369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772986.20372: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772986.20374: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.20429: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772986.20432: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772986.20475: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772986.22316: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772986.22343: stderr chunk (state=3): >>><<< 3057 1726772986.22350: stdout chunk (state=3): >>><<< 3057 1726772986.22366: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772986.22369: _low_level_execute_command(): starting 3057 1726772986.22374: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148/AnsiballZ_command.py && sleep 0' 3057 1726772986.22873: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772986.22877: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726772986.22880: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.22941: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772986.22949: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772986.22952: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772986.22992: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772986.40379: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "start": "2024-09-19 15:09:46.397222", "end": "2024-09-19 15:09:46.402853", "delta": "0:00:00.005631", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726772986.42022: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772986.42080: stderr chunk (state=3): >>><<< 3057 1726772986.42084: stdout chunk (state=3): >>><<< 3057 1726772986.42103: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "start": "2024-09-19 15:09:46.397222", "end": "2024-09-19 15:09:46.402853", "delta": "0:00:00.005631", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772986.42147: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772986.42157: _low_level_execute_command(): starting 3057 1726772986.42162: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772986.1382568-3596-46849643200148/ > /dev/null 2>&1 && sleep 0' 3057 1726772986.42669: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772986.42673: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.42676: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772986.42683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772986.42685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.42747: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772986.42750: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772986.42752: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772986.42783: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772986.44746: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772986.44751: stdout chunk (state=3): >>><<< 3057 1726772986.44753: stderr chunk (state=3): >>><<< 3057 1726772986.44770: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772986.44840: handler run complete 3057 1726772986.44843: Evaluated conditional (False): False 3057 1726772986.44845: attempt loop complete, returning result 3057 1726772986.44846: _execute() done 3057 1726772986.44847: dumping result to json 3057 1726772986.44848: done dumping result, returning 3057 1726772986.44850: done running TaskExecutor() for managed_node2/TASK: Check sysctl after role runs [02b512f9-4fcf-6140-6a9e-000000000014] 3057 1726772986.44851: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000014 3057 1726772986.44938: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000014 3057 1726772986.44941: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "delta": "0:00:00.005631", "end": "2024-09-19 15:09:46.402853", "rc": 0, "start": "2024-09-19 15:09:46.397222" } 3057 1726772986.45010: no more pending results, returning what we have 3057 1726772986.45013: results queue empty 3057 1726772986.45014: checking for any_errors_fatal 3057 1726772986.45020: done checking for any_errors_fatal 3057 1726772986.45020: checking for max_fail_percentage 3057 1726772986.45022: done checking for max_fail_percentage 3057 1726772986.45023: checking to see if all hosts have failed and the running result is not ok 3057 1726772986.45023: done checking to see if all hosts have failed 3057 1726772986.45024: getting the remaining hosts for this loop 3057 1726772986.45026: done getting the remaining hosts for this loop 3057 1726772986.45029: getting the next task for host managed_node2 3057 1726772986.45034: done getting next task for host managed_node2 3057 1726772986.45038: ^ task is: TASK: Reboot the machine - see if settings persist after reboot 3057 1726772986.45040: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726772986.45043: getting variables 3057 1726772986.45045: in VariableManager get_vars() 3057 1726772986.45078: Calling all_inventory to load vars for managed_node2 3057 1726772986.45080: Calling groups_inventory to load vars for managed_node2 3057 1726772986.45082: Calling all_plugins_inventory to load vars for managed_node2 3057 1726772986.45092: Calling all_plugins_play to load vars for managed_node2 3057 1726772986.45095: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726772986.45100: Calling groups_plugins_play to load vars for managed_node2 3057 1726772986.45262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726772986.45383: done with get_vars() 3057 1726772986.45391: done getting variables 3057 1726772986.45440: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reboot the machine - see if settings persist after reboot] *************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:95 Thursday 19 September 2024 15:09:46 -0400 (0:00:00.355) 0:00:31.193 **** 3057 1726772986.45463: entering _queue_task() for managed_node2/reboot 3057 1726772986.45679: worker is 1 (out of 1 available) 3057 1726772986.45695: exiting _queue_task() for managed_node2/reboot 3057 1726772986.45710: done queuing things up, now waiting for results queue to drain 3057 1726772986.45712: waiting for pending results... 3057 1726772986.45891: running TaskExecutor() for managed_node2/TASK: Reboot the machine - see if settings persist after reboot 3057 1726772986.45956: in run() - task 02b512f9-4fcf-6140-6a9e-000000000015 3057 1726772986.45969: variable 'ansible_search_path' from source: unknown 3057 1726772986.46003: calling self._execute() 3057 1726772986.46077: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772986.46083: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772986.46092: variable 'omit' from source: magic vars 3057 1726772986.46174: variable 'omit' from source: magic vars 3057 1726772986.46202: variable 'omit' from source: magic vars 3057 1726772986.46227: variable 'omit' from source: magic vars 3057 1726772986.46265: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726772986.46301: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726772986.46319: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726772986.46334: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772986.46346: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726772986.46372: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726772986.46377: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772986.46380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772986.46458: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726772986.46465: Set connection var ansible_pipelining to False 3057 1726772986.46468: Set connection var ansible_shell_type to sh 3057 1726772986.46471: Set connection var ansible_connection to ssh 3057 1726772986.46476: Set connection var ansible_timeout to 10 3057 1726772986.46483: Set connection var ansible_shell_executable to /bin/sh 3057 1726772986.46507: variable 'ansible_shell_executable' from source: unknown 3057 1726772986.46510: variable 'ansible_connection' from source: unknown 3057 1726772986.46513: variable 'ansible_module_compression' from source: unknown 3057 1726772986.46515: variable 'ansible_shell_type' from source: unknown 3057 1726772986.46518: variable 'ansible_shell_executable' from source: unknown 3057 1726772986.46520: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726772986.46523: variable 'ansible_pipelining' from source: unknown 3057 1726772986.46525: variable 'ansible_timeout' from source: unknown 3057 1726772986.46530: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726772986.46650: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726772986.46659: variable 'omit' from source: magic vars 3057 1726772986.46664: starting attempt loop 3057 1726772986.46667: running the handler 3057 1726772986.46675: reboot: running setup module to get distribution 3057 1726772986.46685: _low_level_execute_command(): starting 3057 1726772986.46692: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726772986.47231: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772986.47263: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772986.47267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.47270: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772986.47272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.47331: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772986.47337: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772986.47340: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772986.47385: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772986.49110: stdout chunk (state=3): >>>/root <<< 3057 1726772986.49270: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772986.49274: stdout chunk (state=3): >>><<< 3057 1726772986.49282: stderr chunk (state=3): >>><<< 3057 1726772986.49309: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772986.49320: _low_level_execute_command(): starting 3057 1726772986.49327: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103 `" && echo ansible-tmp-1726772986.4930842-3604-278709360333103="` echo /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103 `" ) && sleep 0' 3057 1726772986.49808: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772986.49817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772986.49842: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.49846: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772986.49869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.49905: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772986.49908: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772986.49917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772986.49963: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772986.51980: stdout chunk (state=3): >>>ansible-tmp-1726772986.4930842-3604-278709360333103=/root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103 <<< 3057 1726772986.52155: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772986.52159: stdout chunk (state=3): >>><<< 3057 1726772986.52164: stderr chunk (state=3): >>><<< 3057 1726772986.52180: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772986.4930842-3604-278709360333103=/root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772986.52211: variable 'ansible_module_compression' from source: unknown 3057 1726772986.52259: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 3057 1726772986.52309: variable 'ansible_facts' from source: unknown 3057 1726772986.52447: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_setup.py 3057 1726772986.52568: Sending initial data 3057 1726772986.52572: Sent initial data (152 bytes) 3057 1726772986.53070: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772986.53074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.53076: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772986.53078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772986.53080: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.53142: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772986.53149: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772986.53151: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772986.53191: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772986.54813: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772986.54849: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772986.54891: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmplhhqhusw /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_setup.py <<< 3057 1726772986.54893: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_setup.py" <<< 3057 1726772986.54932: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmplhhqhusw" to remote "/root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_setup.py" <<< 3057 1726772986.56010: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772986.56101: stderr chunk (state=3): >>><<< 3057 1726772986.56105: stdout chunk (state=3): >>><<< 3057 1726772986.56130: done transferring module to remote 3057 1726772986.56143: _low_level_execute_command(): starting 3057 1726772986.56147: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/ /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_setup.py && sleep 0' 3057 1726772986.56641: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772986.56645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.56647: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726772986.56649: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772986.56653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.56694: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772986.56713: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772986.56756: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772986.58616: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772986.58672: stderr chunk (state=3): >>><<< 3057 1726772986.58675: stdout chunk (state=3): >>><<< 3057 1726772986.58689: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772986.58693: _low_level_execute_command(): starting 3057 1726772986.58698: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_setup.py && sleep 0' 3057 1726772986.59203: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772986.59207: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.59210: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726772986.59213: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772986.59265: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772986.59273: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772986.59275: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772986.59318: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772987.31877: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "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.44.149 43668 10.31.45.18 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": "6", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.44.149 43668 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_lsb": {}, "ansible_fips": false, "ansible_apparmor": {"status": "disabled"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "15", "minute": "09", "second": "46", "epoch": "1726772986", "epoch_int": "1726772986", "date": "2024-09-19", "time": "15:09:46", "iso8601_micro": "2024-09-19T19:09:46.890948Z", "iso8601": "2024-09-19T19:09:46Z", "iso8601_basic": "20240919T150946890948", "iso8601_basic_short": "20240919T150946", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-45-18.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-18", "ansible_nodename": "ip-10-31-45-18.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": "ec2b770db9d20586fb9c097bb6389201", "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_local": {}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDGZpgXY9Mr8yTZIP9hlObg78q7HCqq7GLWuxKRXvg/iaI+gECMG8Rqlgyt1LTJhamDUfxev2wGAz0jRQbGlIRcjhXVbspzNBXt09vHvp7J9u3tklvWP0yBW3P/ZGwO9CPkH+WmK576eUvt64kPXsLV7n8FiqfIJheRk9Zt46Ycobv1KbQXp7uMYaaYncTOlYHCk576qllRjhT/6D8hZToSk/+TguQvHDOyKLDz7SLh7H9sAAN4gAD2mRfeTvnmoPowC7q2rYC/ewvHaTOTp9XYsNeBErlMrF1j6KBbDWE5MZcjqRJ8mcE3vRF7E4q17gTy3p1qlgiQ7OyuVAZ2Ap/rAB3en1Wye7UT3L+5ytv66cJmV60SOv/q7NZ7FLbq8JMtwaZsSmsdExRzChRrtXXflmHPlCGJvfwcSSIg0XMVJzxGkQRHOvCS2G7S0KUN0BwaWDy/GYShlW69ViSke94nJTuIiSHbi20ZJf9R5ZURKNNSdBq3EzRrCl6aWD6Wz+0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPNxif5bemZU3xyMInsHScG9JRluWkB2CuPyWNkKybteV4pZmYc2WqlH8XnIQySBH1dHN1PzhVbUUJ2Cmvo8SNA=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBSKvHDgDohPs8HZeoGwJAO6IMzcM8hjHqcnRX0AveqP", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, <<< 3057 1726772987.31884: stdout chunk (state=3): >>>"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_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["min"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["min"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 3057 1726772987.33903: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772987.33960: stderr chunk (state=3): >>><<< 3057 1726772987.33964: stdout chunk (state=3): >>><<< 3057 1726772987.33983: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "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.44.149 43668 10.31.45.18 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": "6", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.44.149 43668 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_lsb": {}, "ansible_fips": false, "ansible_apparmor": {"status": "disabled"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "15", "minute": "09", "second": "46", "epoch": "1726772986", "epoch_int": "1726772986", "date": "2024-09-19", "time": "15:09:46", "iso8601_micro": "2024-09-19T19:09:46.890948Z", "iso8601": "2024-09-19T19:09:46Z", "iso8601_basic": "20240919T150946890948", "iso8601_basic_short": "20240919T150946", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-45-18.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-18", "ansible_nodename": "ip-10-31-45-18.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": "ec2b770db9d20586fb9c097bb6389201", "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_local": {}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDGZpgXY9Mr8yTZIP9hlObg78q7HCqq7GLWuxKRXvg/iaI+gECMG8Rqlgyt1LTJhamDUfxev2wGAz0jRQbGlIRcjhXVbspzNBXt09vHvp7J9u3tklvWP0yBW3P/ZGwO9CPkH+WmK576eUvt64kPXsLV7n8FiqfIJheRk9Zt46Ycobv1KbQXp7uMYaaYncTOlYHCk576qllRjhT/6D8hZToSk/+TguQvHDOyKLDz7SLh7H9sAAN4gAD2mRfeTvnmoPowC7q2rYC/ewvHaTOTp9XYsNeBErlMrF1j6KBbDWE5MZcjqRJ8mcE3vRF7E4q17gTy3p1qlgiQ7OyuVAZ2Ap/rAB3en1Wye7UT3L+5ytv66cJmV60SOv/q7NZ7FLbq8JMtwaZsSmsdExRzChRrtXXflmHPlCGJvfwcSSIg0XMVJzxGkQRHOvCS2G7S0KUN0BwaWDy/GYShlW69ViSke94nJTuIiSHbi20ZJf9R5ZURKNNSdBq3EzRrCl6aWD6Wz+0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPNxif5bemZU3xyMInsHScG9JRluWkB2CuPyWNkKybteV4pZmYc2WqlH8XnIQySBH1dHN1PzhVbUUJ2Cmvo8SNA=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBSKvHDgDohPs8HZeoGwJAO6IMzcM8hjHqcnRX0AveqP", "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_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["min"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["min"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772987.34086: done with _execute_module (ansible.legacy.setup, {'gather_subset': 'min', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.setup', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772987.34104: reboot: distribution: {'name': 'fedora', 'version': '40', 'family': 'redhat'} 3057 1726772987.34115: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 3057 1726772987.34118: _low_level_execute_command(): starting 3057 1726772987.34120: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 3057 1726772987.34605: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772987.34609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772987.34630: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772987.34685: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772987.34688: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772987.34690: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772987.34743: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772987.36858: stdout chunk (state=3): >>>ed12a835-9ceb-47e2-8b30-82d3c72b0451 <<< 3057 1726772987.36975: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772987.37030: stderr chunk (state=3): >>><<< 3057 1726772987.37033: stdout chunk (state=3): >>><<< 3057 1726772987.37050: _low_level_execute_command() done: rc=0, stdout=ed12a835-9ceb-47e2-8b30-82d3c72b0451 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772987.37055: reboot: last boot time: ed12a835-9ceb-47e2-8b30-82d3c72b0451 3057 1726772987.37058: reboot: saving original connect_timeout of None 3057 1726772987.37078: reboot: running find module looking in ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/local/sbin'] to get path for "shutdown" 3057 1726772987.37102: variable 'ansible_module_compression' from source: unknown 3057 1726772987.37139: ANSIBALLZ: Using generic lock for ansible.legacy.find 3057 1726772987.37143: ANSIBALLZ: Acquiring lock 3057 1726772987.37145: ANSIBALLZ: Lock acquired: 140100833264128 3057 1726772987.37148: ANSIBALLZ: Creating module 3057 1726772987.46893: ANSIBALLZ: Writing module into payload 3057 1726772987.46973: ANSIBALLZ: Writing module 3057 1726772987.46992: ANSIBALLZ: Renaming module 3057 1726772987.47004: ANSIBALLZ: Done creating module 3057 1726772987.47018: variable 'ansible_facts' from source: unknown 3057 1726772987.47064: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_find.py 3057 1726772987.47166: Sending initial data 3057 1726772987.47169: Sent initial data (151 bytes) 3057 1726772987.47670: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772987.47674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772987.47676: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772987.47678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772987.47744: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772987.47749: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772987.47752: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772987.47803: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772987.49511: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726772987.49545: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726772987.49582: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpse0eclob /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_find.py <<< 3057 1726772987.49589: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_find.py" <<< 3057 1726772987.49629: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpse0eclob" to remote "/root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_find.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_find.py" <<< 3057 1726772987.50158: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772987.50233: stderr chunk (state=3): >>><<< 3057 1726772987.50238: stdout chunk (state=3): >>><<< 3057 1726772987.50257: done transferring module to remote 3057 1726772987.50265: _low_level_execute_command(): starting 3057 1726772987.50270: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/ /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_find.py && sleep 0' 3057 1726772987.50741: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726772987.50760: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772987.50767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772987.50822: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772987.50827: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772987.50831: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772987.50866: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772987.52762: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726772987.52822: stderr chunk (state=3): >>><<< 3057 1726772987.52825: stdout chunk (state=3): >>><<< 3057 1726772987.52840: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726772987.52843: _low_level_execute_command(): starting 3057 1726772987.52849: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/AnsiballZ_find.py && sleep 0' 3057 1726772987.53341: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772987.53345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772987.53348: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772987.53350: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772987.53412: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772987.53419: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772987.53421: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772987.53464: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772987.73653: stdout chunk (state=3): >>> {"files": [{"path": "/sbin/shutdown", "mode": "0777", "isdir": false, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": true, "issock": false, "uid": 0, "gid": 0, "size": 16, "inode": 151504, "dev": 51714, "nlink": 1, "atime": 1726772987.706207, "mtime": 1726012800.0, "ctime": 1726562420.112, "gr_name": "root", "pw_name": "root", "wusr": true, "rusr": true, "xusr": true, "wgrp": true, "rgrp": true, "xgrp": true, "woth": true, "roth": true, "xoth": true, "isuid": false, "isgid": false}, {"path": "/usr/sbin/shutdown", "mode": "0777", "isdir": false, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": true, "issock": false, "uid": 0, "gid": 0, "size": 16, "inode": 151504, "dev": 51714, "nlink": 1, "atime": 1726772987.706207, "mtime": 1726012800.0, "ctime": 1726562420.112, "gr_name": "root", "pw_name": "root", "wusr": true, "rusr": true, "xusr": true, "wgrp": true, "rgrp": true, "xgrp": true, "woth": true, "roth": true, "xoth": true, "isuid": false, "isgid": false}], "changed": false, "msg": "All paths examined", "matched": 2, "examined": 2852, "skipped_paths": {}, "invocation": {"module_args": {"paths": ["/sbin", "/bin", "/usr/sbin", "/usr/bin", "/usr/local/sbin"], "patterns": ["shutdown"], "file_type": "any", "read_whole_file": false, "age_stamp": "mtime", "recurse": false, "hidden": false, "follow": false, "get_checksum": false, "use_regex": false, "exact_mode": true, "excludes": null, "contains": null, "age": null, "size": null, "depth": null, "mode": null, "encoding": null}}} <<< 3057 1726772987.75138: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772987.75200: stderr chunk (state=3): >>><<< 3057 1726772987.75204: stdout chunk (state=3): >>><<< 3057 1726772987.75219: _low_level_execute_command() done: rc=0, stdout= {"files": [{"path": "/sbin/shutdown", "mode": "0777", "isdir": false, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": true, "issock": false, "uid": 0, "gid": 0, "size": 16, "inode": 151504, "dev": 51714, "nlink": 1, "atime": 1726772987.706207, "mtime": 1726012800.0, "ctime": 1726562420.112, "gr_name": "root", "pw_name": "root", "wusr": true, "rusr": true, "xusr": true, "wgrp": true, "rgrp": true, "xgrp": true, "woth": true, "roth": true, "xoth": true, "isuid": false, "isgid": false}, {"path": "/usr/sbin/shutdown", "mode": "0777", "isdir": false, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": true, "issock": false, "uid": 0, "gid": 0, "size": 16, "inode": 151504, "dev": 51714, "nlink": 1, "atime": 1726772987.706207, "mtime": 1726012800.0, "ctime": 1726562420.112, "gr_name": "root", "pw_name": "root", "wusr": true, "rusr": true, "xusr": true, "wgrp": true, "rgrp": true, "xgrp": true, "woth": true, "roth": true, "xoth": true, "isuid": false, "isgid": false}], "changed": false, "msg": "All paths examined", "matched": 2, "examined": 2852, "skipped_paths": {}, "invocation": {"module_args": {"paths": ["/sbin", "/bin", "/usr/sbin", "/usr/bin", "/usr/local/sbin"], "patterns": ["shutdown"], "file_type": "any", "read_whole_file": false, "age_stamp": "mtime", "recurse": false, "hidden": false, "follow": false, "get_checksum": false, "use_regex": false, "exact_mode": true, "excludes": null, "contains": null, "age": null, "size": null, "depth": null, "mode": null, "encoding": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772987.75273: done with _execute_module (ansible.legacy.find, {'paths': ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/local/sbin'], 'patterns': ['shutdown'], 'file_type': 'any', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.find', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726772987.75284: reboot: rebooting server with command '/sbin/shutdown -r 0 "Reboot initiated by Ansible"' 3057 1726772987.75287: _low_level_execute_command(): starting 3057 1726772987.75292: _low_level_execute_command(): executing: /bin/sh -c '/sbin/shutdown -r 0 "Reboot initiated by Ansible" && sleep 0' 3057 1726772987.75794: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772987.75798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772987.75801: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772987.75803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772987.75862: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772987.75868: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772987.75870: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772987.75912: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772987.78740: stdout chunk (state=3): >>>Reboot scheduled for Thu 2024-09-19 15:09:47 EDT, use 'shutdown -c' to cancel. <<< 3057 1726772987.78874: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726772987.78948: stderr chunk (state=3): >>><<< 3057 1726772987.78951: stdout chunk (state=3): >>><<< 3057 1726772987.78966: _low_level_execute_command() done: rc=0, stdout=Reboot scheduled for Thu 2024-09-19 15:09:47 EDT, use 'shutdown -c' to cancel. , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726772987.78980: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 3057 1726772987.78983: _low_level_execute_command(): starting 3057 1726772987.78990: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 3057 1726772987.79524: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772987.79528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726772987.79531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772987.79534: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772987.79538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772987.79541: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772987.79544: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772987.79563: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726772987.79621: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726772987.92866: stderr chunk (state=3): >>>debug2: Control master terminated unexpectedly Shared connection to 10.31.45.18 closed. <<< 3057 1726772987.92871: stdout chunk (state=3): >>><<< 3057 1726772987.92873: stderr chunk (state=3): >>><<< 3057 1726772987.93480: reboot: last boot time check fail 'Shared connection to 10.31.45.18 closed.', retrying in 1.1010 seconds... 3057 1726772989.03673: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 3057 1726772989.03677: _low_level_execute_command(): starting 3057 1726772989.03680: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 3057 1726772989.04125: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772989.04129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772989.04132: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726772989.04134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772989.04192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug1: Control socket "/root/.ansible/cp/3fb9a6e1ce" does not exist <<< 3057 1726772989.04195: stderr chunk (state=3): >>>debug1: Connecting to 10.31.45.18 [10.31.45.18] port 22. debug2: fd 3 setting O_NONBLOCK <<< 3057 1726772989.04216: stderr chunk (state=3): >>>debug1: connect to address 10.31.45.18 port 22: Connection refused ssh: connect to host 10.31.45.18 port 22: Connection refused <<< 3057 1726772989.04270: stderr chunk (state=3): >>><<< 3057 1726772989.04274: stdout chunk (state=3): >>><<< 3057 1726772989.04822: reboot: last boot time check fail 'ssh: connect to host 10.31.45.18 port 22: Connection refused', retrying in 2.3040 seconds... 3057 1726772991.35250: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 3057 1726772991.35255: _low_level_execute_command(): starting 3057 1726772991.35258: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 3057 1726772991.35767: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726772991.35771: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772991.35775: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726772991.35777: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726772991.35840: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726772991.35893: stderr chunk (state=3): >>>debug1: Control socket "/root/.ansible/cp/3fb9a6e1ce" does not exist debug1: Connecting to 10.31.45.18 [10.31.45.18] port 22. debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773001.36861: stderr chunk (state=3): >>>debug1: connect to address 10.31.45.18 port 22: Connection timed out ssh: connect to host 10.31.45.18 port 22: Connection timed out <<< 3057 1726773001.36894: stderr chunk (state=3): >>><<< 3057 1726773001.36899: stdout chunk (state=3): >>><<< 3057 1726773001.37788: reboot: last boot time check fail 'ssh: connect to host 10.31.45.18 port 22: Connection timed out', retrying in 4.9610 seconds... 3057 1726773006.33913: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 3057 1726773006.33918: _low_level_execute_command(): starting 3057 1726773006.33921: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 3057 1726773006.34474: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773006.34478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773006.34480: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773006.34483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773006.34555: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug1: Control socket "/root/.ansible/cp/3fb9a6e1ce" does not exist debug1: Connecting to 10.31.45.18 [10.31.45.18] port 22. debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773010.45192: stderr chunk (state=3): >>>debug1: connect to address 10.31.45.18 port 22: Connection refused ssh: connect to host 10.31.45.18 port 22: Connection refused <<< 3057 1726773010.45260: stderr chunk (state=3): >>><<< 3057 1726773010.45263: stdout chunk (state=3): >>><<< 3057 1726773010.45840: reboot: last boot time check fail 'ssh: connect to host 10.31.45.18 port 22: Connection refused', retrying in 8.4620 seconds... 3057 1726773018.92076: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 3057 1726773018.92080: _low_level_execute_command(): starting 3057 1726773018.92083: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 3057 1726773018.93153: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773018.93160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773018.93163: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773018.93261: 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/3fb9a6e1ce' debug1: Control socket "/root/.ansible/cp/3fb9a6e1ce" does not exist debug1: Connecting to 10.31.45.18 [10.31.45.18] port 22. debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773018.93375: stderr chunk (state=3): >>>debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. <<< 3057 1726773018.93382: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 <<< 3057 1726773018.93390: stderr chunk (state=3): >>>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 <<< 3057 1726773018.93408: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: identity file /root/.ssh/id_dsa type -1 debug1: identity file /root/.ssh/id_dsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.6 <<< 3057 1726773018.95507: stderr chunk (state=3): >>>debug1: Remote protocol version 2.0, remote software version OpenSSH_9.6 debug1: compat_banner: match: OpenSSH_9.6 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.45.18:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent <<< 3057 1726773018.96544: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,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 <<< 3057 1726773018.96881: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 3057 1726773018.97315: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received <<< 3057 1726773018.97660: stderr chunk (state=3): >>>debug1: Server host key: ssh-ed25519 SHA256:pmBMNKtokX93yH4OYA6v4YSVGD2txSb6cbbqp0iC510 debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host '10.31.45.18' is known and matches the ED25519 host key. debug1: Found key in /root/.ssh/known_hosts:2 <<< 3057 1726773018.98098: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 <<< 3057 1726773018.98120: stderr chunk (state=3): >>>debug2: ssh_set_newkeys: mode 1 <<< 3057 1726773018.98139: stderr chunk (state=3): >>>debug1: rekey out after 4294967296 blocks <<< 3057 1726773018.98153: stderr chunk (state=3): >>>debug1: SSH2_MSG_NEWKEYS sent <<< 3057 1726773018.98234: stderr chunk (state=3): >>>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 debug1: SSH2_MSG_EXT_INFO received <<< 3057 1726773018.98262: stderr chunk (state=3): >>>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> <<< 3057 1726773019.02270: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 3057 1726773019.02349: stderr chunk (state=3): >>>debug1: SSH2_MSG_EXT_INFO received <<< 3057 1726773019.02518: stderr chunk (state=3): >>>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 <<< 3057 1726773019.02582: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 3057 1726773019.02667: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 3057 1726773019.02758: stderr chunk (state=3): >>>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 debug1: Will attempt key: /root/.ssh/id_dsa debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa <<< 3057 1726773019.03547: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 3057 1726773019.05696: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. <<< 3057 1726773019.05714: stderr chunk (state=3): >>>Authenticated to 10.31.45.18 ([10.31.45.18]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket <<< 3057 1726773019.05725: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/3fb9a6e1ce] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process <<< 3057 1726773019.05772: stderr chunk (state=3): >>>debug2: control_persist_detach: background process is 4440 debug2: fd 4 setting O_NONBLOCK <<< 3057 1726773019.05815: stderr chunk (state=3): >>>debug1: forking to background <<< 3057 1726773019.05852: stderr chunk (state=3): >>>debug1: Entering interactive session. debug1: pledge: id <<< 3057 1726773019.05856: stderr chunk (state=3): >>>debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection <<< 3057 1726773019.05858: stderr chunk (state=3): >>>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 <<< 3057 1726773019.05913: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773019.05917: stderr chunk (state=3): >>>debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 1, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0'", env 0 <<< 3057 1726773019.05919: stderr chunk (state=3): >>>debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open <<< 3057 1726773019.26561: stderr chunk (state=3): >>>debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: client_input_hostkeys: searching /root/.ssh/known_hosts for 10.31.45.18 / (none) debug1: client_input_hostkeys: searching /root/.ssh/known_hosts2 for 10.31.45.18 / (none) debug1: client_input_hostkeys: hostkeys file /root/.ssh/known_hosts2 does not exist debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding <<< 3057 1726773019.26675: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug2: channel 2: request pty-req confirm 1 <<< 3057 1726773019.26679: stderr chunk (state=3): >>>debug1: Sending command: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 <<< 3057 1726773019.26689: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773019.27928: stderr chunk (state=3): >>>Learned new hostkey: RSA SHA256:464Ct2Jts0mPp7/7fOJduvZKtH/aHHNFNkv+3hfEQDM Learned new hostkey: ECDSA SHA256:hQYSnfuXMaAbL++kE7+nSjrOSixb93U0Ar5KMyXmkTI Adding new key for 10.31.45.18 to /root/.ssh/known_hosts: ssh-rsa SHA256:464Ct2Jts0mPp7/7fOJduvZKtH/aHHNFNkv+3hfEQDM Adding new key for 10.31.45.18 to /root/.ssh/known_hosts: ecdsa-sha2-nistp256 SHA256:hQYSnfuXMaAbL++kE7+nSjrOSixb93U0Ar5KMyXmkTI debug1: update_known_hosts: known hosts file /root/.ssh/known_hosts2 does not exist <<< 3057 1726773019.28264: stderr chunk (state=3): >>>debug2: channel_input_status_confirm: type 99 id 2 debug2: PTY allocation request accepted on channel 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 <<< 3057 1726773019.31388: stdout chunk (state=3): >>>bb56de82-0e12-4a7d-a7bc-8c34e997303f <<< 3057 1726773019.31554: stderr chunk (state=3): >>>debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 <<< 3057 1726773019.31586: stderr chunk (state=3): >>>debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 <<< 3057 1726773019.31590: stderr chunk (state=3): >>>debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) <<< 3057 1726773019.31592: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773019.31761: stdout chunk (state=3): >>><<< 3057 1726773019.31766: stderr chunk (state=3): >>>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 <<< 3057 1726773020.31887: _low_level_execute_command() done: rc=0, stdout=bb56de82-0e12-4a7d-a7bc-8c34e997303f , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug1: Control socket "/root/.ansible/cp/3fb9a6e1ce" does not exist debug1: Connecting to 10.31.45.18 [10.31.45.18] 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: identity file /root/.ssh/id_dsa type -1 debug1: identity file /root/.ssh/id_dsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.6 debug1: Remote protocol version 2.0, remote software version OpenSSH_9.6 debug1: compat_banner: match: OpenSSH_9.6 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.45.18:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:pmBMNKtokX93yH4OYA6v4YSVGD2txSb6cbbqp0iC510 debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host '10.31.45.18' is known and matches the ED25519 host key. debug1: Found key in /root/.ssh/known_hosts:2 debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks 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 debug1: Will attempt key: /root/.ssh/id_dsa 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.45.18 ([10.31.45.18]: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/3fb9a6e1ce] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 4440 debug2: fd 4 setting O_NONBLOCK debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 1, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: client_input_hostkeys: searching /root/.ssh/known_hosts for 10.31.45.18 / (none) debug1: client_input_hostkeys: searching /root/.ssh/known_hosts2 for 10.31.45.18 / (none) debug1: client_input_hostkeys: hostkeys file /root/.ssh/known_hosts2 does not exist debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug2: channel 2: request pty-req confirm 1 debug1: Sending command: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 Learned new hostkey: RSA SHA256:464Ct2Jts0mPp7/7fOJduvZKtH/aHHNFNkv+3hfEQDM Learned new hostkey: ECDSA SHA256:hQYSnfuXMaAbL++kE7+nSjrOSixb93U0Ar5KMyXmkTI Adding new key for 10.31.45.18 to /root/.ssh/known_hosts: ssh-rsa SHA256:464Ct2Jts0mPp7/7fOJduvZKtH/aHHNFNkv+3hfEQDM Adding new key for 10.31.45.18 to /root/.ssh/known_hosts: ecdsa-sha2-nistp256 SHA256:hQYSnfuXMaAbL++kE7+nSjrOSixb93U0Ar5KMyXmkTI debug1: update_known_hosts: known hosts file /root/.ssh/known_hosts2 does not exist debug2: channel_input_status_confirm: type 99 id 2 debug2: PTY allocation request accepted on channel 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: Received exit status from master 0 Shared connection to 10.31.45.18 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 3057 1726773020.31904: reboot: last boot time: bb56de82-0e12-4a7d-a7bc-8c34e997303f 3057 1726773020.31907: reboot: last boot time check success 3057 1726773020.31915: reboot: attempting post-reboot test command 'tuned-adm active' 3057 1726773020.31918: _low_level_execute_command(): starting 3057 1726773020.31926: _low_level_execute_command(): executing: /bin/sh -c 'tuned-adm active && sleep 0' 3057 1726773020.32400: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773020.32404: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773020.32406: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773020.32416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773020.32494: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773020.32497: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773020.32540: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773020.46603: stdout chunk (state=3): >>>Current active profile: virtual-guest kernel_settings <<< 3057 1726773020.48227: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773020.48284: stderr chunk (state=3): >>><<< 3057 1726773020.48287: stdout chunk (state=3): >>><<< 3057 1726773020.48302: _low_level_execute_command() done: rc=0, stdout=Current active profile: virtual-guest kernel_settings , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773020.48308: reboot: post-reboot test command success 3057 1726773020.48320: _low_level_execute_command(): starting 3057 1726773020.48325: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772986.4930842-3604-278709360333103/ > /dev/null 2>&1 && sleep 0' 3057 1726773020.48825: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773020.48829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773020.48832: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773020.48834: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773020.48838: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773020.48840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773020.48895: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773020.48902: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773020.48904: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773020.49008: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773020.51127: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773020.51189: stderr chunk (state=3): >>><<< 3057 1726773020.51193: stdout chunk (state=3): >>><<< 3057 1726773020.51210: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773020.51213: handler run complete 3057 1726773020.51227: attempt loop complete, returning result 3057 1726773020.51230: _execute() done 3057 1726773020.51232: dumping result to json 3057 1726773020.51238: done dumping result, returning 3057 1726773020.51246: done running TaskExecutor() for managed_node2/TASK: Reboot the machine - see if settings persist after reboot [02b512f9-4fcf-6140-6a9e-000000000015] 3057 1726773020.51251: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000015 3057 1726773020.51348: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000015 3057 1726773020.51351: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "elapsed": 32, "rebooted": true } 3057 1726773020.51410: no more pending results, returning what we have 3057 1726773020.51414: results queue empty 3057 1726773020.51415: checking for any_errors_fatal 3057 1726773020.51422: done checking for any_errors_fatal 3057 1726773020.51423: checking for max_fail_percentage 3057 1726773020.51428: done checking for max_fail_percentage 3057 1726773020.51429: checking to see if all hosts have failed and the running result is not ok 3057 1726773020.51430: done checking to see if all hosts have failed 3057 1726773020.51431: getting the remaining hosts for this loop 3057 1726773020.51433: done getting the remaining hosts for this loop 3057 1726773020.51439: getting the next task for host managed_node2 3057 1726773020.51445: done getting next task for host managed_node2 3057 1726773020.51447: ^ task is: TASK: Check sysctl after reboot 3057 1726773020.51449: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773020.51453: getting variables 3057 1726773020.51455: in VariableManager get_vars() 3057 1726773020.51495: Calling all_inventory to load vars for managed_node2 3057 1726773020.51498: Calling groups_inventory to load vars for managed_node2 3057 1726773020.51500: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773020.51511: Calling all_plugins_play to load vars for managed_node2 3057 1726773020.51513: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773020.51516: Calling groups_plugins_play to load vars for managed_node2 3057 1726773020.51693: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773020.51819: done with get_vars() 3057 1726773020.51828: done getting variables 3057 1726773020.51880: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check sysctl after reboot] *********************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:99 Thursday 19 September 2024 15:10:20 -0400 (0:00:34.064) 0:01:05.257 **** 3057 1726773020.51903: entering _queue_task() for managed_node2/shell 3057 1726773020.52118: worker is 1 (out of 1 available) 3057 1726773020.52133: exiting _queue_task() for managed_node2/shell 3057 1726773020.52148: done queuing things up, now waiting for results queue to drain 3057 1726773020.52150: waiting for pending results... 3057 1726773020.52333: running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot 3057 1726773020.52413: in run() - task 02b512f9-4fcf-6140-6a9e-000000000016 3057 1726773020.52425: variable 'ansible_search_path' from source: unknown 3057 1726773020.52460: calling self._execute() 3057 1726773020.52534: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773020.52540: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773020.52549: variable 'omit' from source: magic vars 3057 1726773020.52636: variable 'omit' from source: magic vars 3057 1726773020.52660: variable 'omit' from source: magic vars 3057 1726773020.52684: variable 'omit' from source: magic vars 3057 1726773020.52725: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773020.52759: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773020.53055: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773020.53070: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773020.53081: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773020.53111: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773020.53115: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773020.53118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773020.53202: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773020.53210: Set connection var ansible_pipelining to False 3057 1726773020.53213: Set connection var ansible_shell_type to sh 3057 1726773020.53216: Set connection var ansible_connection to ssh 3057 1726773020.53221: Set connection var ansible_timeout to 10 3057 1726773020.53228: Set connection var ansible_shell_executable to /bin/sh 3057 1726773020.53250: variable 'ansible_shell_executable' from source: unknown 3057 1726773020.53253: variable 'ansible_connection' from source: unknown 3057 1726773020.53257: variable 'ansible_module_compression' from source: unknown 3057 1726773020.53260: variable 'ansible_shell_type' from source: unknown 3057 1726773020.53262: variable 'ansible_shell_executable' from source: unknown 3057 1726773020.53266: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773020.53269: variable 'ansible_pipelining' from source: unknown 3057 1726773020.53271: variable 'ansible_timeout' from source: unknown 3057 1726773020.53273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773020.53394: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773020.53406: variable 'omit' from source: magic vars 3057 1726773020.53412: starting attempt loop 3057 1726773020.53414: running the handler 3057 1726773020.53424: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773020.53443: _low_level_execute_command(): starting 3057 1726773020.53449: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773020.54295: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773020.54347: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773020.56091: stdout chunk (state=3): >>>/root <<< 3057 1726773020.56249: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773020.56256: stderr chunk (state=3): >>><<< 3057 1726773020.56261: stdout chunk (state=3): >>><<< 3057 1726773020.56283: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773020.56298: _low_level_execute_command(): starting 3057 1726773020.56305: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818 `" && echo ansible-tmp-1726773020.5628433-4491-186291593383818="` echo /root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818 `" ) && sleep 0' 3057 1726773020.57047: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773020.57065: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773020.57068: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773020.57071: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773020.57165: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773020.59197: stdout chunk (state=3): >>>ansible-tmp-1726773020.5628433-4491-186291593383818=/root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818 <<< 3057 1726773020.59383: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773020.59497: stderr chunk (state=3): >>><<< 3057 1726773020.59512: stdout chunk (state=3): >>><<< 3057 1726773020.59737: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773020.5628433-4491-186291593383818=/root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773020.59743: variable 'ansible_module_compression' from source: unknown 3057 1726773020.59746: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773020.59748: variable 'ansible_facts' from source: unknown 3057 1726773020.59782: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818/AnsiballZ_command.py 3057 1726773020.60001: Sending initial data 3057 1726773020.60005: Sent initial data (154 bytes) 3057 1726773020.60546: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773020.60561: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773020.60573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773020.60618: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773020.60649: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773020.60678: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773020.62494: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773020.62543: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773020.62587: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpdqp9gg1y /root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818/AnsiballZ_command.py <<< 3057 1726773020.62592: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818/AnsiballZ_command.py" <<< 3057 1726773020.62646: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpdqp9gg1y" to remote "/root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818/AnsiballZ_command.py" <<< 3057 1726773020.63241: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773020.63314: stderr chunk (state=3): >>><<< 3057 1726773020.63340: stdout chunk (state=3): >>><<< 3057 1726773020.63347: done transferring module to remote 3057 1726773020.63358: _low_level_execute_command(): starting 3057 1726773020.63363: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818/ /root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818/AnsiballZ_command.py && sleep 0' 3057 1726773020.63851: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773020.63854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773020.63858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773020.63861: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773020.63863: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773020.63913: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773020.63917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773020.63961: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773020.65985: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773020.66049: stderr chunk (state=3): >>><<< 3057 1726773020.66053: stdout chunk (state=3): >>><<< 3057 1726773020.66064: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773020.66067: _low_level_execute_command(): starting 3057 1726773020.66072: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818/AnsiballZ_command.py && sleep 0' 3057 1726773020.66606: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773020.66611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773020.66614: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773020.66618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773020.66620: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773020.66623: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773020.66647: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773020.66704: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773020.85768: stdout chunk (state=3): >>> {"changed": true, "stdout": "400000", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "start": "2024-09-19 15:10:21.103405", "end": "2024-09-19 15:10:21.109368", "delta": "0:00:00.005963", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773020.87326: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773020.87391: stderr chunk (state=3): >>><<< 3057 1726773020.87395: stdout chunk (state=3): >>><<< 3057 1726773020.87412: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "400000", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "start": "2024-09-19 15:10:21.103405", "end": "2024-09-19 15:10:21.109368", "delta": "0:00:00.005963", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773020.87461: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773020.87468: _low_level_execute_command(): starting 3057 1726773020.87474: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773020.5628433-4491-186291593383818/ > /dev/null 2>&1 && sleep 0' 3057 1726773020.87966: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773020.87970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773020.87973: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773020.87975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773020.87982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773020.88033: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773020.88040: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773020.88043: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773020.88084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773020.90443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773020.90447: stdout chunk (state=3): >>><<< 3057 1726773020.90449: stderr chunk (state=3): >>><<< 3057 1726773020.90452: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773020.90454: handler run complete 3057 1726773020.90456: Evaluated conditional (False): False 3057 1726773020.90458: attempt loop complete, returning result 3057 1726773020.90460: _execute() done 3057 1726773020.90462: dumping result to json 3057 1726773020.90464: done dumping result, returning 3057 1726773020.90466: done running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot [02b512f9-4fcf-6140-6a9e-000000000016] 3057 1726773020.90468: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000016 3057 1726773020.90757: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000016 3057 1726773020.90763: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "delta": "0:00:00.005963", "end": "2024-09-19 15:10:21.109368", "rc": 0, "start": "2024-09-19 15:10:21.103405" } STDOUT: 400000 3057 1726773020.90834: no more pending results, returning what we have 3057 1726773020.90919: results queue empty 3057 1726773020.90920: checking for any_errors_fatal 3057 1726773020.90925: done checking for any_errors_fatal 3057 1726773020.90926: checking for max_fail_percentage 3057 1726773020.90928: done checking for max_fail_percentage 3057 1726773020.90929: checking to see if all hosts have failed and the running result is not ok 3057 1726773020.90929: done checking to see if all hosts have failed 3057 1726773020.90930: getting the remaining hosts for this loop 3057 1726773020.90932: done getting the remaining hosts for this loop 3057 1726773020.90938: getting the next task for host managed_node2 3057 1726773020.90943: done getting next task for host managed_node2 3057 1726773020.90952: ^ task is: TASK: Check sysfs after reboot 3057 1726773020.90955: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773020.90958: getting variables 3057 1726773020.90960: in VariableManager get_vars() 3057 1726773020.90992: Calling all_inventory to load vars for managed_node2 3057 1726773020.90995: Calling groups_inventory to load vars for managed_node2 3057 1726773020.90997: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773020.91007: Calling all_plugins_play to load vars for managed_node2 3057 1726773020.91010: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773020.91014: Calling groups_plugins_play to load vars for managed_node2 3057 1726773020.91716: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773020.91837: done with get_vars() 3057 1726773020.91846: done getting variables 3057 1726773020.91892: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check sysfs after reboot] ************************************************ task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:105 Thursday 19 September 2024 15:10:20 -0400 (0:00:00.400) 0:01:05.657 **** 3057 1726773020.91916: entering _queue_task() for managed_node2/command 3057 1726773020.92151: worker is 1 (out of 1 available) 3057 1726773020.92166: exiting _queue_task() for managed_node2/command 3057 1726773020.92182: done queuing things up, now waiting for results queue to drain 3057 1726773020.92183: waiting for pending results... 3057 1726773020.92361: running TaskExecutor() for managed_node2/TASK: Check sysfs after reboot 3057 1726773020.92429: in run() - task 02b512f9-4fcf-6140-6a9e-000000000017 3057 1726773020.92445: variable 'ansible_search_path' from source: unknown 3057 1726773020.92478: calling self._execute() 3057 1726773020.92552: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773020.92556: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773020.92565: variable 'omit' from source: magic vars 3057 1726773020.92650: variable 'omit' from source: magic vars 3057 1726773020.92673: variable 'omit' from source: magic vars 3057 1726773020.92696: variable 'omit' from source: magic vars 3057 1726773020.92751: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773020.92781: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773020.92940: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773020.92942: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773020.92945: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773020.92947: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773020.92950: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773020.92953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773020.92955: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773020.92958: Set connection var ansible_pipelining to False 3057 1726773020.92961: Set connection var ansible_shell_type to sh 3057 1726773020.92964: Set connection var ansible_connection to ssh 3057 1726773020.92966: Set connection var ansible_timeout to 10 3057 1726773020.92969: Set connection var ansible_shell_executable to /bin/sh 3057 1726773020.92990: variable 'ansible_shell_executable' from source: unknown 3057 1726773020.92996: variable 'ansible_connection' from source: unknown 3057 1726773020.92999: variable 'ansible_module_compression' from source: unknown 3057 1726773020.93002: variable 'ansible_shell_type' from source: unknown 3057 1726773020.93004: variable 'ansible_shell_executable' from source: unknown 3057 1726773020.93007: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773020.93010: variable 'ansible_pipelining' from source: unknown 3057 1726773020.93012: variable 'ansible_timeout' from source: unknown 3057 1726773020.93014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773020.93133: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773020.93144: variable 'omit' from source: magic vars 3057 1726773020.93150: starting attempt loop 3057 1726773020.93153: running the handler 3057 1726773020.93166: _low_level_execute_command(): starting 3057 1726773020.93173: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773020.94271: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773020.94664: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773020.94810: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773020.96614: stdout chunk (state=3): >>>/root <<< 3057 1726773020.96838: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773020.96843: stdout chunk (state=3): >>><<< 3057 1726773020.96845: stderr chunk (state=3): >>><<< 3057 1726773020.96882: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773020.96999: _low_level_execute_command(): starting 3057 1726773020.97004: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518 `" && echo ansible-tmp-1726773020.968889-4509-129204740029518="` echo /root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518 `" ) && sleep 0' 3057 1726773020.98165: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773020.98454: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773020.98481: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773020.98563: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.00599: stdout chunk (state=3): >>>ansible-tmp-1726773020.968889-4509-129204740029518=/root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518 <<< 3057 1726773021.00801: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.01043: stdout chunk (state=3): >>><<< 3057 1726773021.01048: stderr chunk (state=3): >>><<< 3057 1726773021.01050: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773020.968889-4509-129204740029518=/root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773021.01053: variable 'ansible_module_compression' from source: unknown 3057 1726773021.01103: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773021.01497: variable 'ansible_facts' from source: unknown 3057 1726773021.01501: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518/AnsiballZ_command.py 3057 1726773021.01902: Sending initial data 3057 1726773021.01913: Sent initial data (153 bytes) 3057 1726773021.03063: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773021.03221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.03274: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773021.03554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.03577: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.03659: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.05256: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773021.05709: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773021.05749: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp30m440_i /root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518/AnsiballZ_command.py <<< 3057 1726773021.05788: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518/AnsiballZ_command.py" <<< 3057 1726773021.05894: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp30m440_i" to remote "/root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518/AnsiballZ_command.py" <<< 3057 1726773021.05909: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518/AnsiballZ_command.py" <<< 3057 1726773021.07556: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.07743: stderr chunk (state=3): >>><<< 3057 1726773021.07748: stdout chunk (state=3): >>><<< 3057 1726773021.07751: done transferring module to remote 3057 1726773021.07753: _low_level_execute_command(): starting 3057 1726773021.07756: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518/ /root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518/AnsiballZ_command.py && sleep 0' 3057 1726773021.09438: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.09680: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.09718: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.11561: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.11809: stderr chunk (state=3): >>><<< 3057 1726773021.11813: stdout chunk (state=3): >>><<< 3057 1726773021.11835: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773021.11947: _low_level_execute_command(): starting 3057 1726773021.11950: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518/AnsiballZ_command.py && sleep 0' 3057 1726773021.13022: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773021.13043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.13326: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773021.13341: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.13471: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.13485: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.30678: stdout chunk (state=3): >>> {"changed": true, "stdout": "65000", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "65000", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:10:21.554878", "end": "2024-09-19 15:10:21.558328", "delta": "0:00:00.003450", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 65000 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773021.32251: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773021.32322: stderr chunk (state=3): >>><<< 3057 1726773021.32334: stdout chunk (state=3): >>><<< 3057 1726773021.32505: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "65000", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "65000", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:10:21.554878", "end": "2024-09-19 15:10:21.558328", "delta": "0:00:00.003450", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 65000 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773021.32509: done with _execute_module (ansible.legacy.command, {'_raw_params': 'grep -x 65000 /sys/class/net/lo/mtu', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773021.32512: _low_level_execute_command(): starting 3057 1726773021.32514: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773020.968889-4509-129204740029518/ > /dev/null 2>&1 && sleep 0' 3057 1726773021.33087: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773021.33102: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773021.33120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773021.33143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773021.33162: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773021.33176: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773021.33192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.33213: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773021.33225: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773021.33320: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.33333: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.33411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.35288: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.35412: stderr chunk (state=3): >>><<< 3057 1726773021.35422: stdout chunk (state=3): >>><<< 3057 1726773021.35450: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773021.35458: handler run complete 3057 1726773021.35483: Evaluated conditional (False): False 3057 1726773021.35493: attempt loop complete, returning result 3057 1726773021.35597: _execute() done 3057 1726773021.35600: dumping result to json 3057 1726773021.35602: done dumping result, returning 3057 1726773021.35604: done running TaskExecutor() for managed_node2/TASK: Check sysfs after reboot [02b512f9-4fcf-6140-6a9e-000000000017] 3057 1726773021.35607: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000017 3057 1726773021.35682: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000017 3057 1726773021.35685: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "grep", "-x", "65000", "/sys/class/net/lo/mtu" ], "delta": "0:00:00.003450", "end": "2024-09-19 15:10:21.558328", "rc": 0, "start": "2024-09-19 15:10:21.554878" } STDOUT: 65000 3057 1726773021.35761: no more pending results, returning what we have 3057 1726773021.35764: results queue empty 3057 1726773021.35765: checking for any_errors_fatal 3057 1726773021.35773: done checking for any_errors_fatal 3057 1726773021.35774: checking for max_fail_percentage 3057 1726773021.35776: done checking for max_fail_percentage 3057 1726773021.35776: checking to see if all hosts have failed and the running result is not ok 3057 1726773021.35777: done checking to see if all hosts have failed 3057 1726773021.35778: getting the remaining hosts for this loop 3057 1726773021.35779: done getting the remaining hosts for this loop 3057 1726773021.35782: getting the next task for host managed_node2 3057 1726773021.35787: done getting next task for host managed_node2 3057 1726773021.35789: ^ task is: TASK: Check sysctl after reboot 3057 1726773021.35791: ^ state is: HOST STATE: block=2, task=21, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773021.35796: getting variables 3057 1726773021.35797: in VariableManager get_vars() 3057 1726773021.35830: Calling all_inventory to load vars for managed_node2 3057 1726773021.35832: Calling groups_inventory to load vars for managed_node2 3057 1726773021.35837: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773021.35847: Calling all_plugins_play to load vars for managed_node2 3057 1726773021.35850: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773021.35852: Calling groups_plugins_play to load vars for managed_node2 3057 1726773021.36060: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773021.36310: done with get_vars() 3057 1726773021.36330: done getting variables 3057 1726773021.36397: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check sysctl after reboot] *********************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:109 Thursday 19 September 2024 15:10:21 -0400 (0:00:00.445) 0:01:06.102 **** 3057 1726773021.36447: entering _queue_task() for managed_node2/shell 3057 1726773021.36813: worker is 1 (out of 1 available) 3057 1726773021.36828: exiting _queue_task() for managed_node2/shell 3057 1726773021.36845: done queuing things up, now waiting for results queue to drain 3057 1726773021.36847: waiting for pending results... 3057 1726773021.37042: running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot 3057 1726773021.37103: in run() - task 02b512f9-4fcf-6140-6a9e-000000000018 3057 1726773021.37116: variable 'ansible_search_path' from source: unknown 3057 1726773021.37151: calling self._execute() 3057 1726773021.37233: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773021.37238: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773021.37248: variable 'omit' from source: magic vars 3057 1726773021.37329: variable 'omit' from source: magic vars 3057 1726773021.37359: variable 'omit' from source: magic vars 3057 1726773021.37382: variable 'omit' from source: magic vars 3057 1726773021.37420: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773021.37456: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773021.37476: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773021.37490: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773021.37502: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773021.37533: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773021.37536: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773021.37539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773021.37614: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773021.37621: Set connection var ansible_pipelining to False 3057 1726773021.37624: Set connection var ansible_shell_type to sh 3057 1726773021.37627: Set connection var ansible_connection to ssh 3057 1726773021.37631: Set connection var ansible_timeout to 10 3057 1726773021.37642: Set connection var ansible_shell_executable to /bin/sh 3057 1726773021.37664: variable 'ansible_shell_executable' from source: unknown 3057 1726773021.37667: variable 'ansible_connection' from source: unknown 3057 1726773021.37670: variable 'ansible_module_compression' from source: unknown 3057 1726773021.37672: variable 'ansible_shell_type' from source: unknown 3057 1726773021.37674: variable 'ansible_shell_executable' from source: unknown 3057 1726773021.37677: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773021.37682: variable 'ansible_pipelining' from source: unknown 3057 1726773021.37684: variable 'ansible_timeout' from source: unknown 3057 1726773021.37689: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773021.37808: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773021.37817: variable 'omit' from source: magic vars 3057 1726773021.37823: starting attempt loop 3057 1726773021.37826: running the handler 3057 1726773021.37837: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773021.37854: _low_level_execute_command(): starting 3057 1726773021.37862: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773021.38432: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773021.38438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773021.38442: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.38496: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773021.38500: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.38502: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.38548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.40162: stdout chunk (state=3): >>>/root <<< 3057 1726773021.40285: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.40375: stderr chunk (state=3): >>><<< 3057 1726773021.40378: stdout chunk (state=3): >>><<< 3057 1726773021.40403: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773021.40415: _low_level_execute_command(): starting 3057 1726773021.40422: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356 `" && echo ansible-tmp-1726773021.4040334-4539-149435656924356="` echo /root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356 `" ) && sleep 0' 3057 1726773021.40912: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773021.40915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.40925: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773021.40928: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.40975: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773021.40979: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.41021: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.42948: stdout chunk (state=3): >>>ansible-tmp-1726773021.4040334-4539-149435656924356=/root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356 <<< 3057 1726773021.43107: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.43111: stdout chunk (state=3): >>><<< 3057 1726773021.43117: stderr chunk (state=3): >>><<< 3057 1726773021.43150: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773021.4040334-4539-149435656924356=/root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773021.43178: variable 'ansible_module_compression' from source: unknown 3057 1726773021.43223: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773021.43264: variable 'ansible_facts' from source: unknown 3057 1726773021.43321: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356/AnsiballZ_command.py 3057 1726773021.43455: Sending initial data 3057 1726773021.43459: Sent initial data (154 bytes) 3057 1726773021.43916: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773021.43940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773021.43943: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773021.43945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.43946: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773021.44006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773021.44011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.44031: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.44047: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.44132: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.45717: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 3057 1726773021.45740: 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 <<< 3057 1726773021.45756: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773021.45796: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpl2e0b7td /root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356/AnsiballZ_command.py <<< 3057 1726773021.45799: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356/AnsiballZ_command.py" <<< 3057 1726773021.45828: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpl2e0b7td" to remote "/root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356/AnsiballZ_command.py" <<< 3057 1726773021.46440: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.46542: stderr chunk (state=3): >>><<< 3057 1726773021.46545: stdout chunk (state=3): >>><<< 3057 1726773021.46548: done transferring module to remote 3057 1726773021.46550: _low_level_execute_command(): starting 3057 1726773021.46552: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356/ /root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356/AnsiballZ_command.py && sleep 0' 3057 1726773021.47098: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.47102: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773021.47109: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.47163: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773021.47178: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.47216: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.47251: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.49029: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.49098: stderr chunk (state=3): >>><<< 3057 1726773021.49102: stdout chunk (state=3): >>><<< 3057 1726773021.49115: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773021.49118: _low_level_execute_command(): starting 3057 1726773021.49124: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356/AnsiballZ_command.py && sleep 0' 3057 1726773021.49631: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773021.49638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773021.49641: 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.45.18 is address <<< 3057 1726773021.49643: 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 <<< 3057 1726773021.49645: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.49689: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773021.49693: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.49699: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.49749: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.69495: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "start": "2024-09-19 15:10:21.941294", "end": "2024-09-19 15:10:21.946541", "delta": "0:00:00.005247", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773021.71234: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773021.71318: stderr chunk (state=3): >>><<< 3057 1726773021.71321: stdout chunk (state=3): >>><<< 3057 1726773021.71544: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "start": "2024-09-19 15:10:21.941294", "end": "2024-09-19 15:10:21.946541", "delta": "0:00:00.005247", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773021.71549: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773021.71553: _low_level_execute_command(): starting 3057 1726773021.71555: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773021.4040334-4539-149435656924356/ > /dev/null 2>&1 && sleep 0' 3057 1726773021.72120: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773021.72141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.72164: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773021.72257: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773021.72282: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.72310: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.72371: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.74401: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.74406: stdout chunk (state=3): >>><<< 3057 1726773021.74408: stderr chunk (state=3): >>><<< 3057 1726773021.74428: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773021.74450: handler run complete 3057 1726773021.74480: Evaluated conditional (False): False 3057 1726773021.74497: attempt loop complete, returning result 3057 1726773021.74505: _execute() done 3057 1726773021.74512: dumping result to json 3057 1726773021.74521: done dumping result, returning 3057 1726773021.74532: done running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot [02b512f9-4fcf-6140-6a9e-000000000018] 3057 1726773021.74548: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000018 3057 1726773021.74962: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000018 3057 1726773021.74967: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "delta": "0:00:00.005247", "end": "2024-09-19 15:10:21.946541", "rc": 0, "start": "2024-09-19 15:10:21.941294" } 3057 1726773021.75206: no more pending results, returning what we have 3057 1726773021.75211: results queue empty 3057 1726773021.75211: checking for any_errors_fatal 3057 1726773021.75219: done checking for any_errors_fatal 3057 1726773021.75220: checking for max_fail_percentage 3057 1726773021.75221: done checking for max_fail_percentage 3057 1726773021.75222: checking to see if all hosts have failed and the running result is not ok 3057 1726773021.75223: done checking to see if all hosts have failed 3057 1726773021.75224: getting the remaining hosts for this loop 3057 1726773021.75225: done getting the remaining hosts for this loop 3057 1726773021.75229: getting the next task for host managed_node2 3057 1726773021.75237: done getting next task for host managed_node2 3057 1726773021.75239: ^ task is: TASK: Check with tuned verify 3057 1726773021.75241: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773021.75245: getting variables 3057 1726773021.75247: in VariableManager get_vars() 3057 1726773021.75284: Calling all_inventory to load vars for managed_node2 3057 1726773021.75402: Calling groups_inventory to load vars for managed_node2 3057 1726773021.75407: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773021.75419: Calling all_plugins_play to load vars for managed_node2 3057 1726773021.75423: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773021.75426: Calling groups_plugins_play to load vars for managed_node2 3057 1726773021.75689: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773021.75903: done with get_vars() 3057 1726773021.75918: done getting variables 3057 1726773021.75991: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check with tuned verify] ************************************************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:115 Thursday 19 September 2024 15:10:21 -0400 (0:00:00.395) 0:01:06.498 **** 3057 1726773021.76023: entering _queue_task() for managed_node2/command 3057 1726773021.76472: worker is 1 (out of 1 available) 3057 1726773021.76484: exiting _queue_task() for managed_node2/command 3057 1726773021.76498: done queuing things up, now waiting for results queue to drain 3057 1726773021.76500: waiting for pending results... 3057 1726773021.76726: running TaskExecutor() for managed_node2/TASK: Check with tuned verify 3057 1726773021.76977: in run() - task 02b512f9-4fcf-6140-6a9e-000000000019 3057 1726773021.76986: variable 'ansible_search_path' from source: unknown 3057 1726773021.76990: calling self._execute() 3057 1726773021.77111: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773021.77126: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773021.77146: variable 'omit' from source: magic vars 3057 1726773021.77287: variable 'omit' from source: magic vars 3057 1726773021.77334: variable 'omit' from source: magic vars 3057 1726773021.77378: variable 'omit' from source: magic vars 3057 1726773021.77441: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773021.77507: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773021.77521: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773021.77547: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773021.77615: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773021.77618: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773021.77620: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773021.77622: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773021.77738: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773021.77757: Set connection var ansible_pipelining to False 3057 1726773021.77765: Set connection var ansible_shell_type to sh 3057 1726773021.77772: Set connection var ansible_connection to ssh 3057 1726773021.77781: Set connection var ansible_timeout to 10 3057 1726773021.77798: Set connection var ansible_shell_executable to /bin/sh 3057 1726773021.78113: variable 'ansible_shell_executable' from source: unknown 3057 1726773021.78117: variable 'ansible_connection' from source: unknown 3057 1726773021.78120: variable 'ansible_module_compression' from source: unknown 3057 1726773021.78122: variable 'ansible_shell_type' from source: unknown 3057 1726773021.78124: variable 'ansible_shell_executable' from source: unknown 3057 1726773021.78127: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773021.78129: variable 'ansible_pipelining' from source: unknown 3057 1726773021.78131: variable 'ansible_timeout' from source: unknown 3057 1726773021.78133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773021.78295: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773021.78329: variable 'omit' from source: magic vars 3057 1726773021.78367: starting attempt loop 3057 1726773021.78376: running the handler 3057 1726773021.78466: _low_level_execute_command(): starting 3057 1726773021.78469: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773021.79856: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.79987: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773021.80053: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.80170: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.80261: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.81915: stdout chunk (state=3): >>>/root <<< 3057 1726773021.82143: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.82147: stdout chunk (state=3): >>><<< 3057 1726773021.82168: stderr chunk (state=3): >>><<< 3057 1726773021.82306: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773021.82311: _low_level_execute_command(): starting 3057 1726773021.82314: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973 `" && echo ansible-tmp-1726773021.8219094-4559-110691924209973="` echo /root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973 `" ) && sleep 0' 3057 1726773021.82988: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773021.83024: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773021.83043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773021.83131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.83258: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773021.83283: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.83351: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.83427: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.85416: stdout chunk (state=3): >>>ansible-tmp-1726773021.8219094-4559-110691924209973=/root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973 <<< 3057 1726773021.85561: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.85649: stderr chunk (state=3): >>><<< 3057 1726773021.85665: stdout chunk (state=3): >>><<< 3057 1726773021.85690: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773021.8219094-4559-110691924209973=/root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773021.85820: variable 'ansible_module_compression' from source: unknown 3057 1726773021.85824: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773021.85863: variable 'ansible_facts' from source: unknown 3057 1726773021.85964: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973/AnsiballZ_command.py 3057 1726773021.86174: Sending initial data 3057 1726773021.86178: Sent initial data (154 bytes) 3057 1726773021.87163: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.87197: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.87297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.88889: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773021.88913: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773021.88946: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmplz03hk9q /root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973/AnsiballZ_command.py <<< 3057 1726773021.88950: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973/AnsiballZ_command.py" <<< 3057 1726773021.88984: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmplz03hk9q" to remote "/root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973/AnsiballZ_command.py" <<< 3057 1726773021.89942: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.89946: stdout chunk (state=3): >>><<< 3057 1726773021.89949: stderr chunk (state=3): >>><<< 3057 1726773021.89951: done transferring module to remote 3057 1726773021.89954: _low_level_execute_command(): starting 3057 1726773021.89956: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973/ /root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973/AnsiballZ_command.py && sleep 0' 3057 1726773021.90818: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773021.90942: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773021.90959: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.91032: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773021.92852: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773021.92973: stderr chunk (state=3): >>><<< 3057 1726773021.92984: stdout chunk (state=3): >>><<< 3057 1726773021.93013: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773021.93028: _low_level_execute_command(): starting 3057 1726773021.93042: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973/AnsiballZ_command.py && sleep 0' 3057 1726773021.93763: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773021.93777: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773021.93824: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773021.93841: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773021.93900: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773022.21525: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:10:22.360104", "end": "2024-09-19 15:10:22.466068", "delta": "0:00:00.105964", "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}}} <<< 3057 1726773022.23278: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773022.23346: stderr chunk (state=3): >>><<< 3057 1726773022.23350: stdout chunk (state=3): >>><<< 3057 1726773022.23371: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:10:22.360104", "end": "2024-09-19 15:10:22.466068", "delta": "0:00:00.105964", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773022.23472: 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-1726773021.8219094-4559-110691924209973/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773022.23479: _low_level_execute_command(): starting 3057 1726773022.23484: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773021.8219094-4559-110691924209973/ > /dev/null 2>&1 && sleep 0' 3057 1726773022.23966: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773022.23970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773022.23973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773022.23975: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773022.23978: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773022.24039: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773022.24042: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773022.24048: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773022.24096: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773022.25991: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773022.26062: stderr chunk (state=3): >>><<< 3057 1726773022.26066: stdout chunk (state=3): >>><<< 3057 1726773022.26078: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773022.26086: handler run complete 3057 1726773022.26108: Evaluated conditional (False): False 3057 1726773022.26117: attempt loop complete, returning result 3057 1726773022.26120: _execute() done 3057 1726773022.26124: dumping result to json 3057 1726773022.26130: done dumping result, returning 3057 1726773022.26138: done running TaskExecutor() for managed_node2/TASK: Check with tuned verify [02b512f9-4fcf-6140-6a9e-000000000019] 3057 1726773022.26147: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000019 3057 1726773022.26251: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000019 3057 1726773022.26254: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.105964", "end": "2024-09-19 15:10:22.466068", "rc": 0, "start": "2024-09-19 15:10:22.360104" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 3057 1726773022.26332: no more pending results, returning what we have 3057 1726773022.26339: results queue empty 3057 1726773022.26339: checking for any_errors_fatal 3057 1726773022.26347: done checking for any_errors_fatal 3057 1726773022.26348: checking for max_fail_percentage 3057 1726773022.26349: done checking for max_fail_percentage 3057 1726773022.26350: checking to see if all hosts have failed and the running result is not ok 3057 1726773022.26351: done checking to see if all hosts have failed 3057 1726773022.26351: getting the remaining hosts for this loop 3057 1726773022.26353: done getting the remaining hosts for this loop 3057 1726773022.26356: getting the next task for host managed_node2 3057 1726773022.26362: done getting next task for host managed_node2 3057 1726773022.26366: ^ task is: TASK: Apply role again and remove settings 3057 1726773022.26367: ^ state is: HOST STATE: block=2, task=23, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773022.26371: getting variables 3057 1726773022.26372: in VariableManager get_vars() 3057 1726773022.26408: Calling all_inventory to load vars for managed_node2 3057 1726773022.26411: Calling groups_inventory to load vars for managed_node2 3057 1726773022.26413: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773022.26422: Calling all_plugins_play to load vars for managed_node2 3057 1726773022.26425: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773022.26428: Calling groups_plugins_play to load vars for managed_node2 3057 1726773022.26585: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773022.26740: done with get_vars() 3057 1726773022.26752: done getting variables TASK [Apply role again and remove settings] ************************************ task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:119 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.508) 0:01:07.007 **** 3057 1726773022.26880: entering _queue_task() for managed_node2/include_role 3057 1726773022.27471: worker is 1 (out of 1 available) 3057 1726773022.27483: exiting _queue_task() for managed_node2/include_role 3057 1726773022.27500: done queuing things up, now waiting for results queue to drain 3057 1726773022.27502: waiting for pending results... 3057 1726773022.27853: running TaskExecutor() for managed_node2/TASK: Apply role again and remove settings 3057 1726773022.27860: in run() - task 02b512f9-4fcf-6140-6a9e-00000000001a 3057 1726773022.27864: variable 'ansible_search_path' from source: unknown 3057 1726773022.27884: calling self._execute() 3057 1726773022.28005: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.28019: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.28033: variable 'omit' from source: magic vars 3057 1726773022.28179: _execute() done 3057 1726773022.28200: dumping result to json 3057 1726773022.28203: done dumping result, returning 3057 1726773022.28271: done running TaskExecutor() for managed_node2/TASK: Apply role again and remove settings [02b512f9-4fcf-6140-6a9e-00000000001a] 3057 1726773022.28275: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000001a 3057 1726773022.28378: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000001a 3057 1726773022.28415: no more pending results, returning what we have 3057 1726773022.28422: in VariableManager get_vars() 3057 1726773022.28474: Calling all_inventory to load vars for managed_node2 3057 1726773022.28478: Calling groups_inventory to load vars for managed_node2 3057 1726773022.28480: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773022.28500: Calling all_plugins_play to load vars for managed_node2 3057 1726773022.28504: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773022.28508: Calling groups_plugins_play to load vars for managed_node2 3057 1726773022.28927: WORKER PROCESS EXITING 3057 1726773022.28959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773022.29179: done with get_vars() 3057 1726773022.29195: variable 'ansible_search_path' from source: unknown 3057 1726773022.31216: variable 'omit' from source: magic vars 3057 1726773022.31236: variable 'omit' from source: magic vars 3057 1726773022.31247: variable 'omit' from source: magic vars 3057 1726773022.31250: we have included files to process 3057 1726773022.31251: generating all_blocks data 3057 1726773022.31252: done generating all_blocks data 3057 1726773022.31257: processing included file: fedora.linux_system_roles.kernel_settings 3057 1726773022.31277: in VariableManager get_vars() 3057 1726773022.31298: done with get_vars() 3057 1726773022.31320: in VariableManager get_vars() 3057 1726773022.31331: done with get_vars() 3057 1726773022.31362: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 3057 1726773022.31421: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 3057 1726773022.31439: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 3057 1726773022.31490: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 3057 1726773022.31851: in VariableManager get_vars() 3057 1726773022.31868: done with get_vars() 3057 1726773022.32823: in VariableManager get_vars() 3057 1726773022.32843: done with get_vars() 3057 1726773022.33028: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 3057 1726773022.33756: iterating over new_blocks loaded from include file 3057 1726773022.33758: in VariableManager get_vars() 3057 1726773022.33780: done with get_vars() 3057 1726773022.33782: filtering new block on tags 3057 1726773022.33829: done filtering new block on tags 3057 1726773022.33833: in VariableManager get_vars() 3057 1726773022.33853: done with get_vars() 3057 1726773022.33855: filtering new block on tags 3057 1726773022.33898: done filtering new block on tags 3057 1726773022.33901: in VariableManager get_vars() 3057 1726773022.33918: done with get_vars() 3057 1726773022.33920: filtering new block on tags 3057 1726773022.34083: done filtering new block on tags 3057 1726773022.34086: in VariableManager get_vars() 3057 1726773022.34098: done with get_vars() 3057 1726773022.34100: filtering new block on tags 3057 1726773022.34112: done filtering new block on tags 3057 1726773022.34113: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 3057 1726773022.34117: extending task lists for all hosts with included blocks 3057 1726773022.35151: done extending task lists 3057 1726773022.35152: done processing included files 3057 1726773022.35153: results queue empty 3057 1726773022.35153: checking for any_errors_fatal 3057 1726773022.35157: done checking for any_errors_fatal 3057 1726773022.35157: checking for max_fail_percentage 3057 1726773022.35158: done checking for max_fail_percentage 3057 1726773022.35159: checking to see if all hosts have failed and the running result is not ok 3057 1726773022.35159: done checking to see if all hosts have failed 3057 1726773022.35160: getting the remaining hosts for this loop 3057 1726773022.35161: done getting the remaining hosts for this loop 3057 1726773022.35163: getting the next task for host managed_node2 3057 1726773022.35166: done getting next task for host managed_node2 3057 1726773022.35168: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3057 1726773022.35170: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773022.35179: getting variables 3057 1726773022.35179: in VariableManager get_vars() 3057 1726773022.35192: Calling all_inventory to load vars for managed_node2 3057 1726773022.35195: Calling groups_inventory to load vars for managed_node2 3057 1726773022.35197: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773022.35202: Calling all_plugins_play to load vars for managed_node2 3057 1726773022.35204: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773022.35206: Calling groups_plugins_play to load vars for managed_node2 3057 1726773022.35318: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773022.35441: done with get_vars() 3057 1726773022.35450: done getting variables 3057 1726773022.35487: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.086) 0:01:07.093 **** 3057 1726773022.35511: entering _queue_task() for managed_node2/fail 3057 1726773022.35754: worker is 1 (out of 1 available) 3057 1726773022.35767: exiting _queue_task() for managed_node2/fail 3057 1726773022.35781: done queuing things up, now waiting for results queue to drain 3057 1726773022.35783: waiting for pending results... 3057 1726773022.35985: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3057 1726773022.36066: in run() - task 02b512f9-4fcf-6140-6a9e-0000000002ff 3057 1726773022.36079: variable 'ansible_search_path' from source: unknown 3057 1726773022.36082: variable 'ansible_search_path' from source: unknown 3057 1726773022.36121: calling self._execute() 3057 1726773022.36189: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.36193: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.36204: variable 'omit' from source: magic vars 3057 1726773022.36582: variable 'kernel_settings_sysctl' from source: include params 3057 1726773022.36595: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773022.36605: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 3057 1726773022.36836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773022.38672: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773022.38722: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773022.38756: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773022.38783: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773022.38806: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773022.38878: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773022.38902: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773022.38921: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773022.38952: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773022.38966: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773022.39013: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773022.39030: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773022.39050: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773022.39083: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773022.39094: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773022.39131: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773022.39150: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773022.39171: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773022.39204: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773022.39215: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773022.39426: variable 'kernel_settings_sysctl' from source: include params 3057 1726773022.39483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773022.39739: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773022.39742: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773022.39743: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773022.39745: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773022.39747: 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) 3057 1726773022.39767: 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) 3057 1726773022.39787: 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) 3057 1726773022.39808: 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) 3057 1726773022.39841: 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 3057 1726773022.39846: when evaluation is False, skipping this task 3057 1726773022.39849: _execute() done 3057 1726773022.39851: dumping result to json 3057 1726773022.39854: done dumping result, returning 3057 1726773022.39858: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [02b512f9-4fcf-6140-6a9e-0000000002ff] 3057 1726773022.39863: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000002ff 3057 1726773022.39963: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000002ff 3057 1726773022.39966: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 3057 1726773022.40021: no more pending results, returning what we have 3057 1726773022.40026: results queue empty 3057 1726773022.40027: checking for any_errors_fatal 3057 1726773022.40028: done checking for any_errors_fatal 3057 1726773022.40029: checking for max_fail_percentage 3057 1726773022.40030: done checking for max_fail_percentage 3057 1726773022.40031: checking to see if all hosts have failed and the running result is not ok 3057 1726773022.40032: done checking to see if all hosts have failed 3057 1726773022.40033: getting the remaining hosts for this loop 3057 1726773022.40036: done getting the remaining hosts for this loop 3057 1726773022.40041: getting the next task for host managed_node2 3057 1726773022.40047: done getting next task for host managed_node2 3057 1726773022.40051: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3057 1726773022.40054: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773022.40070: getting variables 3057 1726773022.40072: in VariableManager get_vars() 3057 1726773022.40105: Calling all_inventory to load vars for managed_node2 3057 1726773022.40108: Calling groups_inventory to load vars for managed_node2 3057 1726773022.40109: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773022.40118: Calling all_plugins_play to load vars for managed_node2 3057 1726773022.40120: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773022.40122: Calling groups_plugins_play to load vars for managed_node2 3057 1726773022.40278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773022.40412: done with get_vars() 3057 1726773022.40422: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.049) 0:01:07.143 **** 3057 1726773022.40497: entering _queue_task() for managed_node2/include_tasks 3057 1726773022.40710: worker is 1 (out of 1 available) 3057 1726773022.40727: exiting _queue_task() for managed_node2/include_tasks 3057 1726773022.40744: done queuing things up, now waiting for results queue to drain 3057 1726773022.40746: waiting for pending results... 3057 1726773022.40930: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3057 1726773022.41010: in run() - task 02b512f9-4fcf-6140-6a9e-000000000300 3057 1726773022.41024: variable 'ansible_search_path' from source: unknown 3057 1726773022.41029: variable 'ansible_search_path' from source: unknown 3057 1726773022.41069: calling self._execute() 3057 1726773022.41138: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.41142: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.41152: variable 'omit' from source: magic vars 3057 1726773022.41237: _execute() done 3057 1726773022.41241: dumping result to json 3057 1726773022.41244: done dumping result, returning 3057 1726773022.41251: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [02b512f9-4fcf-6140-6a9e-000000000300] 3057 1726773022.41256: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000300 3057 1726773022.41362: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000300 3057 1726773022.41365: WORKER PROCESS EXITING 3057 1726773022.41412: no more pending results, returning what we have 3057 1726773022.41416: in VariableManager get_vars() 3057 1726773022.41454: Calling all_inventory to load vars for managed_node2 3057 1726773022.41457: Calling groups_inventory to load vars for managed_node2 3057 1726773022.41460: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773022.41468: Calling all_plugins_play to load vars for managed_node2 3057 1726773022.41471: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773022.41473: Calling groups_plugins_play to load vars for managed_node2 3057 1726773022.41624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773022.41747: done with get_vars() 3057 1726773022.41753: variable 'ansible_search_path' from source: unknown 3057 1726773022.41754: variable 'ansible_search_path' from source: unknown 3057 1726773022.41776: we have included files to process 3057 1726773022.41777: generating all_blocks data 3057 1726773022.41778: done generating all_blocks data 3057 1726773022.41783: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726773022.41784: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726773022.41785: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726773022.42284: done processing included file 3057 1726773022.42286: iterating over new_blocks loaded from include file 3057 1726773022.42287: in VariableManager get_vars() 3057 1726773022.42307: done with get_vars() 3057 1726773022.42308: filtering new block on tags 3057 1726773022.42327: done filtering new block on tags 3057 1726773022.42329: in VariableManager get_vars() 3057 1726773022.42345: done with get_vars() 3057 1726773022.42346: filtering new block on tags 3057 1726773022.42373: done filtering new block on tags 3057 1726773022.42375: in VariableManager get_vars() 3057 1726773022.42390: done with get_vars() 3057 1726773022.42391: filtering new block on tags 3057 1726773022.42416: done filtering new block on tags 3057 1726773022.42418: in VariableManager get_vars() 3057 1726773022.42433: done with get_vars() 3057 1726773022.42434: filtering new block on tags 3057 1726773022.42450: done filtering new block on tags 3057 1726773022.42451: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node2 3057 1726773022.42476: extending task lists for all hosts with included blocks 3057 1726773022.42576: done extending task lists 3057 1726773022.42577: done processing included files 3057 1726773022.42578: results queue empty 3057 1726773022.42578: checking for any_errors_fatal 3057 1726773022.42581: done checking for any_errors_fatal 3057 1726773022.42581: checking for max_fail_percentage 3057 1726773022.42582: done checking for max_fail_percentage 3057 1726773022.42582: checking to see if all hosts have failed and the running result is not ok 3057 1726773022.42583: done checking to see if all hosts have failed 3057 1726773022.42584: getting the remaining hosts for this loop 3057 1726773022.42585: done getting the remaining hosts for this loop 3057 1726773022.42587: getting the next task for host managed_node2 3057 1726773022.42590: done getting next task for host managed_node2 3057 1726773022.42594: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3057 1726773022.42596: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773022.42604: getting variables 3057 1726773022.42604: in VariableManager get_vars() 3057 1726773022.42614: Calling all_inventory to load vars for managed_node2 3057 1726773022.42615: Calling groups_inventory to load vars for managed_node2 3057 1726773022.42616: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773022.42620: Calling all_plugins_play to load vars for managed_node2 3057 1726773022.42622: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773022.42624: Calling groups_plugins_play to load vars for managed_node2 3057 1726773022.42714: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773022.42834: done with get_vars() 3057 1726773022.42843: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.023) 0:01:07.167 **** 3057 1726773022.42897: entering _queue_task() for managed_node2/setup 3057 1726773022.43131: worker is 1 (out of 1 available) 3057 1726773022.43157: exiting _queue_task() for managed_node2/setup 3057 1726773022.43172: done queuing things up, now waiting for results queue to drain 3057 1726773022.43174: waiting for pending results... 3057 1726773022.43369: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3057 1726773022.43469: in run() - task 02b512f9-4fcf-6140-6a9e-000000000413 3057 1726773022.43488: variable 'ansible_search_path' from source: unknown 3057 1726773022.43494: variable 'ansible_search_path' from source: unknown 3057 1726773022.43525: calling self._execute() 3057 1726773022.43599: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.43605: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.43616: variable 'omit' from source: magic vars 3057 1726773022.44028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773022.46274: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773022.46329: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773022.46360: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773022.46396: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773022.46411: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773022.46481: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773022.46517: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773022.46539: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773022.46567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773022.46578: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773022.46626: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773022.46645: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773022.46664: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773022.46691: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773022.46704: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773022.46837: variable '__kernel_settings_required_facts' from source: role '' all vars 3057 1726773022.46847: variable 'ansible_facts' from source: unknown 3057 1726773022.46911: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 3057 1726773022.46914: when evaluation is False, skipping this task 3057 1726773022.46917: _execute() done 3057 1726773022.46920: dumping result to json 3057 1726773022.46924: done dumping result, returning 3057 1726773022.46931: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [02b512f9-4fcf-6140-6a9e-000000000413] 3057 1726773022.46941: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000413 3057 1726773022.47035: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000413 3057 1726773022.47038: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 3057 1726773022.47100: no more pending results, returning what we have 3057 1726773022.47104: results queue empty 3057 1726773022.47104: checking for any_errors_fatal 3057 1726773022.47106: done checking for any_errors_fatal 3057 1726773022.47107: checking for max_fail_percentage 3057 1726773022.47108: done checking for max_fail_percentage 3057 1726773022.47109: checking to see if all hosts have failed and the running result is not ok 3057 1726773022.47110: done checking to see if all hosts have failed 3057 1726773022.47110: getting the remaining hosts for this loop 3057 1726773022.47113: done getting the remaining hosts for this loop 3057 1726773022.47118: getting the next task for host managed_node2 3057 1726773022.47127: done getting next task for host managed_node2 3057 1726773022.47131: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3057 1726773022.47137: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773022.47154: getting variables 3057 1726773022.47156: in VariableManager get_vars() 3057 1726773022.47195: Calling all_inventory to load vars for managed_node2 3057 1726773022.47199: Calling groups_inventory to load vars for managed_node2 3057 1726773022.47201: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773022.47210: Calling all_plugins_play to load vars for managed_node2 3057 1726773022.47212: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773022.47215: Calling groups_plugins_play to load vars for managed_node2 3057 1726773022.47526: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773022.47652: done with get_vars() 3057 1726773022.47661: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.048) 0:01:07.215 **** 3057 1726773022.47737: entering _queue_task() for managed_node2/stat 3057 1726773022.47955: worker is 1 (out of 1 available) 3057 1726773022.47970: exiting _queue_task() for managed_node2/stat 3057 1726773022.47984: done queuing things up, now waiting for results queue to drain 3057 1726773022.47986: waiting for pending results... 3057 1726773022.48376: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3057 1726773022.48582: in run() - task 02b512f9-4fcf-6140-6a9e-000000000415 3057 1726773022.48609: variable 'ansible_search_path' from source: unknown 3057 1726773022.48617: variable 'ansible_search_path' from source: unknown 3057 1726773022.48667: calling self._execute() 3057 1726773022.48760: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.48772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.48785: variable 'omit' from source: magic vars 3057 1726773022.49297: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773022.49619: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773022.49673: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773022.49717: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773022.49940: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773022.49944: 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) 3057 1726773022.49947: 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) 3057 1726773022.49949: 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) 3057 1726773022.49952: 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) 3057 1726773022.50086: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726773022.50108: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 3057 1726773022.50117: when evaluation is False, skipping this task 3057 1726773022.50125: _execute() done 3057 1726773022.50132: dumping result to json 3057 1726773022.50142: done dumping result, returning 3057 1726773022.50155: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [02b512f9-4fcf-6140-6a9e-000000000415] 3057 1726773022.50164: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000415 skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 3057 1726773022.50524: no more pending results, returning what we have 3057 1726773022.50528: results queue empty 3057 1726773022.50529: checking for any_errors_fatal 3057 1726773022.50537: done checking for any_errors_fatal 3057 1726773022.50538: checking for max_fail_percentage 3057 1726773022.50539: done checking for max_fail_percentage 3057 1726773022.50540: checking to see if all hosts have failed and the running result is not ok 3057 1726773022.50541: done checking to see if all hosts have failed 3057 1726773022.50542: getting the remaining hosts for this loop 3057 1726773022.50543: done getting the remaining hosts for this loop 3057 1726773022.50547: getting the next task for host managed_node2 3057 1726773022.50555: done getting next task for host managed_node2 3057 1726773022.50559: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3057 1726773022.50563: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773022.50580: getting variables 3057 1726773022.50582: in VariableManager get_vars() 3057 1726773022.50619: Calling all_inventory to load vars for managed_node2 3057 1726773022.50623: Calling groups_inventory to load vars for managed_node2 3057 1726773022.50625: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773022.50837: Calling all_plugins_play to load vars for managed_node2 3057 1726773022.50844: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773022.50849: Calling groups_plugins_play to load vars for managed_node2 3057 1726773022.50867: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000415 3057 1726773022.50871: WORKER PROCESS EXITING 3057 1726773022.51352: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773022.51628: done with get_vars() 3057 1726773022.51644: done getting variables 3057 1726773022.51713: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.040) 0:01:07.256 **** 3057 1726773022.51762: entering _queue_task() for managed_node2/set_fact 3057 1726773022.52169: worker is 1 (out of 1 available) 3057 1726773022.52181: exiting _queue_task() for managed_node2/set_fact 3057 1726773022.52195: done queuing things up, now waiting for results queue to drain 3057 1726773022.52197: waiting for pending results... 3057 1726773022.52425: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3057 1726773022.52582: in run() - task 02b512f9-4fcf-6140-6a9e-000000000416 3057 1726773022.52612: variable 'ansible_search_path' from source: unknown 3057 1726773022.52621: variable 'ansible_search_path' from source: unknown 3057 1726773022.52676: calling self._execute() 3057 1726773022.52788: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.52801: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.52819: variable 'omit' from source: magic vars 3057 1726773022.53568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773022.53968: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773022.54023: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773022.54075: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773022.54142: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773022.54231: 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) 3057 1726773022.54282: 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) 3057 1726773022.54324: 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) 3057 1726773022.54400: 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) 3057 1726773022.54552: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726773022.54603: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 3057 1726773022.54641: when evaluation is False, skipping this task 3057 1726773022.54644: _execute() done 3057 1726773022.54646: dumping result to json 3057 1726773022.54648: done dumping result, returning 3057 1726773022.54650: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [02b512f9-4fcf-6140-6a9e-000000000416] 3057 1726773022.54654: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000416 skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 3057 1726773022.54939: no more pending results, returning what we have 3057 1726773022.54945: results queue empty 3057 1726773022.54945: checking for any_errors_fatal 3057 1726773022.54952: done checking for any_errors_fatal 3057 1726773022.54952: checking for max_fail_percentage 3057 1726773022.54954: done checking for max_fail_percentage 3057 1726773022.54955: checking to see if all hosts have failed and the running result is not ok 3057 1726773022.54956: done checking to see if all hosts have failed 3057 1726773022.54957: getting the remaining hosts for this loop 3057 1726773022.54959: done getting the remaining hosts for this loop 3057 1726773022.54963: getting the next task for host managed_node2 3057 1726773022.54974: done getting next task for host managed_node2 3057 1726773022.54978: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3057 1726773022.54983: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773022.55005: getting variables 3057 1726773022.55007: in VariableManager get_vars() 3057 1726773022.55275: Calling all_inventory to load vars for managed_node2 3057 1726773022.55279: Calling groups_inventory to load vars for managed_node2 3057 1726773022.55281: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773022.55347: Calling all_plugins_play to load vars for managed_node2 3057 1726773022.55351: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773022.55354: Calling groups_plugins_play to load vars for managed_node2 3057 1726773022.55662: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000416 3057 1726773022.55666: WORKER PROCESS EXITING 3057 1726773022.55690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773022.55932: done with get_vars() 3057 1726773022.55946: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.042) 0:01:07.299 **** 3057 1726773022.56049: entering _queue_task() for managed_node2/stat 3057 1726773022.56487: worker is 1 (out of 1 available) 3057 1726773022.56504: exiting _queue_task() for managed_node2/stat 3057 1726773022.56517: done queuing things up, now waiting for results queue to drain 3057 1726773022.56518: waiting for pending results... 3057 1726773022.56775: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3057 1726773022.56949: in run() - task 02b512f9-4fcf-6140-6a9e-000000000418 3057 1726773022.56976: variable 'ansible_search_path' from source: unknown 3057 1726773022.56985: variable 'ansible_search_path' from source: unknown 3057 1726773022.57043: calling self._execute() 3057 1726773022.57159: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.57231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.57243: variable 'omit' from source: magic vars 3057 1726773022.57782: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773022.58088: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773022.58151: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773022.58199: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773022.58247: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773022.58358: 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) 3057 1726773022.58437: 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) 3057 1726773022.58442: 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) 3057 1726773022.58472: 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) 3057 1726773022.58632: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773022.58666: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 3057 1726773022.58673: when evaluation is False, skipping this task 3057 1726773022.58681: _execute() done 3057 1726773022.58689: dumping result to json 3057 1726773022.58763: done dumping result, returning 3057 1726773022.58767: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [02b512f9-4fcf-6140-6a9e-000000000418] 3057 1726773022.58770: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000418 3057 1726773022.58852: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000418 3057 1726773022.58855: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 3057 1726773022.58943: no more pending results, returning what we have 3057 1726773022.58948: results queue empty 3057 1726773022.58949: checking for any_errors_fatal 3057 1726773022.58956: done checking for any_errors_fatal 3057 1726773022.58957: checking for max_fail_percentage 3057 1726773022.58959: done checking for max_fail_percentage 3057 1726773022.58960: checking to see if all hosts have failed and the running result is not ok 3057 1726773022.58961: done checking to see if all hosts have failed 3057 1726773022.58962: getting the remaining hosts for this loop 3057 1726773022.58964: done getting the remaining hosts for this loop 3057 1726773022.58969: getting the next task for host managed_node2 3057 1726773022.58977: done getting next task for host managed_node2 3057 1726773022.58982: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3057 1726773022.58987: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773022.59010: getting variables 3057 1726773022.59013: in VariableManager get_vars() 3057 1726773022.59162: Calling all_inventory to load vars for managed_node2 3057 1726773022.59166: Calling groups_inventory to load vars for managed_node2 3057 1726773022.59168: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773022.59180: Calling all_plugins_play to load vars for managed_node2 3057 1726773022.59183: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773022.59186: Calling groups_plugins_play to load vars for managed_node2 3057 1726773022.59555: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773022.59802: done with get_vars() 3057 1726773022.59815: done getting variables 3057 1726773022.59881: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.038) 0:01:07.337 **** 3057 1726773022.59925: entering _queue_task() for managed_node2/set_fact 3057 1726773022.60213: worker is 1 (out of 1 available) 3057 1726773022.60366: exiting _queue_task() for managed_node2/set_fact 3057 1726773022.60380: done queuing things up, now waiting for results queue to drain 3057 1726773022.60382: waiting for pending results... 3057 1726773022.60796: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3057 1726773022.60827: in run() - task 02b512f9-4fcf-6140-6a9e-000000000419 3057 1726773022.60850: variable 'ansible_search_path' from source: unknown 3057 1726773022.60858: variable 'ansible_search_path' from source: unknown 3057 1726773022.60917: calling self._execute() 3057 1726773022.61110: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.61114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.61119: variable 'omit' from source: magic vars 3057 1726773022.61620: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773022.62000: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773022.62053: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773022.62102: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773022.62144: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773022.62251: 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) 3057 1726773022.62285: 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) 3057 1726773022.62330: 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) 3057 1726773022.62366: 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) 3057 1726773022.62514: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773022.62635: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 3057 1726773022.62640: when evaluation is False, skipping this task 3057 1726773022.62642: _execute() done 3057 1726773022.62644: dumping result to json 3057 1726773022.62647: done dumping result, returning 3057 1726773022.62649: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [02b512f9-4fcf-6140-6a9e-000000000419] 3057 1726773022.62651: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000419 3057 1726773022.62733: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000419 3057 1726773022.62738: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 3057 1726773022.62798: no more pending results, returning what we have 3057 1726773022.62802: results queue empty 3057 1726773022.62803: checking for any_errors_fatal 3057 1726773022.62810: done checking for any_errors_fatal 3057 1726773022.62811: checking for max_fail_percentage 3057 1726773022.62812: done checking for max_fail_percentage 3057 1726773022.62814: checking to see if all hosts have failed and the running result is not ok 3057 1726773022.62814: done checking to see if all hosts have failed 3057 1726773022.62815: getting the remaining hosts for this loop 3057 1726773022.62818: done getting the remaining hosts for this loop 3057 1726773022.62823: getting the next task for host managed_node2 3057 1726773022.62838: done getting next task for host managed_node2 3057 1726773022.62842: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3057 1726773022.62847: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773022.62869: getting variables 3057 1726773022.62871: in VariableManager get_vars() 3057 1726773022.62920: Calling all_inventory to load vars for managed_node2 3057 1726773022.62924: Calling groups_inventory to load vars for managed_node2 3057 1726773022.62926: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773022.63059: Calling all_plugins_play to load vars for managed_node2 3057 1726773022.63064: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773022.63069: Calling groups_plugins_play to load vars for managed_node2 3057 1726773022.63459: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773022.63688: done with get_vars() 3057 1726773022.63703: done getting variables 3057 1726773022.63779: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.038) 0:01:07.376 **** 3057 1726773022.63823: entering _queue_task() for managed_node2/include_vars 3057 1726773022.64117: worker is 1 (out of 1 available) 3057 1726773022.64132: exiting _queue_task() for managed_node2/include_vars 3057 1726773022.64253: done queuing things up, now waiting for results queue to drain 3057 1726773022.64256: waiting for pending results... 3057 1726773022.64674: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3057 1726773022.64683: in run() - task 02b512f9-4fcf-6140-6a9e-00000000041b 3057 1726773022.64687: variable 'ansible_search_path' from source: unknown 3057 1726773022.64691: variable 'ansible_search_path' from source: unknown 3057 1726773022.64741: calling self._execute() 3057 1726773022.64855: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.64869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.64889: variable 'omit' from source: magic vars 3057 1726773022.65025: variable 'omit' from source: magic vars 3057 1726773022.65120: variable 'omit' from source: magic vars 3057 1726773022.65662: variable 'ffparams' from source: task vars 3057 1726773022.65786: variable 'ansible_facts' from source: unknown 3057 1726773022.66018: variable 'ansible_facts' from source: unknown 3057 1726773022.66173: variable 'ansible_facts' from source: unknown 3057 1726773022.66317: variable 'ansible_facts' from source: unknown 3057 1726773022.66422: variable 'role_path' from source: magic vars 3057 1726773022.66570: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 3057 1726773022.66756: Loaded config def from plugin (lookup/first_found) 3057 1726773022.66762: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 3057 1726773022.66799: variable 'ansible_search_path' from source: unknown 3057 1726773022.66815: variable 'ansible_search_path' from source: unknown 3057 1726773022.66821: variable 'ansible_search_path' from source: unknown 3057 1726773022.66829: variable 'ansible_search_path' from source: unknown 3057 1726773022.66837: variable 'ansible_search_path' from source: unknown 3057 1726773022.66859: variable 'omit' from source: magic vars 3057 1726773022.66881: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773022.66903: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773022.66918: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773022.66934: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773022.66945: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773022.66971: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773022.66974: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.66977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.67050: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773022.67058: Set connection var ansible_pipelining to False 3057 1726773022.67063: Set connection var ansible_shell_type to sh 3057 1726773022.67065: Set connection var ansible_connection to ssh 3057 1726773022.67068: Set connection var ansible_timeout to 10 3057 1726773022.67076: Set connection var ansible_shell_executable to /bin/sh 3057 1726773022.67101: variable 'ansible_shell_executable' from source: unknown 3057 1726773022.67104: variable 'ansible_connection' from source: unknown 3057 1726773022.67107: variable 'ansible_module_compression' from source: unknown 3057 1726773022.67109: variable 'ansible_shell_type' from source: unknown 3057 1726773022.67112: variable 'ansible_shell_executable' from source: unknown 3057 1726773022.67115: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.67119: variable 'ansible_pipelining' from source: unknown 3057 1726773022.67121: variable 'ansible_timeout' from source: unknown 3057 1726773022.67126: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.67221: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773022.67231: variable 'omit' from source: magic vars 3057 1726773022.67238: starting attempt loop 3057 1726773022.67242: running the handler 3057 1726773022.67297: handler run complete 3057 1726773022.67305: attempt loop complete, returning result 3057 1726773022.67308: _execute() done 3057 1726773022.67311: dumping result to json 3057 1726773022.67313: done dumping result, returning 3057 1726773022.67323: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [02b512f9-4fcf-6140-6a9e-00000000041b] 3057 1726773022.67326: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000041b 3057 1726773022.67438: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000041b 3057 1726773022.67441: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 3057 1726773022.67539: no more pending results, returning what we have 3057 1726773022.67542: results queue empty 3057 1726773022.67543: checking for any_errors_fatal 3057 1726773022.67549: done checking for any_errors_fatal 3057 1726773022.67550: checking for max_fail_percentage 3057 1726773022.67552: done checking for max_fail_percentage 3057 1726773022.67553: checking to see if all hosts have failed and the running result is not ok 3057 1726773022.67554: done checking to see if all hosts have failed 3057 1726773022.67555: getting the remaining hosts for this loop 3057 1726773022.67556: done getting the remaining hosts for this loop 3057 1726773022.67559: getting the next task for host managed_node2 3057 1726773022.67566: done getting next task for host managed_node2 3057 1726773022.67570: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3057 1726773022.67573: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773022.67583: getting variables 3057 1726773022.67584: in VariableManager get_vars() 3057 1726773022.67622: Calling all_inventory to load vars for managed_node2 3057 1726773022.67625: Calling groups_inventory to load vars for managed_node2 3057 1726773022.67626: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773022.67633: Calling all_plugins_play to load vars for managed_node2 3057 1726773022.67637: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773022.67639: Calling groups_plugins_play to load vars for managed_node2 3057 1726773022.67762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773022.67905: done with get_vars() 3057 1726773022.67914: done getting variables 3057 1726773022.67963: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.041) 0:01:07.418 **** 3057 1726773022.67986: entering _queue_task() for managed_node2/package 3057 1726773022.68326: worker is 1 (out of 1 available) 3057 1726773022.68340: exiting _queue_task() for managed_node2/package 3057 1726773022.68354: done queuing things up, now waiting for results queue to drain 3057 1726773022.68356: waiting for pending results... 3057 1726773022.68662: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3057 1726773022.68668: in run() - task 02b512f9-4fcf-6140-6a9e-000000000301 3057 1726773022.68673: variable 'ansible_search_path' from source: unknown 3057 1726773022.68675: variable 'ansible_search_path' from source: unknown 3057 1726773022.68743: calling self._execute() 3057 1726773022.68831: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.68848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.68882: variable 'omit' from source: magic vars 3057 1726773022.68994: variable 'omit' from source: magic vars 3057 1726773022.69099: variable 'omit' from source: magic vars 3057 1726773022.69102: variable '__kernel_settings_packages' from source: include_vars 3057 1726773022.69533: variable '__kernel_settings_packages' from source: include_vars 3057 1726773022.69736: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773022.71317: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773022.71377: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773022.71409: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773022.71437: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773022.71458: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773022.71542: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773022.71563: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773022.71582: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773022.71740: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773022.71744: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773022.71757: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726773022.71766: variable 'omit' from source: magic vars 3057 1726773022.71806: variable 'omit' from source: magic vars 3057 1726773022.71840: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773022.71875: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773022.71901: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773022.71926: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773022.71944: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773022.71981: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773022.71990: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.72002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.72116: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773022.72131: Set connection var ansible_pipelining to False 3057 1726773022.72147: Set connection var ansible_shell_type to sh 3057 1726773022.72156: Set connection var ansible_connection to ssh 3057 1726773022.72167: Set connection var ansible_timeout to 10 3057 1726773022.72181: Set connection var ansible_shell_executable to /bin/sh 3057 1726773022.72218: variable 'ansible_shell_executable' from source: unknown 3057 1726773022.72226: variable 'ansible_connection' from source: unknown 3057 1726773022.72233: variable 'ansible_module_compression' from source: unknown 3057 1726773022.72243: variable 'ansible_shell_type' from source: unknown 3057 1726773022.72250: variable 'ansible_shell_executable' from source: unknown 3057 1726773022.72257: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773022.72340: variable 'ansible_pipelining' from source: unknown 3057 1726773022.72344: variable 'ansible_timeout' from source: unknown 3057 1726773022.72346: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773022.72406: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773022.72423: variable 'omit' from source: magic vars 3057 1726773022.72434: starting attempt loop 3057 1726773022.72444: running the handler 3057 1726773022.72454: variable 'ansible_facts' from source: unknown 3057 1726773022.72460: variable 'ansible_facts' from source: unknown 3057 1726773022.72523: _low_level_execute_command(): starting 3057 1726773022.72537: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773022.73297: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773022.73318: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773022.73338: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773022.73454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773022.73479: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773022.73773: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773022.75542: stdout chunk (state=3): >>>/root <<< 3057 1726773022.75739: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773022.75760: stdout chunk (state=3): >>><<< 3057 1726773022.75774: stderr chunk (state=3): >>><<< 3057 1726773022.75804: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773022.75929: _low_level_execute_command(): starting 3057 1726773022.75933: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737 `" && echo ansible-tmp-1726773022.7581868-4617-164911780781737="` echo /root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737 `" ) && sleep 0' 3057 1726773022.76616: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773022.76743: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773022.76770: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773022.76804: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773022.76925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773022.78918: stdout chunk (state=3): >>>ansible-tmp-1726773022.7581868-4617-164911780781737=/root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737 <<< 3057 1726773022.79183: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773022.79217: stdout chunk (state=3): >>><<< 3057 1726773022.79220: stderr chunk (state=3): >>><<< 3057 1726773022.79241: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773022.7581868-4617-164911780781737=/root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773022.79300: variable 'ansible_module_compression' from source: unknown 3057 1726773022.79356: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 3057 1726773022.79419: variable 'ansible_facts' from source: unknown 3057 1726773022.79625: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737/AnsiballZ_dnf.py 3057 1726773022.79837: Sending initial data 3057 1726773022.79855: Sent initial data (150 bytes) 3057 1726773022.81363: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773022.81479: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773022.81798: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773022.81886: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773022.83588: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773022.83649: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773022.83721: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp0exp2j87 /root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737/AnsiballZ_dnf.py <<< 3057 1726773022.83725: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737/AnsiballZ_dnf.py" <<< 3057 1726773022.83785: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp0exp2j87" to remote "/root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737/AnsiballZ_dnf.py" <<< 3057 1726773022.85040: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773022.85274: stderr chunk (state=3): >>><<< 3057 1726773022.85277: stdout chunk (state=3): >>><<< 3057 1726773022.85280: done transferring module to remote 3057 1726773022.85282: _low_level_execute_command(): starting 3057 1726773022.85285: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737/ /root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737/AnsiballZ_dnf.py && sleep 0' 3057 1726773022.86201: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773022.86210: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773022.86221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773022.86469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773022.86486: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773022.86490: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773022.86492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773022.86494: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773022.86497: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773022.86499: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 3057 1726773022.86501: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773022.86503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773022.86505: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773022.86507: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773022.86509: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773022.86511: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773022.86595: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773022.88668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773022.88675: stdout chunk (state=3): >>><<< 3057 1726773022.88684: stderr chunk (state=3): >>><<< 3057 1726773022.88705: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773022.88708: _low_level_execute_command(): starting 3057 1726773022.88715: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737/AnsiballZ_dnf.py && sleep 0' 3057 1726773022.90001: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773022.90043: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773022.90049: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773022.90090: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773022.90142: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773024.80178: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 3057 1726773024.84806: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773024.84871: stderr chunk (state=3): >>><<< 3057 1726773024.84874: stdout chunk (state=3): >>><<< 3057 1726773024.84891: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773024.84941: 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-1726773022.7581868-4617-164911780781737/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773024.84951: _low_level_execute_command(): starting 3057 1726773024.84954: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773022.7581868-4617-164911780781737/ > /dev/null 2>&1 && sleep 0' 3057 1726773024.85529: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773024.85533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773024.85537: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773024.85539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773024.85541: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773024.85562: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773024.85565: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773024.85624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773024.87679: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773024.87684: stderr chunk (state=3): >>><<< 3057 1726773024.87687: stdout chunk (state=3): >>><<< 3057 1726773024.87706: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773024.87714: handler run complete 3057 1726773024.87752: attempt loop complete, returning result 3057 1726773024.87756: _execute() done 3057 1726773024.87758: dumping result to json 3057 1726773024.87764: done dumping result, returning 3057 1726773024.87773: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [02b512f9-4fcf-6140-6a9e-000000000301] 3057 1726773024.87776: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000301 3057 1726773024.87887: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000301 3057 1726773024.87890: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 3057 1726773024.88011: no more pending results, returning what we have 3057 1726773024.88014: results queue empty 3057 1726773024.88015: checking for any_errors_fatal 3057 1726773024.88022: done checking for any_errors_fatal 3057 1726773024.88023: checking for max_fail_percentage 3057 1726773024.88024: done checking for max_fail_percentage 3057 1726773024.88025: checking to see if all hosts have failed and the running result is not ok 3057 1726773024.88026: done checking to see if all hosts have failed 3057 1726773024.88027: getting the remaining hosts for this loop 3057 1726773024.88028: done getting the remaining hosts for this loop 3057 1726773024.88031: getting the next task for host managed_node2 3057 1726773024.88040: done getting next task for host managed_node2 3057 1726773024.88044: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3057 1726773024.88047: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773024.88058: getting variables 3057 1726773024.88060: in VariableManager get_vars() 3057 1726773024.88093: Calling all_inventory to load vars for managed_node2 3057 1726773024.88096: Calling groups_inventory to load vars for managed_node2 3057 1726773024.88098: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773024.88107: Calling all_plugins_play to load vars for managed_node2 3057 1726773024.88116: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773024.88119: Calling groups_plugins_play to load vars for managed_node2 3057 1726773024.88288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773024.88421: done with get_vars() 3057 1726773024.88430: done getting variables 3057 1726773024.88479: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:10:24 -0400 (0:00:02.205) 0:01:09.623 **** 3057 1726773024.88505: entering _queue_task() for managed_node2/debug 3057 1726773024.88752: worker is 1 (out of 1 available) 3057 1726773024.88769: exiting _queue_task() for managed_node2/debug 3057 1726773024.88782: done queuing things up, now waiting for results queue to drain 3057 1726773024.88784: waiting for pending results... 3057 1726773024.88976: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3057 1726773024.89059: in run() - task 02b512f9-4fcf-6140-6a9e-000000000303 3057 1726773024.89072: variable 'ansible_search_path' from source: unknown 3057 1726773024.89077: variable 'ansible_search_path' from source: unknown 3057 1726773024.89117: calling self._execute() 3057 1726773024.89184: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773024.89188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773024.89201: variable 'omit' from source: magic vars 3057 1726773024.89591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773024.91653: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773024.91713: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773024.91756: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773024.91788: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773024.91808: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773024.91880: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773024.91908: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773024.91942: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773024.91971: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773024.91982: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773024.92084: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773024.92101: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726773024.92104: when evaluation is False, skipping this task 3057 1726773024.92108: _execute() done 3057 1726773024.92111: dumping result to json 3057 1726773024.92113: done dumping result, returning 3057 1726773024.92121: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [02b512f9-4fcf-6140-6a9e-000000000303] 3057 1726773024.92127: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000303 3057 1726773024.92226: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000303 3057 1726773024.92229: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 3057 1726773024.92284: no more pending results, returning what we have 3057 1726773024.92288: results queue empty 3057 1726773024.92289: checking for any_errors_fatal 3057 1726773024.92300: done checking for any_errors_fatal 3057 1726773024.92300: checking for max_fail_percentage 3057 1726773024.92302: done checking for max_fail_percentage 3057 1726773024.92303: checking to see if all hosts have failed and the running result is not ok 3057 1726773024.92304: done checking to see if all hosts have failed 3057 1726773024.92304: getting the remaining hosts for this loop 3057 1726773024.92306: done getting the remaining hosts for this loop 3057 1726773024.92310: getting the next task for host managed_node2 3057 1726773024.92317: done getting next task for host managed_node2 3057 1726773024.92321: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3057 1726773024.92324: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773024.92344: getting variables 3057 1726773024.92345: in VariableManager get_vars() 3057 1726773024.92379: Calling all_inventory to load vars for managed_node2 3057 1726773024.92381: Calling groups_inventory to load vars for managed_node2 3057 1726773024.92383: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773024.92393: Calling all_plugins_play to load vars for managed_node2 3057 1726773024.92396: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773024.92398: Calling groups_plugins_play to load vars for managed_node2 3057 1726773024.92532: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773024.92673: done with get_vars() 3057 1726773024.92682: done getting variables 3057 1726773024.92728: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.042) 0:01:09.666 **** 3057 1726773024.92755: entering _queue_task() for managed_node2/reboot 3057 1726773024.92969: worker is 1 (out of 1 available) 3057 1726773024.92985: exiting _queue_task() for managed_node2/reboot 3057 1726773024.93000: done queuing things up, now waiting for results queue to drain 3057 1726773024.93001: waiting for pending results... 3057 1726773024.93190: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3057 1726773024.93273: in run() - task 02b512f9-4fcf-6140-6a9e-000000000304 3057 1726773024.93285: variable 'ansible_search_path' from source: unknown 3057 1726773024.93289: variable 'ansible_search_path' from source: unknown 3057 1726773024.93324: calling self._execute() 3057 1726773024.93516: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773024.93520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773024.93523: variable 'omit' from source: magic vars 3057 1726773024.93942: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773024.95500: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773024.95565: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773024.95594: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773024.95623: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773024.95645: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773024.95718: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773024.95740: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773024.95759: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773024.95792: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773024.95806: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773024.95892: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773024.95909: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726773024.95912: when evaluation is False, skipping this task 3057 1726773024.95915: _execute() done 3057 1726773024.95918: dumping result to json 3057 1726773024.95922: done dumping result, returning 3057 1726773024.95930: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [02b512f9-4fcf-6140-6a9e-000000000304] 3057 1726773024.95937: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000304 3057 1726773024.96033: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000304 3057 1726773024.96038: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3057 1726773024.96092: no more pending results, returning what we have 3057 1726773024.96096: results queue empty 3057 1726773024.96097: checking for any_errors_fatal 3057 1726773024.96104: done checking for any_errors_fatal 3057 1726773024.96105: checking for max_fail_percentage 3057 1726773024.96106: done checking for max_fail_percentage 3057 1726773024.96107: checking to see if all hosts have failed and the running result is not ok 3057 1726773024.96108: done checking to see if all hosts have failed 3057 1726773024.96109: getting the remaining hosts for this loop 3057 1726773024.96111: done getting the remaining hosts for this loop 3057 1726773024.96115: getting the next task for host managed_node2 3057 1726773024.96121: done getting next task for host managed_node2 3057 1726773024.96125: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3057 1726773024.96128: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773024.96146: getting variables 3057 1726773024.96153: in VariableManager get_vars() 3057 1726773024.96251: Calling all_inventory to load vars for managed_node2 3057 1726773024.96254: Calling groups_inventory to load vars for managed_node2 3057 1726773024.96258: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773024.96266: Calling all_plugins_play to load vars for managed_node2 3057 1726773024.96268: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773024.96270: Calling groups_plugins_play to load vars for managed_node2 3057 1726773024.96382: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773024.96529: done with get_vars() 3057 1726773024.96539: done getting variables 3057 1726773024.96587: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.038) 0:01:09.704 **** 3057 1726773024.96611: entering _queue_task() for managed_node2/fail 3057 1726773024.96829: worker is 1 (out of 1 available) 3057 1726773024.96847: exiting _queue_task() for managed_node2/fail 3057 1726773024.96860: done queuing things up, now waiting for results queue to drain 3057 1726773024.96862: waiting for pending results... 3057 1726773024.97055: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3057 1726773024.97140: in run() - task 02b512f9-4fcf-6140-6a9e-000000000305 3057 1726773024.97158: variable 'ansible_search_path' from source: unknown 3057 1726773024.97162: variable 'ansible_search_path' from source: unknown 3057 1726773024.97197: calling self._execute() 3057 1726773024.97273: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773024.97278: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773024.97288: variable 'omit' from source: magic vars 3057 1726773024.97690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773024.99297: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773024.99347: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773024.99376: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773024.99408: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773024.99429: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773024.99495: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773024.99527: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773024.99551: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773024.99579: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773024.99591: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773024.99679: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773024.99696: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726773024.99700: when evaluation is False, skipping this task 3057 1726773024.99702: _execute() done 3057 1726773024.99706: dumping result to json 3057 1726773024.99709: done dumping result, returning 3057 1726773024.99939: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [02b512f9-4fcf-6140-6a9e-000000000305] 3057 1726773024.99942: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000305 3057 1726773024.99997: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000305 3057 1726773025.00000: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3057 1726773025.00032: no more pending results, returning what we have 3057 1726773025.00037: results queue empty 3057 1726773025.00038: checking for any_errors_fatal 3057 1726773025.00045: done checking for any_errors_fatal 3057 1726773025.00047: checking for max_fail_percentage 3057 1726773025.00049: done checking for max_fail_percentage 3057 1726773025.00050: checking to see if all hosts have failed and the running result is not ok 3057 1726773025.00051: done checking to see if all hosts have failed 3057 1726773025.00051: getting the remaining hosts for this loop 3057 1726773025.00052: done getting the remaining hosts for this loop 3057 1726773025.00055: getting the next task for host managed_node2 3057 1726773025.00061: done getting next task for host managed_node2 3057 1726773025.00064: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3057 1726773025.00066: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773025.00078: getting variables 3057 1726773025.00080: in VariableManager get_vars() 3057 1726773025.00109: Calling all_inventory to load vars for managed_node2 3057 1726773025.00111: Calling groups_inventory to load vars for managed_node2 3057 1726773025.00113: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773025.00120: Calling all_plugins_play to load vars for managed_node2 3057 1726773025.00121: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773025.00123: Calling groups_plugins_play to load vars for managed_node2 3057 1726773025.00248: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773025.00411: done with get_vars() 3057 1726773025.00421: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:10:25 -0400 (0:00:00.038) 0:01:09.743 **** 3057 1726773025.00488: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773025.00720: worker is 1 (out of 1 available) 3057 1726773025.00739: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773025.00753: done queuing things up, now waiting for results queue to drain 3057 1726773025.00755: waiting for pending results... 3057 1726773025.00951: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3057 1726773025.01033: in run() - task 02b512f9-4fcf-6140-6a9e-000000000307 3057 1726773025.01049: variable 'ansible_search_path' from source: unknown 3057 1726773025.01053: variable 'ansible_search_path' from source: unknown 3057 1726773025.01089: calling self._execute() 3057 1726773025.01167: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773025.01171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773025.01239: variable 'omit' from source: magic vars 3057 1726773025.01271: variable 'omit' from source: magic vars 3057 1726773025.01313: variable 'omit' from source: magic vars 3057 1726773025.01336: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3057 1726773025.01580: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3057 1726773025.01647: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773025.01676: variable 'omit' from source: magic vars 3057 1726773025.01713: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773025.01749: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773025.01767: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773025.01782: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773025.01795: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773025.01820: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773025.01823: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773025.01825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773025.01901: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773025.01909: Set connection var ansible_pipelining to False 3057 1726773025.01913: Set connection var ansible_shell_type to sh 3057 1726773025.01917: Set connection var ansible_connection to ssh 3057 1726773025.01922: Set connection var ansible_timeout to 10 3057 1726773025.01929: Set connection var ansible_shell_executable to /bin/sh 3057 1726773025.02039: variable 'ansible_shell_executable' from source: unknown 3057 1726773025.02042: variable 'ansible_connection' from source: unknown 3057 1726773025.02044: variable 'ansible_module_compression' from source: unknown 3057 1726773025.02045: variable 'ansible_shell_type' from source: unknown 3057 1726773025.02047: variable 'ansible_shell_executable' from source: unknown 3057 1726773025.02050: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773025.02051: variable 'ansible_pipelining' from source: unknown 3057 1726773025.02052: variable 'ansible_timeout' from source: unknown 3057 1726773025.02054: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773025.02134: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773025.02146: variable 'omit' from source: magic vars 3057 1726773025.02152: starting attempt loop 3057 1726773025.02156: running the handler 3057 1726773025.02239: _low_level_execute_command(): starting 3057 1726773025.02242: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773025.02715: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.02745: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.02781: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.02798: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.02869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.05827: stdout chunk (state=3): >>>/root <<< 3057 1726773025.05884: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.05949: stderr chunk (state=3): >>><<< 3057 1726773025.05953: stdout chunk (state=3): >>><<< 3057 1726773025.05979: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773025.05994: _low_level_execute_command(): starting 3057 1726773025.06000: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807 `" && echo ansible-tmp-1726773025.0597987-4720-128291631689807="` echo /root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807 `" ) && sleep 0' 3057 1726773025.06503: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.06507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.06517: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.06522: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.06572: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.06576: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773025.06582: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.06621: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.08580: stdout chunk (state=3): >>>ansible-tmp-1726773025.0597987-4720-128291631689807=/root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807 <<< 3057 1726773025.08733: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.08765: stderr chunk (state=3): >>><<< 3057 1726773025.08768: stdout chunk (state=3): >>><<< 3057 1726773025.08784: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773025.0597987-4720-128291631689807=/root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773025.08832: variable 'ansible_module_compression' from source: unknown 3057 1726773025.08871: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 3057 1726773025.08903: variable 'ansible_facts' from source: unknown 3057 1726773025.08972: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807/AnsiballZ_kernel_settings_get_config.py 3057 1726773025.09083: Sending initial data 3057 1726773025.09086: Sent initial data (173 bytes) 3057 1726773025.09588: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773025.09591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773025.09594: 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.45.18 is address <<< 3057 1726773025.09599: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.09677: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.09703: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.11294: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773025.11317: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773025.11363: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp_zdyfov5 /root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807/AnsiballZ_kernel_settings_get_config.py <<< 3057 1726773025.11367: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773025.11395: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp_zdyfov5" to remote "/root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773025.11912: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.11992: stderr chunk (state=3): >>><<< 3057 1726773025.11996: stdout chunk (state=3): >>><<< 3057 1726773025.12018: done transferring module to remote 3057 1726773025.12031: _low_level_execute_command(): starting 3057 1726773025.12037: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807/ /root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773025.12527: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773025.12530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.12533: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773025.12543: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773025.12545: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.12597: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.12603: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.12644: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.14452: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.14479: stderr chunk (state=3): >>><<< 3057 1726773025.14482: stdout chunk (state=3): >>><<< 3057 1726773025.14498: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773025.14502: _low_level_execute_command(): starting 3057 1726773025.14507: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773025.15007: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.15011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.15013: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773025.15016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.15071: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.15077: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773025.15080: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.15122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.32161: 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"}}} <<< 3057 1726773025.33641: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773025.33665: stderr chunk (state=3): >>><<< 3057 1726773025.33682: stdout chunk (state=3): >>><<< 3057 1726773025.33825: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773025.33830: 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-1726773025.0597987-4720-128291631689807/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773025.33833: _low_level_execute_command(): starting 3057 1726773025.33837: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773025.0597987-4720-128291631689807/ > /dev/null 2>&1 && sleep 0' 3057 1726773025.34446: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.34463: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.34502: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.34549: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.34563: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.34613: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.36561: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.36741: stderr chunk (state=3): >>><<< 3057 1726773025.36745: stdout chunk (state=3): >>><<< 3057 1726773025.36748: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773025.36750: handler run complete 3057 1726773025.36752: attempt loop complete, returning result 3057 1726773025.36754: _execute() done 3057 1726773025.36757: dumping result to json 3057 1726773025.36759: done dumping result, returning 3057 1726773025.36761: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [02b512f9-4fcf-6140-6a9e-000000000307] 3057 1726773025.36763: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000307 3057 1726773025.36845: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000307 3057 1726773025.36849: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 3057 1726773025.37026: no more pending results, returning what we have 3057 1726773025.37031: results queue empty 3057 1726773025.37031: checking for any_errors_fatal 3057 1726773025.37043: done checking for any_errors_fatal 3057 1726773025.37044: checking for max_fail_percentage 3057 1726773025.37046: done checking for max_fail_percentage 3057 1726773025.37047: checking to see if all hosts have failed and the running result is not ok 3057 1726773025.37048: done checking to see if all hosts have failed 3057 1726773025.37048: getting the remaining hosts for this loop 3057 1726773025.37051: done getting the remaining hosts for this loop 3057 1726773025.37055: getting the next task for host managed_node2 3057 1726773025.37062: done getting next task for host managed_node2 3057 1726773025.37066: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3057 1726773025.37070: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773025.37082: getting variables 3057 1726773025.37084: in VariableManager get_vars() 3057 1726773025.37131: Calling all_inventory to load vars for managed_node2 3057 1726773025.37134: Calling groups_inventory to load vars for managed_node2 3057 1726773025.37357: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773025.37368: Calling all_plugins_play to load vars for managed_node2 3057 1726773025.37371: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773025.37374: Calling groups_plugins_play to load vars for managed_node2 3057 1726773025.37631: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773025.37856: done with get_vars() 3057 1726773025.37871: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:10:25 -0400 (0:00:00.374) 0:01:10.118 **** 3057 1726773025.37976: entering _queue_task() for managed_node2/stat 3057 1726773025.38260: worker is 1 (out of 1 available) 3057 1726773025.38275: exiting _queue_task() for managed_node2/stat 3057 1726773025.38287: done queuing things up, now waiting for results queue to drain 3057 1726773025.38289: waiting for pending results... 3057 1726773025.38756: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3057 1726773025.38762: in run() - task 02b512f9-4fcf-6140-6a9e-000000000308 3057 1726773025.38788: variable 'ansible_search_path' from source: unknown 3057 1726773025.38797: variable 'ansible_search_path' from source: unknown 3057 1726773025.38860: variable '__prof_from_conf' from source: task vars 3057 1726773025.39238: variable '__prof_from_conf' from source: task vars 3057 1726773025.39468: variable '__data' from source: task vars 3057 1726773025.39561: variable '__kernel_settings_register_tuned_main' from source: set_fact 3057 1726773025.40040: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773025.40044: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773025.40047: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773025.40049: variable 'omit' from source: magic vars 3057 1726773025.40106: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773025.40121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773025.40138: variable 'omit' from source: magic vars 3057 1726773025.40434: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773025.42471: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773025.42530: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773025.42640: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773025.42643: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773025.42644: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773025.42681: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773025.42706: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773025.42725: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773025.42755: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773025.42767: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773025.42848: variable 'item' from source: unknown 3057 1726773025.42860: Evaluated conditional (item | length > 0): False 3057 1726773025.42863: when evaluation is False, skipping this task 3057 1726773025.42894: variable 'item' from source: unknown 3057 1726773025.42950: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 3057 1726773025.43144: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773025.43150: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773025.43153: variable 'omit' from source: magic vars 3057 1726773025.43197: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773025.43220: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773025.43238: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773025.43271: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773025.43282: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773025.43344: variable 'item' from source: unknown 3057 1726773025.43351: Evaluated conditional (item | length > 0): True 3057 1726773025.43357: variable 'omit' from source: magic vars 3057 1726773025.43397: variable 'omit' from source: magic vars 3057 1726773025.43428: variable 'item' from source: unknown 3057 1726773025.43540: variable 'item' from source: unknown 3057 1726773025.43548: variable 'omit' from source: magic vars 3057 1726773025.43554: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773025.43586: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773025.43609: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773025.43630: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773025.43647: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773025.43684: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773025.43740: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773025.43743: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773025.43809: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773025.43824: Set connection var ansible_pipelining to False 3057 1726773025.43832: Set connection var ansible_shell_type to sh 3057 1726773025.43842: Set connection var ansible_connection to ssh 3057 1726773025.43852: Set connection var ansible_timeout to 10 3057 1726773025.43864: Set connection var ansible_shell_executable to /bin/sh 3057 1726773025.43894: variable 'ansible_shell_executable' from source: unknown 3057 1726773025.43903: variable 'ansible_connection' from source: unknown 3057 1726773025.43909: variable 'ansible_module_compression' from source: unknown 3057 1726773025.43939: variable 'ansible_shell_type' from source: unknown 3057 1726773025.43943: variable 'ansible_shell_executable' from source: unknown 3057 1726773025.43945: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773025.43948: variable 'ansible_pipelining' from source: unknown 3057 1726773025.43950: variable 'ansible_timeout' from source: unknown 3057 1726773025.43952: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773025.44108: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773025.44278: variable 'omit' from source: magic vars 3057 1726773025.44281: starting attempt loop 3057 1726773025.44284: running the handler 3057 1726773025.44286: _low_level_execute_command(): starting 3057 1726773025.44288: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773025.44875: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773025.44891: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773025.44901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.44932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773025.44937: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.44954: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.45005: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.45010: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773025.45012: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.45059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.46768: stdout chunk (state=3): >>>/root <<< 3057 1726773025.46880: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.46953: stderr chunk (state=3): >>><<< 3057 1726773025.46956: stdout chunk (state=3): >>><<< 3057 1726773025.46978: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773025.46990: _low_level_execute_command(): starting 3057 1726773025.47013: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538 `" && echo ansible-tmp-1726773025.4697835-4741-233168968616538="` echo /root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538 `" ) && sleep 0' 3057 1726773025.47718: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773025.47722: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773025.47725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.47728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773025.47730: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773025.47733: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773025.47742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.47745: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773025.47748: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773025.47750: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 3057 1726773025.47752: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773025.47763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.47780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773025.47796: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773025.47807: stderr chunk (state=3): >>>debug2: match found <<< 3057 1726773025.47854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.47921: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.47950: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773025.47995: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.48032: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.49990: stdout chunk (state=3): >>>ansible-tmp-1726773025.4697835-4741-233168968616538=/root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538 <<< 3057 1726773025.50099: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.50164: stderr chunk (state=3): >>><<< 3057 1726773025.50167: stdout chunk (state=3): >>><<< 3057 1726773025.50241: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773025.4697835-4741-233168968616538=/root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773025.50245: variable 'ansible_module_compression' from source: unknown 3057 1726773025.50303: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773025.50376: variable 'ansible_facts' from source: unknown 3057 1726773025.50541: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538/AnsiballZ_stat.py 3057 1726773025.50734: Sending initial data 3057 1726773025.50740: Sent initial data (151 bytes) 3057 1726773025.51354: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.51386: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.51408: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773025.51430: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.51503: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.53073: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773025.53106: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773025.53141: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpnr1_2k7w /root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538/AnsiballZ_stat.py <<< 3057 1726773025.53157: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538/AnsiballZ_stat.py" <<< 3057 1726773025.53183: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpnr1_2k7w" to remote "/root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538/AnsiballZ_stat.py" <<< 3057 1726773025.53196: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538/AnsiballZ_stat.py" <<< 3057 1726773025.53713: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.53794: stderr chunk (state=3): >>><<< 3057 1726773025.53798: stdout chunk (state=3): >>><<< 3057 1726773025.53817: done transferring module to remote 3057 1726773025.53827: _low_level_execute_command(): starting 3057 1726773025.53832: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538/ /root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538/AnsiballZ_stat.py && sleep 0' 3057 1726773025.54556: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.56343: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.56404: stderr chunk (state=3): >>><<< 3057 1726773025.56408: stdout chunk (state=3): >>><<< 3057 1726773025.56425: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773025.56429: _low_level_execute_command(): starting 3057 1726773025.56432: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538/AnsiballZ_stat.py && sleep 0' 3057 1726773025.56945: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.56950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773025.56953: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773025.56957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.57011: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.57015: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773025.57017: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.57067: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.74907: 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": 4096, "inode": 262607, "dev": 51714, "nlink": 3, "atime": 1726772976.6601307, "mtime": 1726772974.1081133, "ctime": 1726772974.1081133, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3652884641", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3057 1726773025.76464: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773025.76525: stderr chunk (state=3): >>><<< 3057 1726773025.76529: stdout chunk (state=3): >>><<< 3057 1726773025.76545: _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": 4096, "inode": 262607, "dev": 51714, "nlink": 3, "atime": 1726772976.6601307, "mtime": 1726772974.1081133, "ctime": 1726772974.1081133, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3652884641", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773025.76586: 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-1726773025.4697835-4741-233168968616538/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773025.76597: _low_level_execute_command(): starting 3057 1726773025.76604: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773025.4697835-4741-233168968616538/ > /dev/null 2>&1 && sleep 0' 3057 1726773025.77096: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.77100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.77103: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.77105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.77160: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.77164: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773025.77170: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.77209: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.79070: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.79134: stderr chunk (state=3): >>><<< 3057 1726773025.79141: stdout chunk (state=3): >>><<< 3057 1726773025.79153: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773025.79160: handler run complete 3057 1726773025.79207: attempt loop complete, returning result 3057 1726773025.79227: variable 'item' from source: unknown 3057 1726773025.79295: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726772976.6601307, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772974.1081133, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262607, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726772974.1081133, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "3652884641", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3057 1726773025.79458: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773025.79461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773025.79463: variable 'omit' from source: magic vars 3057 1726773025.79548: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773025.79567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773025.79590: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773025.79620: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773025.79632: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773025.79698: variable 'item' from source: unknown 3057 1726773025.79704: Evaluated conditional (item | length > 0): True 3057 1726773025.79709: variable 'omit' from source: magic vars 3057 1726773025.79721: variable 'omit' from source: magic vars 3057 1726773025.79754: variable 'item' from source: unknown 3057 1726773025.79804: variable 'item' from source: unknown 3057 1726773025.79816: variable 'omit' from source: magic vars 3057 1726773025.79833: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773025.79843: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773025.79848: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773025.79860: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773025.79863: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773025.79866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773025.79924: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773025.79930: Set connection var ansible_pipelining to False 3057 1726773025.79933: Set connection var ansible_shell_type to sh 3057 1726773025.79938: Set connection var ansible_connection to ssh 3057 1726773025.79943: Set connection var ansible_timeout to 10 3057 1726773025.79950: Set connection var ansible_shell_executable to /bin/sh 3057 1726773025.79968: variable 'ansible_shell_executable' from source: unknown 3057 1726773025.79971: variable 'ansible_connection' from source: unknown 3057 1726773025.79973: variable 'ansible_module_compression' from source: unknown 3057 1726773025.79975: variable 'ansible_shell_type' from source: unknown 3057 1726773025.79978: variable 'ansible_shell_executable' from source: unknown 3057 1726773025.79980: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773025.79985: variable 'ansible_pipelining' from source: unknown 3057 1726773025.79987: variable 'ansible_timeout' from source: unknown 3057 1726773025.79994: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773025.80073: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773025.80082: variable 'omit' from source: magic vars 3057 1726773025.80085: starting attempt loop 3057 1726773025.80088: running the handler 3057 1726773025.80096: _low_level_execute_command(): starting 3057 1726773025.80103: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773025.80656: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773025.80665: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.80728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.82357: stdout chunk (state=3): >>>/root <<< 3057 1726773025.82464: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.82517: stderr chunk (state=3): >>><<< 3057 1726773025.82521: stdout chunk (state=3): >>><<< 3057 1726773025.82538: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773025.82552: _low_level_execute_command(): starting 3057 1726773025.82560: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504 `" && echo ansible-tmp-1726773025.8253872-4741-54964333632504="` echo /root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504 `" ) && sleep 0' 3057 1726773025.83017: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773025.83021: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773025.83054: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773025.83058: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726773025.83060: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.83062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.83118: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.83122: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773025.83124: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.83185: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.85160: stdout chunk (state=3): >>>ansible-tmp-1726773025.8253872-4741-54964333632504=/root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504 <<< 3057 1726773025.85270: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.85332: stderr chunk (state=3): >>><<< 3057 1726773025.85337: stdout chunk (state=3): >>><<< 3057 1726773025.85352: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773025.8253872-4741-54964333632504=/root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773025.85387: variable 'ansible_module_compression' from source: unknown 3057 1726773025.85424: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773025.85446: variable 'ansible_facts' from source: unknown 3057 1726773025.85493: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504/AnsiballZ_stat.py 3057 1726773025.85602: Sending initial data 3057 1726773025.85605: Sent initial data (150 bytes) 3057 1726773025.86142: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773025.86146: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773025.86148: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773025.86150: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.86151: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.86153: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773025.86175: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.86229: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.87877: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773025.87908: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773025.87950: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp7svxvygg /root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504/AnsiballZ_stat.py <<< 3057 1726773025.87954: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504/AnsiballZ_stat.py" <<< 3057 1726773025.87981: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp7svxvygg" to remote "/root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504/AnsiballZ_stat.py" <<< 3057 1726773025.88530: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.88608: stderr chunk (state=3): >>><<< 3057 1726773025.88611: stdout chunk (state=3): >>><<< 3057 1726773025.88630: done transferring module to remote 3057 1726773025.88640: _low_level_execute_command(): starting 3057 1726773025.88646: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504/ /root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504/AnsiballZ_stat.py && sleep 0' 3057 1726773025.89100: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773025.89140: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.89143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773025.89146: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.89148: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.89150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.89202: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.89205: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773025.89208: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.89252: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773025.91153: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773025.91212: stderr chunk (state=3): >>><<< 3057 1726773025.91215: stdout chunk (state=3): >>><<< 3057 1726773025.91230: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773025.91233: _low_level_execute_command(): starting 3057 1726773025.91241: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504/AnsiballZ_stat.py && sleep 0' 3057 1726773025.91711: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773025.91715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.91752: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773025.91756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773025.91806: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773025.91809: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773025.91866: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773026.09172: 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": 4096, "inode": 262602, "dev": 51714, "nlink": 4, "atime": 1726772971.8100975, "mtime": 1726772982.7141726, "ctime": 1726772982.7141726, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1048239013", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3057 1726773026.11143: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773026.11148: stdout chunk (state=3): >>><<< 3057 1726773026.11150: stderr chunk (state=3): >>><<< 3057 1726773026.11153: _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": 4096, "inode": 262602, "dev": 51714, "nlink": 4, "atime": 1726772971.8100975, "mtime": 1726772982.7141726, "ctime": 1726772982.7141726, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1048239013", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773026.11162: 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-1726773025.8253872-4741-54964333632504/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773026.11165: _low_level_execute_command(): starting 3057 1726773026.11168: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773025.8253872-4741-54964333632504/ > /dev/null 2>&1 && sleep 0' 3057 1726773026.11607: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773026.11615: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773026.11626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.11643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773026.11656: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773026.11663: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773026.11672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.11686: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773026.11701: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773026.11708: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 3057 1726773026.11716: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773026.11726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.11747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773026.11756: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773026.11812: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.11845: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773026.11867: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773026.11879: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773026.11947: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773026.13933: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773026.13954: stdout chunk (state=3): >>><<< 3057 1726773026.13966: stderr chunk (state=3): >>><<< 3057 1726773026.13987: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773026.13999: handler run complete 3057 1726773026.14062: attempt loop complete, returning result 3057 1726773026.14090: variable 'item' from source: unknown 3057 1726773026.14181: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726772971.8100975, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772982.7141726, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262602, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726772982.7141726, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "1048239013", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3057 1726773026.14550: dumping result to json 3057 1726773026.14554: done dumping result, returning 3057 1726773026.14561: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [02b512f9-4fcf-6140-6a9e-000000000308] 3057 1726773026.14563: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000308 3057 1726773026.14625: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000308 3057 1726773026.14628: WORKER PROCESS EXITING 3057 1726773026.14764: no more pending results, returning what we have 3057 1726773026.14767: results queue empty 3057 1726773026.14768: checking for any_errors_fatal 3057 1726773026.14773: done checking for any_errors_fatal 3057 1726773026.14774: checking for max_fail_percentage 3057 1726773026.14775: done checking for max_fail_percentage 3057 1726773026.14775: checking to see if all hosts have failed and the running result is not ok 3057 1726773026.14776: done checking to see if all hosts have failed 3057 1726773026.14776: getting the remaining hosts for this loop 3057 1726773026.14778: done getting the remaining hosts for this loop 3057 1726773026.14780: getting the next task for host managed_node2 3057 1726773026.14784: done getting next task for host managed_node2 3057 1726773026.14786: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3057 1726773026.14788: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773026.14802: getting variables 3057 1726773026.14804: in VariableManager get_vars() 3057 1726773026.14829: Calling all_inventory to load vars for managed_node2 3057 1726773026.14831: Calling groups_inventory to load vars for managed_node2 3057 1726773026.14832: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773026.14854: Calling all_plugins_play to load vars for managed_node2 3057 1726773026.14858: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773026.14861: Calling groups_plugins_play to load vars for managed_node2 3057 1726773026.14972: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773026.15157: done with get_vars() 3057 1726773026.15166: done getting variables 3057 1726773026.15215: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:10:26 -0400 (0:00:00.772) 0:01:10.891 **** 3057 1726773026.15240: entering _queue_task() for managed_node2/set_fact 3057 1726773026.15462: worker is 1 (out of 1 available) 3057 1726773026.15479: exiting _queue_task() for managed_node2/set_fact 3057 1726773026.15495: done queuing things up, now waiting for results queue to drain 3057 1726773026.15497: waiting for pending results... 3057 1726773026.15682: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3057 1726773026.15762: in run() - task 02b512f9-4fcf-6140-6a9e-000000000309 3057 1726773026.15775: variable 'ansible_search_path' from source: unknown 3057 1726773026.15778: variable 'ansible_search_path' from source: unknown 3057 1726773026.15811: calling self._execute() 3057 1726773026.15886: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773026.15891: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773026.15900: variable 'omit' from source: magic vars 3057 1726773026.15983: variable 'omit' from source: magic vars 3057 1726773026.16020: variable 'omit' from source: magic vars 3057 1726773026.16388: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773026.18478: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773026.18541: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773026.18570: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773026.18600: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773026.18621: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773026.18691: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773026.18717: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773026.18738: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773026.18768: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773026.18779: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773026.18821: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773026.18839: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773026.18859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773026.18886: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773026.18899: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773026.18948: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773026.18967: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773026.18986: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773026.19015: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773026.19031: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773026.19202: variable '__kernel_settings_find_profile_dirs' from source: set_fact 3057 1726773026.19282: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773026.19407: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773026.19436: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773026.19459: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773026.19484: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773026.19522: 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) 3057 1726773026.19539: 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) 3057 1726773026.19557: 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) 3057 1726773026.19639: 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) 3057 1726773026.19641: variable 'omit' from source: magic vars 3057 1726773026.19648: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773026.19670: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773026.19839: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773026.19842: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773026.19843: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773026.19845: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773026.19853: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773026.19856: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773026.19858: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773026.19862: Set connection var ansible_pipelining to False 3057 1726773026.19865: Set connection var ansible_shell_type to sh 3057 1726773026.19867: Set connection var ansible_connection to ssh 3057 1726773026.19877: Set connection var ansible_timeout to 10 3057 1726773026.19879: Set connection var ansible_shell_executable to /bin/sh 3057 1726773026.19901: variable 'ansible_shell_executable' from source: unknown 3057 1726773026.19904: variable 'ansible_connection' from source: unknown 3057 1726773026.19906: variable 'ansible_module_compression' from source: unknown 3057 1726773026.19909: variable 'ansible_shell_type' from source: unknown 3057 1726773026.19911: variable 'ansible_shell_executable' from source: unknown 3057 1726773026.19913: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773026.19919: variable 'ansible_pipelining' from source: unknown 3057 1726773026.19926: variable 'ansible_timeout' from source: unknown 3057 1726773026.19929: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773026.20018: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773026.20139: variable 'omit' from source: magic vars 3057 1726773026.20142: starting attempt loop 3057 1726773026.20145: running the handler 3057 1726773026.20147: handler run complete 3057 1726773026.20149: attempt loop complete, returning result 3057 1726773026.20151: _execute() done 3057 1726773026.20153: dumping result to json 3057 1726773026.20155: done dumping result, returning 3057 1726773026.20156: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [02b512f9-4fcf-6140-6a9e-000000000309] 3057 1726773026.20158: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000309 3057 1726773026.20233: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000309 3057 1726773026.20239: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 3057 1726773026.20310: no more pending results, returning what we have 3057 1726773026.20316: results queue empty 3057 1726773026.20317: checking for any_errors_fatal 3057 1726773026.20330: done checking for any_errors_fatal 3057 1726773026.20331: checking for max_fail_percentage 3057 1726773026.20332: done checking for max_fail_percentage 3057 1726773026.20333: checking to see if all hosts have failed and the running result is not ok 3057 1726773026.20333: done checking to see if all hosts have failed 3057 1726773026.20336: getting the remaining hosts for this loop 3057 1726773026.20338: done getting the remaining hosts for this loop 3057 1726773026.20342: getting the next task for host managed_node2 3057 1726773026.20349: done getting next task for host managed_node2 3057 1726773026.20352: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3057 1726773026.20355: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773026.20367: getting variables 3057 1726773026.20368: in VariableManager get_vars() 3057 1726773026.20405: Calling all_inventory to load vars for managed_node2 3057 1726773026.20407: Calling groups_inventory to load vars for managed_node2 3057 1726773026.20410: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773026.20419: Calling all_plugins_play to load vars for managed_node2 3057 1726773026.20421: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773026.20424: Calling groups_plugins_play to load vars for managed_node2 3057 1726773026.20678: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773026.20897: done with get_vars() 3057 1726773026.20910: done getting variables 3057 1726773026.20977: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:10:26 -0400 (0:00:00.057) 0:01:10.948 **** 3057 1726773026.21005: entering _queue_task() for managed_node2/service 3057 1726773026.21272: worker is 1 (out of 1 available) 3057 1726773026.21287: exiting _queue_task() for managed_node2/service 3057 1726773026.21302: done queuing things up, now waiting for results queue to drain 3057 1726773026.21304: waiting for pending results... 3057 1726773026.21615: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3057 1726773026.21748: in run() - task 02b512f9-4fcf-6140-6a9e-00000000030a 3057 1726773026.21776: variable 'ansible_search_path' from source: unknown 3057 1726773026.21785: variable 'ansible_search_path' from source: unknown 3057 1726773026.21847: variable '__kernel_settings_services' from source: include_vars 3057 1726773026.22153: variable '__kernel_settings_services' from source: include_vars 3057 1726773026.22218: variable 'omit' from source: magic vars 3057 1726773026.22316: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773026.22320: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773026.22331: variable 'omit' from source: magic vars 3057 1726773026.22391: variable 'omit' from source: magic vars 3057 1726773026.22428: variable 'omit' from source: magic vars 3057 1726773026.22463: variable 'item' from source: unknown 3057 1726773026.22527: variable 'item' from source: unknown 3057 1726773026.22550: variable 'omit' from source: magic vars 3057 1726773026.22583: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773026.22680: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773026.22699: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773026.22714: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773026.22725: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773026.22756: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773026.22759: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773026.22761: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773026.22837: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773026.22844: Set connection var ansible_pipelining to False 3057 1726773026.22849: Set connection var ansible_shell_type to sh 3057 1726773026.22852: Set connection var ansible_connection to ssh 3057 1726773026.22940: Set connection var ansible_timeout to 10 3057 1726773026.22943: Set connection var ansible_shell_executable to /bin/sh 3057 1726773026.22945: variable 'ansible_shell_executable' from source: unknown 3057 1726773026.22946: variable 'ansible_connection' from source: unknown 3057 1726773026.22947: variable 'ansible_module_compression' from source: unknown 3057 1726773026.22949: variable 'ansible_shell_type' from source: unknown 3057 1726773026.22950: variable 'ansible_shell_executable' from source: unknown 3057 1726773026.22951: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773026.22952: variable 'ansible_pipelining' from source: unknown 3057 1726773026.22954: variable 'ansible_timeout' from source: unknown 3057 1726773026.22955: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773026.23030: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773026.23040: variable 'omit' from source: magic vars 3057 1726773026.23047: starting attempt loop 3057 1726773026.23050: running the handler 3057 1726773026.23126: variable 'ansible_facts' from source: unknown 3057 1726773026.23218: _low_level_execute_command(): starting 3057 1726773026.23224: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773026.23851: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.23859: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.23864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.23915: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773026.24054: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773026.25680: stdout chunk (state=3): >>>/root <<< 3057 1726773026.25888: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773026.25892: stdout chunk (state=3): >>><<< 3057 1726773026.25895: stderr chunk (state=3): >>><<< 3057 1726773026.26038: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773026.26043: _low_level_execute_command(): starting 3057 1726773026.26046: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242 `" && echo ansible-tmp-1726773026.2592604-4777-11340869374242="` echo /root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242 `" ) && sleep 0' 3057 1726773026.26660: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.26705: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773026.26723: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773026.26754: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773026.26854: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773026.28926: stdout chunk (state=3): >>>ansible-tmp-1726773026.2592604-4777-11340869374242=/root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242 <<< 3057 1726773026.29049: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773026.29160: stderr chunk (state=3): >>><<< 3057 1726773026.29180: stdout chunk (state=3): >>><<< 3057 1726773026.29210: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773026.2592604-4777-11340869374242=/root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773026.29272: variable 'ansible_module_compression' from source: unknown 3057 1726773026.29347: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 3057 1726773026.29427: variable 'ansible_facts' from source: unknown 3057 1726773026.29672: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242/AnsiballZ_systemd.py 3057 1726773026.29826: Sending initial data 3057 1726773026.29829: Sent initial data (153 bytes) 3057 1726773026.30299: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.30303: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.30319: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.30368: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773026.30383: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773026.30432: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773026.32021: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773026.32063: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773026.32095: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmparup8wwg /root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242/AnsiballZ_systemd.py <<< 3057 1726773026.32100: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242/AnsiballZ_systemd.py" <<< 3057 1726773026.32137: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmparup8wwg" to remote "/root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242/AnsiballZ_systemd.py" <<< 3057 1726773026.32140: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242/AnsiballZ_systemd.py" <<< 3057 1726773026.33222: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773026.33342: stderr chunk (state=3): >>><<< 3057 1726773026.33345: stdout chunk (state=3): >>><<< 3057 1726773026.33348: done transferring module to remote 3057 1726773026.33350: _low_level_execute_command(): starting 3057 1726773026.33353: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242/ /root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242/AnsiballZ_systemd.py && sleep 0' 3057 1726773026.33843: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773026.33847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.33849: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.33862: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.33905: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773026.33912: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773026.33926: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773026.33963: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773026.35769: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773026.35829: stderr chunk (state=3): >>><<< 3057 1726773026.35833: stdout chunk (state=3): >>><<< 3057 1726773026.35849: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773026.35852: _low_level_execute_command(): starting 3057 1726773026.35859: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242/AnsiballZ_systemd.py && sleep 0' 3057 1726773026.36360: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.36363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.36366: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.36368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.36420: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773026.36423: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773026.36473: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773026.69578: 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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "691", "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 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "MemoryCurrent": "20140032", "MemoryPeak": "20402176", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3478679552", "CPUUsageNSec": "204685000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPR<<< 3057 1726773026.69767: stdout chunk (state=3): >>>IO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "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 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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}}} <<< 3057 1726773026.71631: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773026.71691: stderr chunk (state=3): >>><<< 3057 1726773026.71695: stdout chunk (state=3): >>><<< 3057 1726773026.71724: _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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "691", "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 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "MemoryCurrent": "20140032", "MemoryPeak": "20402176", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3478679552", "CPUUsageNSec": "204685000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "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 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773026.71870: 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-1726773026.2592604-4777-11340869374242/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773026.71885: _low_level_execute_command(): starting 3057 1726773026.71891: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773026.2592604-4777-11340869374242/ > /dev/null 2>&1 && sleep 0' 3057 1726773026.72587: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773026.72592: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.72653: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.72706: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773026.72726: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773026.72773: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773026.72820: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773026.74742: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773026.74803: stderr chunk (state=3): >>><<< 3057 1726773026.74806: stdout chunk (state=3): >>><<< 3057 1726773026.74819: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773026.74829: handler run complete 3057 1726773026.74875: attempt loop complete, returning result 3057 1726773026.74891: variable 'item' from source: unknown 3057 1726773026.74961: variable 'item' from source: unknown ok: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "204685000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; 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 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "691", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3478679552", "MemoryCurrent": "20140032", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "20402176", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "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": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 3057 1726773026.75531: dumping result to json 3057 1726773026.75533: done dumping result, returning 3057 1726773026.75537: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [02b512f9-4fcf-6140-6a9e-00000000030a] 3057 1726773026.75539: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000030a 3057 1726773026.75608: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000030a 3057 1726773026.75612: WORKER PROCESS EXITING 3057 1726773026.75704: no more pending results, returning what we have 3057 1726773026.75706: results queue empty 3057 1726773026.75707: checking for any_errors_fatal 3057 1726773026.75709: done checking for any_errors_fatal 3057 1726773026.75710: checking for max_fail_percentage 3057 1726773026.75711: done checking for max_fail_percentage 3057 1726773026.75711: checking to see if all hosts have failed and the running result is not ok 3057 1726773026.75712: done checking to see if all hosts have failed 3057 1726773026.75712: getting the remaining hosts for this loop 3057 1726773026.75713: done getting the remaining hosts for this loop 3057 1726773026.75715: getting the next task for host managed_node2 3057 1726773026.75720: done getting next task for host managed_node2 3057 1726773026.75722: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3057 1726773026.75724: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773026.75731: getting variables 3057 1726773026.75732: in VariableManager get_vars() 3057 1726773026.75756: Calling all_inventory to load vars for managed_node2 3057 1726773026.75757: Calling groups_inventory to load vars for managed_node2 3057 1726773026.75759: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773026.75766: Calling all_plugins_play to load vars for managed_node2 3057 1726773026.75768: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773026.75769: Calling groups_plugins_play to load vars for managed_node2 3057 1726773026.75878: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773026.76006: done with get_vars() 3057 1726773026.76016: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:10:26 -0400 (0:00:00.550) 0:01:11.499 **** 3057 1726773026.76090: entering _queue_task() for managed_node2/file 3057 1726773026.76320: worker is 1 (out of 1 available) 3057 1726773026.76338: exiting _queue_task() for managed_node2/file 3057 1726773026.76354: done queuing things up, now waiting for results queue to drain 3057 1726773026.76356: waiting for pending results... 3057 1726773026.76553: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3057 1726773026.76630: in run() - task 02b512f9-4fcf-6140-6a9e-00000000030b 3057 1726773026.76644: variable 'ansible_search_path' from source: unknown 3057 1726773026.76649: variable 'ansible_search_path' from source: unknown 3057 1726773026.76684: calling self._execute() 3057 1726773026.76759: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773026.76763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773026.76771: variable 'omit' from source: magic vars 3057 1726773026.76858: variable 'omit' from source: magic vars 3057 1726773026.76898: variable 'omit' from source: magic vars 3057 1726773026.76921: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773026.77173: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773026.77252: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773026.77258: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773026.77325: variable 'omit' from source: magic vars 3057 1726773026.77364: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773026.77398: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773026.77413: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773026.77427: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773026.77444: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773026.77467: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773026.77471: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773026.77474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773026.77553: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773026.77563: Set connection var ansible_pipelining to False 3057 1726773026.77566: Set connection var ansible_shell_type to sh 3057 1726773026.77569: Set connection var ansible_connection to ssh 3057 1726773026.77575: Set connection var ansible_timeout to 10 3057 1726773026.77582: Set connection var ansible_shell_executable to /bin/sh 3057 1726773026.77603: variable 'ansible_shell_executable' from source: unknown 3057 1726773026.77606: variable 'ansible_connection' from source: unknown 3057 1726773026.77609: variable 'ansible_module_compression' from source: unknown 3057 1726773026.77611: variable 'ansible_shell_type' from source: unknown 3057 1726773026.77614: variable 'ansible_shell_executable' from source: unknown 3057 1726773026.77616: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773026.77619: variable 'ansible_pipelining' from source: unknown 3057 1726773026.77622: variable 'ansible_timeout' from source: unknown 3057 1726773026.77627: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773026.77794: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773026.77802: variable 'omit' from source: magic vars 3057 1726773026.77808: starting attempt loop 3057 1726773026.77810: running the handler 3057 1726773026.77824: _low_level_execute_command(): starting 3057 1726773026.77830: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773026.78447: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773026.78451: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773026.78455: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.78457: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773026.78460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773026.78464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.78467: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773026.78468: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773026.78482: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773026.78544: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773026.80184: stdout chunk (state=3): >>>/root <<< 3057 1726773026.80283: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773026.80356: stderr chunk (state=3): >>><<< 3057 1726773026.80360: stdout chunk (state=3): >>><<< 3057 1726773026.80381: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773026.80393: _low_level_execute_command(): starting 3057 1726773026.80405: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427 `" && echo ansible-tmp-1726773026.803813-4806-176805939911427="` echo /root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427 `" ) && sleep 0' 3057 1726773026.80916: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.80927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.80930: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.80933: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.80977: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773026.80980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773026.80983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773026.81033: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773026.82976: stdout chunk (state=3): >>>ansible-tmp-1726773026.803813-4806-176805939911427=/root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427 <<< 3057 1726773026.83086: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773026.83151: stderr chunk (state=3): >>><<< 3057 1726773026.83154: stdout chunk (state=3): >>><<< 3057 1726773026.83171: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773026.803813-4806-176805939911427=/root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773026.83221: variable 'ansible_module_compression' from source: unknown 3057 1726773026.83265: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773026.83296: variable 'ansible_facts' from source: unknown 3057 1726773026.83372: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427/AnsiballZ_file.py 3057 1726773026.83486: Sending initial data 3057 1726773026.83489: Sent initial data (150 bytes) 3057 1726773026.83996: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773026.84000: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.84002: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773026.84005: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773026.84008: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.84063: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773026.84070: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773026.84072: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773026.84120: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773026.85719: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773026.85754: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773026.85803: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpwru6f55x /root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427/AnsiballZ_file.py <<< 3057 1726773026.85809: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427/AnsiballZ_file.py" <<< 3057 1726773026.85830: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpwru6f55x" to remote "/root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427/AnsiballZ_file.py" <<< 3057 1726773026.85844: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427/AnsiballZ_file.py" <<< 3057 1726773026.86450: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773026.86456: stderr chunk (state=3): >>><<< 3057 1726773026.86459: stdout chunk (state=3): >>><<< 3057 1726773026.86484: done transferring module to remote 3057 1726773026.86497: _low_level_execute_command(): starting 3057 1726773026.86502: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427/ /root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427/AnsiballZ_file.py && sleep 0' 3057 1726773026.86983: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.86989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.87020: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.87065: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773026.87068: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773026.87074: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773026.87113: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773026.88916: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773026.88981: stderr chunk (state=3): >>><<< 3057 1726773026.88985: stdout chunk (state=3): >>><<< 3057 1726773026.88999: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773026.89002: _low_level_execute_command(): starting 3057 1726773026.89008: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427/AnsiballZ_file.py && sleep 0' 3057 1726773026.89515: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.89520: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773026.89523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773026.89574: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773026.89578: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773026.89632: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.08004: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "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}}} <<< 3057 1726773027.09477: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773027.09531: stderr chunk (state=3): >>><<< 3057 1726773027.09537: stdout chunk (state=3): >>><<< 3057 1726773027.09552: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773027.09588: 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-1726773026.803813-4806-176805939911427/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773027.09602: _low_level_execute_command(): starting 3057 1726773027.09607: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773026.803813-4806-176805939911427/ > /dev/null 2>&1 && sleep 0' 3057 1726773027.10083: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773027.10087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.10089: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773027.10094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.10148: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773027.10152: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773027.10208: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.12103: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773027.12167: stderr chunk (state=3): >>><<< 3057 1726773027.12171: stdout chunk (state=3): >>><<< 3057 1726773027.12184: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773027.12190: handler run complete 3057 1726773027.12212: attempt loop complete, returning result 3057 1726773027.12215: _execute() done 3057 1726773027.12218: dumping result to json 3057 1726773027.12223: done dumping result, returning 3057 1726773027.12232: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [02b512f9-4fcf-6140-6a9e-00000000030b] 3057 1726773027.12239: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000030b 3057 1726773027.12360: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000030b 3057 1726773027.12364: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } 3057 1726773027.12456: no more pending results, returning what we have 3057 1726773027.12459: results queue empty 3057 1726773027.12460: checking for any_errors_fatal 3057 1726773027.12475: done checking for any_errors_fatal 3057 1726773027.12476: checking for max_fail_percentage 3057 1726773027.12477: done checking for max_fail_percentage 3057 1726773027.12478: checking to see if all hosts have failed and the running result is not ok 3057 1726773027.12478: done checking to see if all hosts have failed 3057 1726773027.12479: getting the remaining hosts for this loop 3057 1726773027.12481: done getting the remaining hosts for this loop 3057 1726773027.12484: getting the next task for host managed_node2 3057 1726773027.12489: done getting next task for host managed_node2 3057 1726773027.12495: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3057 1726773027.12498: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773027.12509: getting variables 3057 1726773027.12511: in VariableManager get_vars() 3057 1726773027.12549: Calling all_inventory to load vars for managed_node2 3057 1726773027.12552: Calling groups_inventory to load vars for managed_node2 3057 1726773027.12554: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773027.12563: Calling all_plugins_play to load vars for managed_node2 3057 1726773027.12566: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773027.12569: Calling groups_plugins_play to load vars for managed_node2 3057 1726773027.12695: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773027.12826: done with get_vars() 3057 1726773027.12837: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:10:27 -0400 (0:00:00.368) 0:01:11.867 **** 3057 1726773027.12913: entering _queue_task() for managed_node2/slurp 3057 1726773027.13130: worker is 1 (out of 1 available) 3057 1726773027.13148: exiting _queue_task() for managed_node2/slurp 3057 1726773027.13162: done queuing things up, now waiting for results queue to drain 3057 1726773027.13164: waiting for pending results... 3057 1726773027.13346: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3057 1726773027.13418: in run() - task 02b512f9-4fcf-6140-6a9e-00000000030c 3057 1726773027.13431: variable 'ansible_search_path' from source: unknown 3057 1726773027.13436: variable 'ansible_search_path' from source: unknown 3057 1726773027.13470: calling self._execute() 3057 1726773027.13547: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773027.13551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773027.13562: variable 'omit' from source: magic vars 3057 1726773027.13648: variable 'omit' from source: magic vars 3057 1726773027.13685: variable 'omit' from source: magic vars 3057 1726773027.13708: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773027.13952: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773027.14016: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773027.14049: variable 'omit' from source: magic vars 3057 1726773027.14085: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773027.14118: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773027.14134: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773027.14152: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773027.14164: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773027.14191: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773027.14196: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773027.14199: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773027.14273: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773027.14281: Set connection var ansible_pipelining to False 3057 1726773027.14284: Set connection var ansible_shell_type to sh 3057 1726773027.14287: Set connection var ansible_connection to ssh 3057 1726773027.14295: Set connection var ansible_timeout to 10 3057 1726773027.14300: Set connection var ansible_shell_executable to /bin/sh 3057 1726773027.14321: variable 'ansible_shell_executable' from source: unknown 3057 1726773027.14325: variable 'ansible_connection' from source: unknown 3057 1726773027.14327: variable 'ansible_module_compression' from source: unknown 3057 1726773027.14330: variable 'ansible_shell_type' from source: unknown 3057 1726773027.14332: variable 'ansible_shell_executable' from source: unknown 3057 1726773027.14334: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773027.14340: variable 'ansible_pipelining' from source: unknown 3057 1726773027.14343: variable 'ansible_timeout' from source: unknown 3057 1726773027.14347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773027.14507: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773027.14517: variable 'omit' from source: magic vars 3057 1726773027.14522: starting attempt loop 3057 1726773027.14525: running the handler 3057 1726773027.14539: _low_level_execute_command(): starting 3057 1726773027.14546: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773027.15108: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773027.15112: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.15117: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.15176: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773027.15179: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773027.15181: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773027.15226: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.16885: stdout chunk (state=3): >>>/root <<< 3057 1726773027.16990: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773027.17052: stderr chunk (state=3): >>><<< 3057 1726773027.17055: stdout chunk (state=3): >>><<< 3057 1726773027.17076: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773027.17094: _low_level_execute_command(): starting 3057 1726773027.17098: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951 `" && echo ansible-tmp-1726773027.1707778-4844-44189759122951="` echo /root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951 `" ) && sleep 0' 3057 1726773027.17597: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773027.17600: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.17610: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773027.17612: 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 <<< 3057 1726773027.17615: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.17668: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773027.17671: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773027.17673: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773027.17717: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.19671: stdout chunk (state=3): >>>ansible-tmp-1726773027.1707778-4844-44189759122951=/root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951 <<< 3057 1726773027.19776: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773027.19840: stderr chunk (state=3): >>><<< 3057 1726773027.19844: stdout chunk (state=3): >>><<< 3057 1726773027.19859: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773027.1707778-4844-44189759122951=/root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773027.19910: variable 'ansible_module_compression' from source: unknown 3057 1726773027.19947: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 3057 1726773027.20048: variable 'ansible_facts' from source: unknown 3057 1726773027.20108: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951/AnsiballZ_slurp.py 3057 1726773027.20223: Sending initial data 3057 1726773027.20227: Sent initial data (151 bytes) 3057 1726773027.20728: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773027.20731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.20734: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773027.20738: 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 <<< 3057 1726773027.20740: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.20798: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773027.20801: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773027.20806: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773027.20844: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.22424: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773027.22461: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773027.22503: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpqnlz6dey /root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951/AnsiballZ_slurp.py <<< 3057 1726773027.22510: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951/AnsiballZ_slurp.py" <<< 3057 1726773027.22546: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpqnlz6dey" to remote "/root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951/AnsiballZ_slurp.py" <<< 3057 1726773027.22549: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951/AnsiballZ_slurp.py" <<< 3057 1726773027.23059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773027.23138: stderr chunk (state=3): >>><<< 3057 1726773027.23142: stdout chunk (state=3): >>><<< 3057 1726773027.23162: done transferring module to remote 3057 1726773027.23179: _low_level_execute_command(): starting 3057 1726773027.23182: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951/ /root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951/AnsiballZ_slurp.py && sleep 0' 3057 1726773027.23718: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773027.23722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.23725: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773027.23732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.23733: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773027.23737: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773027.23760: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773027.23806: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.25593: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773027.25652: stderr chunk (state=3): >>><<< 3057 1726773027.25655: stdout chunk (state=3): >>><<< 3057 1726773027.25670: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773027.25673: _low_level_execute_command(): starting 3057 1726773027.25678: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951/AnsiballZ_slurp.py && sleep 0' 3057 1726773027.26179: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773027.26183: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.26186: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773027.26195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773027.26198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.26231: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773027.26237: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773027.26255: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773027.26326: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.43045: 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"}}} <<< 3057 1726773027.44217: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773027.44234: stderr chunk (state=3): >>>Shared connection to 10.31.45.18 closed. <<< 3057 1726773027.44343: stderr chunk (state=3): >>><<< 3057 1726773027.44359: stdout chunk (state=3): >>><<< 3057 1726773027.44388: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773027.44426: 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-1726773027.1707778-4844-44189759122951/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773027.44444: _low_level_execute_command(): starting 3057 1726773027.44455: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773027.1707778-4844-44189759122951/ > /dev/null 2>&1 && sleep 0' 3057 1726773027.45160: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773027.45172: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773027.45270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.45312: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773027.45329: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773027.45358: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773027.45578: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.47370: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773027.47744: stderr chunk (state=3): >>><<< 3057 1726773027.47749: stdout chunk (state=3): >>><<< 3057 1726773027.47752: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773027.47755: handler run complete 3057 1726773027.47758: attempt loop complete, returning result 3057 1726773027.47760: _execute() done 3057 1726773027.47762: dumping result to json 3057 1726773027.47764: done dumping result, returning 3057 1726773027.47766: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [02b512f9-4fcf-6140-6a9e-00000000030c] 3057 1726773027.47768: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000030c 3057 1726773027.47854: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000030c 3057 1726773027.47858: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 3057 1726773027.47965: no more pending results, returning what we have 3057 1726773027.47969: results queue empty 3057 1726773027.47970: checking for any_errors_fatal 3057 1726773027.47982: done checking for any_errors_fatal 3057 1726773027.47983: checking for max_fail_percentage 3057 1726773027.47991: done checking for max_fail_percentage 3057 1726773027.47993: checking to see if all hosts have failed and the running result is not ok 3057 1726773027.47994: done checking to see if all hosts have failed 3057 1726773027.47995: getting the remaining hosts for this loop 3057 1726773027.47997: done getting the remaining hosts for this loop 3057 1726773027.48001: getting the next task for host managed_node2 3057 1726773027.48008: done getting next task for host managed_node2 3057 1726773027.48013: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3057 1726773027.48016: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773027.48030: getting variables 3057 1726773027.48032: in VariableManager get_vars() 3057 1726773027.48179: Calling all_inventory to load vars for managed_node2 3057 1726773027.48182: Calling groups_inventory to load vars for managed_node2 3057 1726773027.48184: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773027.48200: Calling all_plugins_play to load vars for managed_node2 3057 1726773027.48204: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773027.48208: Calling groups_plugins_play to load vars for managed_node2 3057 1726773027.48661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773027.49258: done with get_vars() 3057 1726773027.49270: done getting variables 3057 1726773027.49444: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:10:27 -0400 (0:00:00.365) 0:01:12.233 **** 3057 1726773027.49479: entering _queue_task() for managed_node2/set_fact 3057 1726773027.50099: worker is 1 (out of 1 available) 3057 1726773027.50115: exiting _queue_task() for managed_node2/set_fact 3057 1726773027.50127: done queuing things up, now waiting for results queue to drain 3057 1726773027.50129: waiting for pending results... 3057 1726773027.50559: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3057 1726773027.50566: in run() - task 02b512f9-4fcf-6140-6a9e-00000000030d 3057 1726773027.50569: variable 'ansible_search_path' from source: unknown 3057 1726773027.50572: variable 'ansible_search_path' from source: unknown 3057 1726773027.50575: calling self._execute() 3057 1726773027.50638: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773027.50642: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773027.50653: variable 'omit' from source: magic vars 3057 1726773027.50770: variable 'omit' from source: magic vars 3057 1726773027.50824: variable 'omit' from source: magic vars 3057 1726773027.51296: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773027.51306: variable '__cur_profile' from source: task vars 3057 1726773027.51489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773027.54981: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773027.55415: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773027.55419: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773027.55461: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773027.55493: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773027.55603: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773027.55648: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773027.55740: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773027.55745: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773027.55751: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773027.55884: variable '__kernel_settings_tuned_current_profile' from source: set_fact 3057 1726773027.55948: variable 'omit' from source: magic vars 3057 1726773027.55987: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773027.56022: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773027.56049: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773027.56080: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773027.56095: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773027.56132: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773027.56180: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773027.56183: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773027.56273: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773027.56295: Set connection var ansible_pipelining to False 3057 1726773027.56303: Set connection var ansible_shell_type to sh 3057 1726773027.56310: Set connection var ansible_connection to ssh 3057 1726773027.56345: Set connection var ansible_timeout to 10 3057 1726773027.56349: Set connection var ansible_shell_executable to /bin/sh 3057 1726773027.56378: variable 'ansible_shell_executable' from source: unknown 3057 1726773027.56386: variable 'ansible_connection' from source: unknown 3057 1726773027.56441: variable 'ansible_module_compression' from source: unknown 3057 1726773027.56444: variable 'ansible_shell_type' from source: unknown 3057 1726773027.56447: variable 'ansible_shell_executable' from source: unknown 3057 1726773027.56449: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773027.56451: variable 'ansible_pipelining' from source: unknown 3057 1726773027.56453: variable 'ansible_timeout' from source: unknown 3057 1726773027.56455: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773027.56563: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773027.56583: variable 'omit' from source: magic vars 3057 1726773027.56596: starting attempt loop 3057 1726773027.56613: running the handler 3057 1726773027.56641: handler run complete 3057 1726773027.56645: attempt loop complete, returning result 3057 1726773027.56647: _execute() done 3057 1726773027.56650: dumping result to json 3057 1726773027.56652: done dumping result, returning 3057 1726773027.56722: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [02b512f9-4fcf-6140-6a9e-00000000030d] 3057 1726773027.56725: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000030d 3057 1726773027.56799: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000030d 3057 1726773027.56803: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 3057 1726773027.56876: no more pending results, returning what we have 3057 1726773027.56880: results queue empty 3057 1726773027.56881: checking for any_errors_fatal 3057 1726773027.56888: done checking for any_errors_fatal 3057 1726773027.56889: checking for max_fail_percentage 3057 1726773027.56890: done checking for max_fail_percentage 3057 1726773027.56891: checking to see if all hosts have failed and the running result is not ok 3057 1726773027.56894: done checking to see if all hosts have failed 3057 1726773027.56895: getting the remaining hosts for this loop 3057 1726773027.56897: done getting the remaining hosts for this loop 3057 1726773027.56901: getting the next task for host managed_node2 3057 1726773027.56907: done getting next task for host managed_node2 3057 1726773027.56911: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3057 1726773027.56913: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773027.56932: getting variables 3057 1726773027.56933: in VariableManager get_vars() 3057 1726773027.56974: Calling all_inventory to load vars for managed_node2 3057 1726773027.56977: Calling groups_inventory to load vars for managed_node2 3057 1726773027.56979: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773027.56989: Calling all_plugins_play to load vars for managed_node2 3057 1726773027.56994: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773027.56997: Calling groups_plugins_play to load vars for managed_node2 3057 1726773027.57228: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773027.57465: done with get_vars() 3057 1726773027.57478: done getting variables 3057 1726773027.57552: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:10:27 -0400 (0:00:00.081) 0:01:12.314 **** 3057 1726773027.57586: entering _queue_task() for managed_node2/copy 3057 1726773027.57882: worker is 1 (out of 1 available) 3057 1726773027.57899: exiting _queue_task() for managed_node2/copy 3057 1726773027.57912: done queuing things up, now waiting for results queue to drain 3057 1726773027.57915: waiting for pending results... 3057 1726773027.58271: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3057 1726773027.58475: in run() - task 02b512f9-4fcf-6140-6a9e-00000000030e 3057 1726773027.58480: variable 'ansible_search_path' from source: unknown 3057 1726773027.58483: variable 'ansible_search_path' from source: unknown 3057 1726773027.58486: calling self._execute() 3057 1726773027.58558: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773027.58571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773027.58594: variable 'omit' from source: magic vars 3057 1726773027.58725: variable 'omit' from source: magic vars 3057 1726773027.58801: variable 'omit' from source: magic vars 3057 1726773027.58830: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726773027.59240: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726773027.59244: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773027.59309: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773027.59408: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773027.59544: variable 'omit' from source: magic vars 3057 1726773027.59604: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773027.59652: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773027.59686: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773027.59740: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773027.59743: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773027.59779: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773027.59791: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773027.59800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773027.59925: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773027.59998: Set connection var ansible_pipelining to False 3057 1726773027.60004: Set connection var ansible_shell_type to sh 3057 1726773027.60007: Set connection var ansible_connection to ssh 3057 1726773027.60009: Set connection var ansible_timeout to 10 3057 1726773027.60011: Set connection var ansible_shell_executable to /bin/sh 3057 1726773027.60014: variable 'ansible_shell_executable' from source: unknown 3057 1726773027.60016: variable 'ansible_connection' from source: unknown 3057 1726773027.60018: variable 'ansible_module_compression' from source: unknown 3057 1726773027.60133: variable 'ansible_shell_type' from source: unknown 3057 1726773027.60136: variable 'ansible_shell_executable' from source: unknown 3057 1726773027.60141: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773027.60143: variable 'ansible_pipelining' from source: unknown 3057 1726773027.60145: variable 'ansible_timeout' from source: unknown 3057 1726773027.60147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773027.60230: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773027.60263: variable 'omit' from source: magic vars 3057 1726773027.60275: starting attempt loop 3057 1726773027.60281: running the handler 3057 1726773027.60299: _low_level_execute_command(): starting 3057 1726773027.60310: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773027.61150: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773027.61179: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773027.61259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.61341: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773027.61370: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773027.61403: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773027.61614: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.63329: stdout chunk (state=3): >>>/root <<< 3057 1726773027.63538: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773027.63558: stderr chunk (state=3): >>><<< 3057 1726773027.63570: stdout chunk (state=3): >>><<< 3057 1726773027.63605: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773027.63656: _low_level_execute_command(): starting 3057 1726773027.63660: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826 `" && echo ansible-tmp-1726773027.636126-4879-71918481979826="` echo /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826 `" ) && sleep 0' 3057 1726773027.64661: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.64761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773027.64774: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773027.64807: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773027.65027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.66917: stdout chunk (state=3): >>>ansible-tmp-1726773027.636126-4879-71918481979826=/root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826 <<< 3057 1726773027.67108: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773027.67228: stdout chunk (state=3): >>><<< 3057 1726773027.67231: stderr chunk (state=3): >>><<< 3057 1726773027.67236: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773027.636126-4879-71918481979826=/root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773027.67541: variable 'ansible_module_compression' from source: unknown 3057 1726773027.67574: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773027.67615: variable 'ansible_facts' from source: unknown 3057 1726773027.67755: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_stat.py 3057 1726773027.68229: Sending initial data 3057 1726773027.68243: Sent initial data (149 bytes) 3057 1726773027.69781: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773027.69816: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773027.69903: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.71520: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773027.71586: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773027.71732: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp1_rxadl9 /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_stat.py <<< 3057 1726773027.71741: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_stat.py" <<< 3057 1726773027.71765: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp1_rxadl9" to remote "/root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_stat.py" <<< 3057 1726773027.73113: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773027.73358: stderr chunk (state=3): >>><<< 3057 1726773027.73363: stdout chunk (state=3): >>><<< 3057 1726773027.73365: done transferring module to remote 3057 1726773027.73367: _low_level_execute_command(): starting 3057 1726773027.73370: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/ /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_stat.py && sleep 0' 3057 1726773027.74661: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773027.74683: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773027.74804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773027.75058: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773027.75169: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.77098: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773027.77113: stdout chunk (state=3): >>><<< 3057 1726773027.77130: stderr chunk (state=3): >>><<< 3057 1726773027.77166: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773027.77183: _low_level_execute_command(): starting 3057 1726773027.77195: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_stat.py && sleep 0' 3057 1726773027.78734: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773027.78848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773027.78868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773027.78929: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773027.78945: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773027.79064: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773027.79149: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773027.97156: 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": 262942, "dev": 51714, "nlink": 1, "atime": 1726773027.4264417, "mtime": 1726773017.100018, "ctime": 1726773017.100018, "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": "3558383755", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773027.98854: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773027.98960: stderr chunk (state=3): >>><<< 3057 1726773027.98971: stdout chunk (state=3): >>><<< 3057 1726773027.99001: _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": 262942, "dev": 51714, "nlink": 1, "atime": 1726773027.4264417, "mtime": 1726773017.100018, "ctime": 1726773017.100018, "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": "3558383755", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773027.99447: 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-1726773027.636126-4879-71918481979826/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773027.99452: variable 'ansible_module_compression' from source: unknown 3057 1726773027.99455: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773027.99457: variable 'ansible_facts' from source: unknown 3057 1726773027.99519: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_file.py 3057 1726773028.00012: Sending initial data 3057 1726773028.00049: Sent initial data (149 bytes) 3057 1726773028.01426: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773028.01674: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773028.01708: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773028.03373: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773028.03404: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773028.03469: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_file.py" <<< 3057 1726773028.03473: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpmqqijggw /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_file.py <<< 3057 1726773028.03501: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpmqqijggw" to remote "/root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_file.py" <<< 3057 1726773028.05109: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773028.05204: stderr chunk (state=3): >>><<< 3057 1726773028.05371: stdout chunk (state=3): >>><<< 3057 1726773028.05375: done transferring module to remote 3057 1726773028.05377: _low_level_execute_command(): starting 3057 1726773028.05380: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/ /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_file.py && sleep 0' 3057 1726773028.06765: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773028.06828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773028.07166: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773028.08751: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773028.08817: stderr chunk (state=3): >>><<< 3057 1726773028.08838: stdout chunk (state=3): >>><<< 3057 1726773028.08857: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773028.08866: _low_level_execute_command(): starting 3057 1726773028.08877: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/AnsiballZ_file.py && sleep 0' 3057 1726773028.10226: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773028.10232: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773028.10301: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773028.10327: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773028.30230: stdout chunk (state=3): >>> {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".m1ogj1r3", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726773028.31656: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773028.31660: stderr chunk (state=3): >>>Shared connection to 10.31.45.18 closed. <<< 3057 1726773028.31753: stderr chunk (state=3): >>><<< 3057 1726773028.31766: stdout chunk (state=3): >>><<< 3057 1726773028.31791: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".m1ogj1r3", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773028.31933: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.m1ogj1r3', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773028.31972: _low_level_execute_command(): starting 3057 1726773028.31981: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773027.636126-4879-71918481979826/ > /dev/null 2>&1 && sleep 0' 3057 1726773028.32878: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773028.32894: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773028.32903: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773028.32918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773028.32934: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773028.32954: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773028.32957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773028.32972: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773028.32975: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773028.32978: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 3057 1726773028.33063: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773028.33067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773028.33069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773028.33072: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773028.33076: stderr chunk (state=3): >>>debug2: match found <<< 3057 1726773028.33111: 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/3fb9a6e1ce' <<< 3057 1726773028.33115: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773028.33172: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773028.33193: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773028.35331: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773028.35376: stdout chunk (state=3): >>><<< 3057 1726773028.35379: stderr chunk (state=3): >>><<< 3057 1726773028.35418: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773028.35539: handler run complete 3057 1726773028.35546: attempt loop complete, returning result 3057 1726773028.35548: _execute() done 3057 1726773028.35550: dumping result to json 3057 1726773028.35551: done dumping result, returning 3057 1726773028.35552: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [02b512f9-4fcf-6140-6a9e-00000000030e] 3057 1726773028.35554: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000030e 3057 1726773028.35620: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000030e ok: [managed_node2] => { "changed": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/active_profile", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "state": "file", "uid": 0 } 3057 1726773028.35729: no more pending results, returning what we have 3057 1726773028.35733: results queue empty 3057 1726773028.35734: checking for any_errors_fatal 3057 1726773028.35741: done checking for any_errors_fatal 3057 1726773028.35743: checking for max_fail_percentage 3057 1726773028.35745: done checking for max_fail_percentage 3057 1726773028.35746: checking to see if all hosts have failed and the running result is not ok 3057 1726773028.35746: done checking to see if all hosts have failed 3057 1726773028.35747: getting the remaining hosts for this loop 3057 1726773028.35749: done getting the remaining hosts for this loop 3057 1726773028.35753: getting the next task for host managed_node2 3057 1726773028.35760: done getting next task for host managed_node2 3057 1726773028.35764: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3057 1726773028.35767: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773028.35780: WORKER PROCESS EXITING 3057 1726773028.35787: getting variables 3057 1726773028.35789: in VariableManager get_vars() 3057 1726773028.35830: Calling all_inventory to load vars for managed_node2 3057 1726773028.35833: Calling groups_inventory to load vars for managed_node2 3057 1726773028.35837: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773028.35847: Calling all_plugins_play to load vars for managed_node2 3057 1726773028.35850: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773028.35853: Calling groups_plugins_play to load vars for managed_node2 3057 1726773028.36125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773028.36369: done with get_vars() 3057 1726773028.36380: done getting variables 3057 1726773028.36457: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:10:28 -0400 (0:00:00.789) 0:01:13.103 **** 3057 1726773028.36488: entering _queue_task() for managed_node2/copy 3057 1726773028.36958: worker is 1 (out of 1 available) 3057 1726773028.36971: exiting _queue_task() for managed_node2/copy 3057 1726773028.36981: done queuing things up, now waiting for results queue to drain 3057 1726773028.36983: waiting for pending results... 3057 1726773028.37125: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3057 1726773028.37268: in run() - task 02b512f9-4fcf-6140-6a9e-00000000030f 3057 1726773028.37291: variable 'ansible_search_path' from source: unknown 3057 1726773028.37369: variable 'ansible_search_path' from source: unknown 3057 1726773028.37741: calling self._execute() 3057 1726773028.37744: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773028.37748: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773028.37751: variable 'omit' from source: magic vars 3057 1726773028.37818: variable 'omit' from source: magic vars 3057 1726773028.37890: variable 'omit' from source: magic vars 3057 1726773028.37930: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3057 1726773028.38320: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3057 1726773028.38428: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773028.38485: variable 'omit' from source: magic vars 3057 1726773028.38549: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773028.38598: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773028.38633: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773028.38665: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773028.38684: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773028.38726: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773028.38741: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773028.38840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773028.38889: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773028.38905: Set connection var ansible_pipelining to False 3057 1726773028.38913: Set connection var ansible_shell_type to sh 3057 1726773028.38919: Set connection var ansible_connection to ssh 3057 1726773028.38929: Set connection var ansible_timeout to 10 3057 1726773028.38944: Set connection var ansible_shell_executable to /bin/sh 3057 1726773028.38988: variable 'ansible_shell_executable' from source: unknown 3057 1726773028.38996: variable 'ansible_connection' from source: unknown 3057 1726773028.39003: variable 'ansible_module_compression' from source: unknown 3057 1726773028.39010: variable 'ansible_shell_type' from source: unknown 3057 1726773028.39017: variable 'ansible_shell_executable' from source: unknown 3057 1726773028.39023: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773028.39031: variable 'ansible_pipelining' from source: unknown 3057 1726773028.39040: variable 'ansible_timeout' from source: unknown 3057 1726773028.39048: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773028.39228: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773028.39249: variable 'omit' from source: magic vars 3057 1726773028.39259: starting attempt loop 3057 1726773028.39265: running the handler 3057 1726773028.39297: _low_level_execute_command(): starting 3057 1726773028.39396: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773028.40985: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773028.40993: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773028.41008: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773028.41083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773028.42836: stdout chunk (state=3): >>>/root <<< 3057 1726773028.43030: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773028.43253: stdout chunk (state=3): >>><<< 3057 1726773028.43257: stderr chunk (state=3): >>><<< 3057 1726773028.43260: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773028.43262: _low_level_execute_command(): starting 3057 1726773028.43265: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915 `" && echo ansible-tmp-1726773028.4317842-4942-71236609437915="` echo /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915 `" ) && sleep 0' 3057 1726773028.44743: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773028.44860: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773028.44880: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773028.44983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773028.45020: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773028.47001: stdout chunk (state=3): >>>ansible-tmp-1726773028.4317842-4942-71236609437915=/root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915 <<< 3057 1726773028.47126: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773028.47440: stderr chunk (state=3): >>><<< 3057 1726773028.47445: stdout chunk (state=3): >>><<< 3057 1726773028.47448: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773028.4317842-4942-71236609437915=/root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773028.47645: variable 'ansible_module_compression' from source: unknown 3057 1726773028.47648: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773028.47774: variable 'ansible_facts' from source: unknown 3057 1726773028.47857: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_stat.py 3057 1726773028.48159: Sending initial data 3057 1726773028.48172: Sent initial data (150 bytes) 3057 1726773028.49661: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773028.49705: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773028.49841: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773028.49919: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773028.51667: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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" <<< 3057 1726773028.51762: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3057 1726773028.51798: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773028.51837: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp1lkcgkvx /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_stat.py <<< 3057 1726773028.51850: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_stat.py" <<< 3057 1726773028.51883: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp1lkcgkvx" to remote "/root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_stat.py" <<< 3057 1726773028.53405: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773028.53506: stderr chunk (state=3): >>><<< 3057 1726773028.53510: stdout chunk (state=3): >>><<< 3057 1726773028.53513: done transferring module to remote 3057 1726773028.53516: _low_level_execute_command(): starting 3057 1726773028.53519: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/ /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_stat.py && sleep 0' 3057 1726773028.54832: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773028.54940: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773028.55153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773028.55190: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773028.55280: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773028.55369: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773028.57510: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773028.57516: stdout chunk (state=3): >>><<< 3057 1726773028.57518: stderr chunk (state=3): >>><<< 3057 1726773028.57525: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773028.57528: _low_level_execute_command(): starting 3057 1726773028.57530: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_stat.py && sleep 0' 3057 1726773028.58818: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773028.58854: 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 <<< 3057 1726773028.59054: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773028.59124: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773028.59203: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773028.76914: 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": 262937, "dev": 51714, "nlink": 1, "atime": 1726773017.0520177, "mtime": 1726773017.100018, "ctime": 1726773017.100018, "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": "2871866907", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773028.78550: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773028.78593: stderr chunk (state=3): >>><<< 3057 1726773028.78597: stdout chunk (state=3): >>><<< 3057 1726773028.78611: _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": 262937, "dev": 51714, "nlink": 1, "atime": 1726773017.0520177, "mtime": 1726773017.100018, "ctime": 1726773017.100018, "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": "2871866907", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773028.78738: 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-1726773028.4317842-4942-71236609437915/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773028.78749: variable 'ansible_module_compression' from source: unknown 3057 1726773028.78931: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773028.78936: variable 'ansible_facts' from source: unknown 3057 1726773028.78939: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_file.py 3057 1726773028.79096: Sending initial data 3057 1726773028.79172: Sent initial data (150 bytes) 3057 1726773028.79789: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773028.79799: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773028.79854: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773028.79900: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773028.79906: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773028.79926: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773028.79981: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773028.81639: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773028.81669: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773028.81710: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp2zawqsns /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_file.py <<< 3057 1726773028.81714: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_file.py" <<< 3057 1726773028.81753: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp2zawqsns" to remote "/root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_file.py" <<< 3057 1726773028.81755: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_file.py" <<< 3057 1726773028.82302: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773028.82380: stderr chunk (state=3): >>><<< 3057 1726773028.82384: stdout chunk (state=3): >>><<< 3057 1726773028.82404: done transferring module to remote 3057 1726773028.82412: _low_level_execute_command(): starting 3057 1726773028.82417: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/ /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_file.py && sleep 0' 3057 1726773028.82941: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773028.82945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773028.82948: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773028.82950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773028.82953: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773028.82966: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773028.82979: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773028.83033: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773028.84856: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773028.84906: stderr chunk (state=3): >>><<< 3057 1726773028.84910: stdout chunk (state=3): >>><<< 3057 1726773028.84925: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773028.84928: _low_level_execute_command(): starting 3057 1726773028.84932: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/AnsiballZ_file.py && sleep 0' 3057 1726773028.85404: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773028.85408: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773028.85478: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773028.85483: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773028.85486: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773028.85493: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773028.85495: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773028.85513: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773028.85567: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.03252: stdout chunk (state=3): >>> {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".zxxciaa2", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726773029.04840: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773029.04845: stdout chunk (state=3): >>><<< 3057 1726773029.04847: stderr chunk (state=3): >>><<< 3057 1726773029.04850: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".zxxciaa2", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773029.04852: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.zxxciaa2', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773029.05042: _low_level_execute_command(): starting 3057 1726773029.05047: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773028.4317842-4942-71236609437915/ > /dev/null 2>&1 && sleep 0' 3057 1726773029.05583: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773029.05595: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773029.05627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.05716: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773029.05743: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773029.05757: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.05829: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.07827: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.07831: stdout chunk (state=3): >>><<< 3057 1726773029.07837: stderr chunk (state=3): >>><<< 3057 1726773029.07859: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773029.07867: handler run complete 3057 1726773029.07906: attempt loop complete, returning result 3057 1726773029.07910: _execute() done 3057 1726773029.07912: dumping result to json 3057 1726773029.07919: done dumping result, returning 3057 1726773029.07930: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [02b512f9-4fcf-6140-6a9e-00000000030f] 3057 1726773029.07938: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000030f 3057 1726773029.08074: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000030f 3057 1726773029.08078: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/profile_mode", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "state": "file", "uid": 0 } 3057 1726773029.08204: no more pending results, returning what we have 3057 1726773029.08208: results queue empty 3057 1726773029.08209: checking for any_errors_fatal 3057 1726773029.08221: done checking for any_errors_fatal 3057 1726773029.08222: checking for max_fail_percentage 3057 1726773029.08224: done checking for max_fail_percentage 3057 1726773029.08225: checking to see if all hosts have failed and the running result is not ok 3057 1726773029.08225: done checking to see if all hosts have failed 3057 1726773029.08226: getting the remaining hosts for this loop 3057 1726773029.08229: done getting the remaining hosts for this loop 3057 1726773029.08233: getting the next task for host managed_node2 3057 1726773029.08447: done getting next task for host managed_node2 3057 1726773029.08452: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 3057 1726773029.08456: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773029.08468: getting variables 3057 1726773029.08470: in VariableManager get_vars() 3057 1726773029.08514: Calling all_inventory to load vars for managed_node2 3057 1726773029.08516: Calling groups_inventory to load vars for managed_node2 3057 1726773029.08519: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773029.08528: Calling all_plugins_play to load vars for managed_node2 3057 1726773029.08531: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773029.08536: Calling groups_plugins_play to load vars for managed_node2 3057 1726773029.08776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773029.09017: done with get_vars() 3057 1726773029.09031: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:10:29 -0400 (0:00:00.726) 0:01:13.830 **** 3057 1726773029.09143: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773029.09568: worker is 1 (out of 1 available) 3057 1726773029.09581: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773029.09596: done queuing things up, now waiting for results queue to drain 3057 1726773029.09598: waiting for pending results... 3057 1726773029.09956: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 3057 1726773029.09985: in run() - task 02b512f9-4fcf-6140-6a9e-000000000310 3057 1726773029.10009: variable 'ansible_search_path' from source: unknown 3057 1726773029.10015: variable 'ansible_search_path' from source: unknown 3057 1726773029.10062: calling self._execute() 3057 1726773029.10165: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773029.10177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773029.10201: variable 'omit' from source: magic vars 3057 1726773029.10429: variable 'omit' from source: magic vars 3057 1726773029.10486: variable 'omit' from source: magic vars 3057 1726773029.10526: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773029.10956: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773029.10975: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773029.11077: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773029.11089: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773029.11150: variable 'omit' from source: magic vars 3057 1726773029.11207: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773029.11253: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773029.11285: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773029.11312: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773029.11328: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773029.11368: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773029.11377: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773029.11395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773029.11514: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773029.11610: Set connection var ansible_pipelining to False 3057 1726773029.11613: Set connection var ansible_shell_type to sh 3057 1726773029.11616: Set connection var ansible_connection to ssh 3057 1726773029.11618: Set connection var ansible_timeout to 10 3057 1726773029.11621: Set connection var ansible_shell_executable to /bin/sh 3057 1726773029.11623: variable 'ansible_shell_executable' from source: unknown 3057 1726773029.11625: variable 'ansible_connection' from source: unknown 3057 1726773029.11627: variable 'ansible_module_compression' from source: unknown 3057 1726773029.11629: variable 'ansible_shell_type' from source: unknown 3057 1726773029.11631: variable 'ansible_shell_executable' from source: unknown 3057 1726773029.11633: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773029.11637: variable 'ansible_pipelining' from source: unknown 3057 1726773029.11640: variable 'ansible_timeout' from source: unknown 3057 1726773029.11642: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773029.11864: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773029.11880: variable 'omit' from source: magic vars 3057 1726773029.11889: starting attempt loop 3057 1726773029.11897: running the handler 3057 1726773029.11915: _low_level_execute_command(): starting 3057 1726773029.11924: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773029.12753: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773029.12826: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.12894: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773029.12925: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773029.12954: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.13032: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.14685: stdout chunk (state=3): >>>/root <<< 3057 1726773029.14896: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.14900: stdout chunk (state=3): >>><<< 3057 1726773029.14903: stderr chunk (state=3): >>><<< 3057 1726773029.14925: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773029.14949: _low_level_execute_command(): starting 3057 1726773029.15002: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466 `" && echo ansible-tmp-1726773029.1493185-4978-210658977618466="` echo /root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466 `" ) && sleep 0' 3057 1726773029.15679: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773029.15807: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773029.15855: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.15931: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.17859: stdout chunk (state=3): >>>ansible-tmp-1726773029.1493185-4978-210658977618466=/root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466 <<< 3057 1726773029.18079: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.18083: stdout chunk (state=3): >>><<< 3057 1726773029.18085: stderr chunk (state=3): >>><<< 3057 1726773029.18107: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773029.1493185-4978-210658977618466=/root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773029.18241: variable 'ansible_module_compression' from source: unknown 3057 1726773029.18245: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 3057 1726773029.18278: variable 'ansible_facts' from source: unknown 3057 1726773029.18378: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466/AnsiballZ_kernel_settings_get_config.py 3057 1726773029.18558: Sending initial data 3057 1726773029.18569: Sent initial data (173 bytes) 3057 1726773029.19294: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773029.19422: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773029.19477: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.19517: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.21088: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773029.21130: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773029.21166: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpw82luix_ /root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466/AnsiballZ_kernel_settings_get_config.py <<< 3057 1726773029.21170: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773029.21206: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpw82luix_" to remote "/root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773029.21766: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.21787: stderr chunk (state=3): >>><<< 3057 1726773029.21882: stdout chunk (state=3): >>><<< 3057 1726773029.21885: done transferring module to remote 3057 1726773029.21886: _low_level_execute_command(): starting 3057 1726773029.21888: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466/ /root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773029.22295: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773029.22310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773029.22330: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.22370: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773029.22383: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.22425: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.24267: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.24272: stdout chunk (state=3): >>><<< 3057 1726773029.24275: stderr chunk (state=3): >>><<< 3057 1726773029.24295: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773029.24305: _low_level_execute_command(): starting 3057 1726773029.24308: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773029.24799: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773029.24803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.24806: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773029.24808: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.24852: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773029.24871: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.24911: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.41771: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "400000", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 3057 1726773029.43157: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773029.43219: stderr chunk (state=3): >>><<< 3057 1726773029.43222: stdout chunk (state=3): >>><<< 3057 1726773029.43244: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "400000", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773029.43269: 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-1726773029.1493185-4978-210658977618466/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773029.43279: _low_level_execute_command(): starting 3057 1726773029.43284: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773029.1493185-4978-210658977618466/ > /dev/null 2>&1 && sleep 0' 3057 1726773029.43788: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773029.43794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773029.43797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.43799: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773029.43801: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773029.43803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.43856: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773029.43859: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773029.43861: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.43908: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.45800: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.45868: stderr chunk (state=3): >>><<< 3057 1726773029.45871: stdout chunk (state=3): >>><<< 3057 1726773029.45885: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773029.45896: handler run complete 3057 1726773029.45909: attempt loop complete, returning result 3057 1726773029.45912: _execute() done 3057 1726773029.45918: dumping result to json 3057 1726773029.45922: done dumping result, returning 3057 1726773029.45931: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [02b512f9-4fcf-6140-6a9e-000000000310] 3057 1726773029.45938: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000310 3057 1726773029.46050: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000310 3057 1726773029.46053: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "400000", "vm.max_map_count": "65530" }, "sysfs": { "/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" } } } 3057 1726773029.46161: no more pending results, returning what we have 3057 1726773029.46164: results queue empty 3057 1726773029.46165: checking for any_errors_fatal 3057 1726773029.46171: done checking for any_errors_fatal 3057 1726773029.46172: checking for max_fail_percentage 3057 1726773029.46175: done checking for max_fail_percentage 3057 1726773029.46176: checking to see if all hosts have failed and the running result is not ok 3057 1726773029.46177: done checking to see if all hosts have failed 3057 1726773029.46177: getting the remaining hosts for this loop 3057 1726773029.46179: done getting the remaining hosts for this loop 3057 1726773029.46182: getting the next task for host managed_node2 3057 1726773029.46188: done getting next task for host managed_node2 3057 1726773029.46193: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3057 1726773029.46196: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773029.46207: getting variables 3057 1726773029.46208: in VariableManager get_vars() 3057 1726773029.46247: Calling all_inventory to load vars for managed_node2 3057 1726773029.46250: Calling groups_inventory to load vars for managed_node2 3057 1726773029.46251: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773029.46258: Calling all_plugins_play to load vars for managed_node2 3057 1726773029.46260: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773029.46262: Calling groups_plugins_play to load vars for managed_node2 3057 1726773029.46414: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773029.46543: done with get_vars() 3057 1726773029.46552: done getting variables 3057 1726773029.46600: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:10:29 -0400 (0:00:00.374) 0:01:14.204 **** 3057 1726773029.46624: entering _queue_task() for managed_node2/template 3057 1726773029.46836: worker is 1 (out of 1 available) 3057 1726773029.46851: exiting _queue_task() for managed_node2/template 3057 1726773029.46864: done queuing things up, now waiting for results queue to drain 3057 1726773029.46866: waiting for pending results... 3057 1726773029.47061: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3057 1726773029.47145: in run() - task 02b512f9-4fcf-6140-6a9e-000000000311 3057 1726773029.47160: variable 'ansible_search_path' from source: unknown 3057 1726773029.47164: variable 'ansible_search_path' from source: unknown 3057 1726773029.47200: calling self._execute() 3057 1726773029.47275: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773029.47279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773029.47288: variable 'omit' from source: magic vars 3057 1726773029.47374: variable 'omit' from source: magic vars 3057 1726773029.47412: variable 'omit' from source: magic vars 3057 1726773029.47677: variable '__kernel_settings_profile_src' from source: role '' all vars 3057 1726773029.47684: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773029.47748: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773029.47768: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773029.47818: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773029.47873: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773029.47938: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773029.47942: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773029.47975: variable 'omit' from source: magic vars 3057 1726773029.48010: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773029.48041: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773029.48058: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773029.48072: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773029.48085: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773029.48115: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773029.48118: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773029.48121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773029.48193: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773029.48206: Set connection var ansible_pipelining to False 3057 1726773029.48210: Set connection var ansible_shell_type to sh 3057 1726773029.48212: Set connection var ansible_connection to ssh 3057 1726773029.48214: Set connection var ansible_timeout to 10 3057 1726773029.48222: Set connection var ansible_shell_executable to /bin/sh 3057 1726773029.48243: variable 'ansible_shell_executable' from source: unknown 3057 1726773029.48246: variable 'ansible_connection' from source: unknown 3057 1726773029.48249: variable 'ansible_module_compression' from source: unknown 3057 1726773029.48251: variable 'ansible_shell_type' from source: unknown 3057 1726773029.48254: variable 'ansible_shell_executable' from source: unknown 3057 1726773029.48256: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773029.48261: variable 'ansible_pipelining' from source: unknown 3057 1726773029.48263: variable 'ansible_timeout' from source: unknown 3057 1726773029.48268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773029.48385: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773029.48395: variable 'omit' from source: magic vars 3057 1726773029.48404: starting attempt loop 3057 1726773029.48406: running the handler 3057 1726773029.48422: _low_level_execute_command(): starting 3057 1726773029.48425: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773029.48980: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773029.48984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.48987: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773029.48990: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.49047: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773029.49050: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773029.49052: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.49097: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.50724: stdout chunk (state=3): >>>/root <<< 3057 1726773029.50829: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.50894: stderr chunk (state=3): >>><<< 3057 1726773029.50904: stdout chunk (state=3): >>><<< 3057 1726773029.50923: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773029.50937: _low_level_execute_command(): starting 3057 1726773029.50944: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147 `" && echo ansible-tmp-1726773029.5092378-4998-12948750244147="` echo /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147 `" ) && sleep 0' 3057 1726773029.51450: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773029.51454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773029.51456: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773029.51459: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773029.51461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.51517: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773029.51521: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.51567: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.53490: stdout chunk (state=3): >>>ansible-tmp-1726773029.5092378-4998-12948750244147=/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147 <<< 3057 1726773029.53606: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.53668: stderr chunk (state=3): >>><<< 3057 1726773029.53672: stdout chunk (state=3): >>><<< 3057 1726773029.53688: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773029.5092378-4998-12948750244147=/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773029.53708: evaluation_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 3057 1726773029.53728: search_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 3057 1726773029.53754: variable 'ansible_search_path' from source: unknown 3057 1726773029.54650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773029.56843: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773029.56863: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773029.56912: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773029.56958: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773029.56990: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773029.57345: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773029.57381: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773029.57418: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773029.57470: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773029.57494: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773029.57912: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773029.57948: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773029.58040: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773029.58043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773029.58045: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773029.58468: variable 'ansible_managed' from source: unknown 3057 1726773029.58480: variable '__sections' from source: task vars 3057 1726773029.58640: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773029.58671: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773029.58707: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773029.58767: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773029.58787: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773029.58914: variable 'kernel_settings_sysctl' from source: include params 3057 1726773029.59044: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773029.59047: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773029.59050: variable '__sysctl_old' from source: task vars 3057 1726773029.59083: variable '__sysctl_old' from source: task vars 3057 1726773029.59342: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773029.59353: variable 'kernel_settings_sysctl' from source: include params 3057 1726773029.59365: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773029.59375: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773029.59384: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773029.59634: variable 'kernel_settings_sysfs' from source: role '' defaults 3057 1726773029.59647: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773029.59656: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773029.59678: variable '__sysfs_old' from source: task vars 3057 1726773029.59749: variable '__sysfs_old' from source: task vars 3057 1726773029.59990: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773029.60005: variable 'kernel_settings_sysfs' from source: role '' defaults 3057 1726773029.60014: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773029.60024: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773029.60033: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773029.60098: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 3057 1726773029.60113: variable '__systemd_old' from source: task vars 3057 1726773029.60181: variable '__systemd_old' from source: task vars 3057 1726773029.60419: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773029.60640: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 3057 1726773029.60643: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.60646: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773029.60649: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 3057 1726773029.60651: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 3057 1726773029.60653: variable '__trans_huge_old' from source: task vars 3057 1726773029.60655: variable '__trans_huge_old' from source: task vars 3057 1726773029.60784: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773029.60798: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 3057 1726773029.60808: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.60818: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773029.60840: variable '__trans_defrag_old' from source: task vars 3057 1726773029.60908: variable '__trans_defrag_old' from source: task vars 3057 1726773029.61142: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773029.61153: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 3057 1726773029.61162: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61173: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773029.61203: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61220: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61256: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61276: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61288: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61316: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61331: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61344: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61354: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61370: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61384: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61399: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61411: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.61423: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773029.62256: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773029.62324: variable 'ansible_module_compression' from source: unknown 3057 1726773029.62383: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773029.62416: variable 'ansible_facts' from source: unknown 3057 1726773029.62521: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_stat.py 3057 1726773029.62765: Sending initial data 3057 1726773029.62775: Sent initial data (150 bytes) 3057 1726773029.63332: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773029.63404: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.63480: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773029.63509: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.63576: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.65301: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773029.65377: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773029.65412: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpf663y0h3 /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_stat.py <<< 3057 1726773029.65416: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_stat.py" <<< 3057 1726773029.65483: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpf663y0h3" to remote "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_stat.py" <<< 3057 1726773029.66292: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.66296: stderr chunk (state=3): >>><<< 3057 1726773029.66298: stdout chunk (state=3): >>><<< 3057 1726773029.66363: done transferring module to remote 3057 1726773029.66379: _low_level_execute_command(): starting 3057 1726773029.66404: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/ /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_stat.py && sleep 0' 3057 1726773029.67053: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773029.67100: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773029.67115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773029.67211: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773029.67238: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.67306: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.69257: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.69261: stdout chunk (state=3): >>><<< 3057 1726773029.69263: stderr chunk (state=3): >>><<< 3057 1726773029.69284: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773029.69382: _low_level_execute_command(): starting 3057 1726773029.69386: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_stat.py && sleep 0' 3057 1726773029.70339: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773029.70343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.70346: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773029.70349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773029.70361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.70408: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773029.70421: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.70481: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.88246: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 372, "inode": 262606, "dev": 51714, "nlink": 1, "atime": 1726772984.4671845, "mtime": 1726772974.657117, "ctime": 1726772983.79918, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "mimetype": "text/plain", "charset": "us-ascii", "version": "1751226333", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773029.89885: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773029.89921: stdout chunk (state=3): >>><<< 3057 1726773029.89938: stderr chunk (state=3): >>><<< 3057 1726773029.89964: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 372, "inode": 262606, "dev": 51714, "nlink": 1, "atime": 1726772984.4671845, "mtime": 1726772974.657117, "ctime": 1726772983.79918, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "mimetype": "text/plain", "charset": "us-ascii", "version": "1751226333", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773029.90128: 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-1726773029.5092378-4998-12948750244147/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773029.90153: Sending initial data 3057 1726773029.90163: Sent initial data (164 bytes) 3057 1726773029.90855: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.90912: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.90952: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.92578: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773029.92666: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773029.92743: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpmow6ecpd/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/.source.conf <<< 3057 1726773029.92774: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/.source.conf" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpmow6ecpd/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/.source.conf" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/.source.conf" <<< 3057 1726773029.93107: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.93143: stderr chunk (state=3): >>><<< 3057 1726773029.93156: stdout chunk (state=3): >>><<< 3057 1726773029.93179: _low_level_execute_command(): starting 3057 1726773029.93190: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/ /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/.source.conf && sleep 0' 3057 1726773029.93819: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773029.93824: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773029.93827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.93889: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773029.93898: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.93954: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.95785: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.95945: stderr chunk (state=3): >>><<< 3057 1726773029.95948: stdout chunk (state=3): >>><<< 3057 1726773029.95951: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773029.95967: variable 'ansible_module_compression' from source: unknown 3057 1726773029.96024: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3057 1726773029.96057: variable 'ansible_facts' from source: unknown 3057 1726773029.96149: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_copy.py 3057 1726773029.96359: Sending initial data 3057 1726773029.96362: Sent initial data (150 bytes) 3057 1726773029.96930: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773029.96940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.96944: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773029.96946: 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 <<< 3057 1726773029.96948: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773029.96951: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773029.96955: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773029.96975: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773029.97025: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773029.98607: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773029.98653: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773029.98815: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpmngvixdh /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_copy.py <<< 3057 1726773029.98818: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_copy.py" <<< 3057 1726773029.98821: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpmngvixdh" to remote "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_copy.py" <<< 3057 1726773029.99528: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773029.99632: stderr chunk (state=3): >>><<< 3057 1726773029.99840: stdout chunk (state=3): >>><<< 3057 1726773029.99844: done transferring module to remote 3057 1726773029.99846: _low_level_execute_command(): starting 3057 1726773029.99849: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/ /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_copy.py && sleep 0' 3057 1726773030.00327: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773030.00331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773030.00347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773030.00352: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773030.00364: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773030.00369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773030.00381: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773030.00396: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773030.00455: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773030.00461: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773030.00477: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773030.00525: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773030.02379: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773030.02383: stdout chunk (state=3): >>><<< 3057 1726773030.02393: stderr chunk (state=3): >>><<< 3057 1726773030.02412: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773030.02415: _low_level_execute_command(): starting 3057 1726773030.02418: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/AnsiballZ_copy.py && sleep 0' 3057 1726773030.03060: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773030.03064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773030.03095: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773030.03099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773030.03115: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773030.03126: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773030.03155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773030.03209: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773030.03217: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773030.03440: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773030.03444: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773030.20974: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/.source.conf", "md5sum": "9c36ebcc135366fa59ab6f2f2da76a73", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 351, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726773030.22357: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773030.22416: stderr chunk (state=3): >>><<< 3057 1726773030.22422: stdout chunk (state=3): >>><<< 3057 1726773030.22438: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/.source.conf", "md5sum": "9c36ebcc135366fa59ab6f2f2da76a73", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 351, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773030.22467: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': '221aa34fef95c2fe05408be9921820449785a5b2', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773030.22500: _low_level_execute_command(): starting 3057 1726773030.22504: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/ > /dev/null 2>&1 && sleep 0' 3057 1726773030.23044: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773030.23048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773030.23051: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773030.23053: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773030.23055: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773030.23056: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773030.23058: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773030.23080: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773030.23137: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773030.25026: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773030.25088: stderr chunk (state=3): >>><<< 3057 1726773030.25095: stdout chunk (state=3): >>><<< 3057 1726773030.25106: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773030.25122: handler run complete 3057 1726773030.25145: attempt loop complete, returning result 3057 1726773030.25148: _execute() done 3057 1726773030.25152: dumping result to json 3057 1726773030.25159: done dumping result, returning 3057 1726773030.25170: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [02b512f9-4fcf-6140-6a9e-000000000311] 3057 1726773030.25172: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000311 3057 1726773030.25319: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000311 3057 1726773030.25322: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "9c36ebcc135366fa59ab6f2f2da76a73", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 351, "src": "/root/.ansible/tmp/ansible-tmp-1726773029.5092378-4998-12948750244147/.source.conf", "state": "file", "uid": 0 } 3057 1726773030.25430: no more pending results, returning what we have 3057 1726773030.25440: results queue empty 3057 1726773030.25442: checking for any_errors_fatal 3057 1726773030.25450: done checking for any_errors_fatal 3057 1726773030.25450: checking for max_fail_percentage 3057 1726773030.25452: done checking for max_fail_percentage 3057 1726773030.25453: checking to see if all hosts have failed and the running result is not ok 3057 1726773030.25454: done checking to see if all hosts have failed 3057 1726773030.25454: getting the remaining hosts for this loop 3057 1726773030.25456: done getting the remaining hosts for this loop 3057 1726773030.25459: getting the next task for host managed_node2 3057 1726773030.25464: done getting next task for host managed_node2 3057 1726773030.25468: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3057 1726773030.25470: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773030.25480: getting variables 3057 1726773030.25482: in VariableManager get_vars() 3057 1726773030.25518: Calling all_inventory to load vars for managed_node2 3057 1726773030.25521: Calling groups_inventory to load vars for managed_node2 3057 1726773030.25523: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773030.25531: Calling all_plugins_play to load vars for managed_node2 3057 1726773030.25533: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773030.25537: Calling groups_plugins_play to load vars for managed_node2 3057 1726773030.25842: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773030.25966: done with get_vars() 3057 1726773030.25973: done getting variables 3057 1726773030.26023: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:10:30 -0400 (0:00:00.794) 0:01:14.999 **** 3057 1726773030.26047: entering _queue_task() for managed_node2/service 3057 1726773030.26263: worker is 1 (out of 1 available) 3057 1726773030.26278: exiting _queue_task() for managed_node2/service 3057 1726773030.26294: done queuing things up, now waiting for results queue to drain 3057 1726773030.26296: waiting for pending results... 3057 1726773030.26486: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3057 1726773030.26579: in run() - task 02b512f9-4fcf-6140-6a9e-000000000312 3057 1726773030.26594: variable 'ansible_search_path' from source: unknown 3057 1726773030.26598: variable 'ansible_search_path' from source: unknown 3057 1726773030.26638: variable '__kernel_settings_services' from source: include_vars 3057 1726773030.26915: variable '__kernel_settings_services' from source: include_vars 3057 1726773030.26977: variable 'omit' from source: magic vars 3057 1726773030.27139: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773030.27142: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773030.27144: variable 'omit' from source: magic vars 3057 1726773030.27303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773030.27494: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773030.27535: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773030.27565: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773030.27591: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773030.27688: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726773030.27701: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726773030.27719: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 3057 1726773030.27731: when evaluation is False, skipping this task 3057 1726773030.27758: variable 'item' from source: unknown 3057 1726773030.27940: variable 'item' from source: unknown skipping: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed", "item": "tuned", "skip_reason": "Conditional result was False" } 3057 1726773030.28075: dumping result to json 3057 1726773030.28078: done dumping result, returning 3057 1726773030.28081: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [02b512f9-4fcf-6140-6a9e-000000000312] 3057 1726773030.28083: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000312 3057 1726773030.28131: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000312 3057 1726773030.28134: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 3057 1726773030.28167: no more pending results, returning what we have 3057 1726773030.28170: results queue empty 3057 1726773030.28170: checking for any_errors_fatal 3057 1726773030.28180: done checking for any_errors_fatal 3057 1726773030.28181: checking for max_fail_percentage 3057 1726773030.28182: done checking for max_fail_percentage 3057 1726773030.28183: checking to see if all hosts have failed and the running result is not ok 3057 1726773030.28184: done checking to see if all hosts have failed 3057 1726773030.28185: getting the remaining hosts for this loop 3057 1726773030.28186: done getting the remaining hosts for this loop 3057 1726773030.28189: getting the next task for host managed_node2 3057 1726773030.28196: done getting next task for host managed_node2 3057 1726773030.28200: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3057 1726773030.28203: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773030.28218: getting variables 3057 1726773030.28219: in VariableManager get_vars() 3057 1726773030.28249: Calling all_inventory to load vars for managed_node2 3057 1726773030.28251: Calling groups_inventory to load vars for managed_node2 3057 1726773030.28252: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773030.28259: Calling all_plugins_play to load vars for managed_node2 3057 1726773030.28261: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773030.28263: Calling groups_plugins_play to load vars for managed_node2 3057 1726773030.28380: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773030.28511: done with get_vars() 3057 1726773030.28519: done getting variables 3057 1726773030.28568: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:10:30 -0400 (0:00:00.025) 0:01:15.024 **** 3057 1726773030.28593: entering _queue_task() for managed_node2/command 3057 1726773030.28809: worker is 1 (out of 1 available) 3057 1726773030.28823: exiting _queue_task() for managed_node2/command 3057 1726773030.28839: done queuing things up, now waiting for results queue to drain 3057 1726773030.28841: waiting for pending results... 3057 1726773030.29027: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3057 1726773030.29120: in run() - task 02b512f9-4fcf-6140-6a9e-000000000313 3057 1726773030.29133: variable 'ansible_search_path' from source: unknown 3057 1726773030.29139: variable 'ansible_search_path' from source: unknown 3057 1726773030.29173: calling self._execute() 3057 1726773030.29248: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773030.29252: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773030.29261: variable 'omit' from source: magic vars 3057 1726773030.29639: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773030.29907: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773030.29944: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773030.29976: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773030.30003: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773030.30103: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726773030.30125: Evaluated conditional (not __kernel_settings_register_profile is changed): True 3057 1726773030.30227: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726773030.30239: Evaluated conditional (not __kernel_settings_register_mode is changed): True 3057 1726773030.30324: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726773030.30332: Evaluated conditional (__kernel_settings_register_apply is changed): True 3057 1726773030.30340: variable 'omit' from source: magic vars 3057 1726773030.30375: variable 'omit' from source: magic vars 3057 1726773030.30466: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773030.31971: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773030.32033: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773030.32062: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773030.32087: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773030.32109: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773030.32174: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726773030.32203: variable 'omit' from source: magic vars 3057 1726773030.32228: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773030.32258: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773030.32272: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773030.32286: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773030.32295: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773030.32326: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773030.32329: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773030.32332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773030.32407: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773030.32415: Set connection var ansible_pipelining to False 3057 1726773030.32418: Set connection var ansible_shell_type to sh 3057 1726773030.32421: Set connection var ansible_connection to ssh 3057 1726773030.32426: Set connection var ansible_timeout to 10 3057 1726773030.32433: Set connection var ansible_shell_executable to /bin/sh 3057 1726773030.32460: variable 'ansible_shell_executable' from source: unknown 3057 1726773030.32463: variable 'ansible_connection' from source: unknown 3057 1726773030.32466: variable 'ansible_module_compression' from source: unknown 3057 1726773030.32468: variable 'ansible_shell_type' from source: unknown 3057 1726773030.32471: variable 'ansible_shell_executable' from source: unknown 3057 1726773030.32473: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773030.32476: variable 'ansible_pipelining' from source: unknown 3057 1726773030.32478: variable 'ansible_timeout' from source: unknown 3057 1726773030.32480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773030.32563: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773030.32572: variable 'omit' from source: magic vars 3057 1726773030.32578: starting attempt loop 3057 1726773030.32581: running the handler 3057 1726773030.32600: _low_level_execute_command(): starting 3057 1726773030.32603: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773030.33141: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773030.33145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773030.33148: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773030.33158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773030.33214: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773030.33222: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773030.33224: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773030.33271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773030.34957: stdout chunk (state=3): >>>/root <<< 3057 1726773030.35066: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773030.35130: stderr chunk (state=3): >>><<< 3057 1726773030.35134: stdout chunk (state=3): >>><<< 3057 1726773030.35157: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773030.35172: _low_level_execute_command(): starting 3057 1726773030.35178: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661 `" && echo ansible-tmp-1726773030.351583-5031-250029984360661="` echo /root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661 `" ) && sleep 0' 3057 1726773030.35686: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773030.35690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773030.35693: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726773030.35695: 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.45.18 originally 10.31.45.18 <<< 3057 1726773030.35697: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773030.35759: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773030.35764: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773030.35766: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773030.35812: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773030.37878: stdout chunk (state=3): >>>ansible-tmp-1726773030.351583-5031-250029984360661=/root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661 <<< 3057 1726773030.37883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773030.37968: stderr chunk (state=3): >>><<< 3057 1726773030.37971: stdout chunk (state=3): >>><<< 3057 1726773030.37988: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773030.351583-5031-250029984360661=/root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773030.38020: variable 'ansible_module_compression' from source: unknown 3057 1726773030.38143: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773030.38148: variable 'ansible_facts' from source: unknown 3057 1726773030.38207: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661/AnsiballZ_command.py 3057 1726773030.38483: Sending initial data 3057 1726773030.38487: Sent initial data (153 bytes) 3057 1726773030.39044: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773030.39060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773030.39071: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773030.39117: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773030.39147: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773030.39177: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773030.40764: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773030.40802: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773030.40847: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpzfvb02d9 /root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661/AnsiballZ_command.py <<< 3057 1726773030.40854: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661/AnsiballZ_command.py" <<< 3057 1726773030.40883: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpzfvb02d9" to remote "/root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661/AnsiballZ_command.py" <<< 3057 1726773030.41411: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773030.41488: stderr chunk (state=3): >>><<< 3057 1726773030.41492: stdout chunk (state=3): >>><<< 3057 1726773030.41516: done transferring module to remote 3057 1726773030.41527: _low_level_execute_command(): starting 3057 1726773030.41532: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661/ /root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661/AnsiballZ_command.py && sleep 0' 3057 1726773030.42031: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773030.42034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773030.42043: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773030.42045: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773030.42048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773030.42097: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773030.42100: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773030.42146: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773030.43958: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773030.44009: stderr chunk (state=3): >>><<< 3057 1726773030.44012: stdout chunk (state=3): >>><<< 3057 1726773030.44027: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773030.44030: _low_level_execute_command(): starting 3057 1726773030.44037: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661/AnsiballZ_command.py && sleep 0' 3057 1726773030.44532: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773030.44537: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773030.44545: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773030.44598: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773030.44605: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773030.44607: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773030.44654: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773031.72938: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:10:30.611614", "end": "2024-09-19 15:10:31.726896", "delta": "0:00:01.115282", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773031.74571: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773031.74637: stderr chunk (state=3): >>><<< 3057 1726773031.74641: stdout chunk (state=3): >>><<< 3057 1726773031.74658: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:10:30.611614", "end": "2024-09-19 15:10:31.726896", "delta": "0:00:01.115282", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773031.74687: done with _execute_module (ansible.legacy.command, {'_raw_params': "tuned-adm profile 'virtual-guest kernel_settings'", '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773031.74699: _low_level_execute_command(): starting 3057 1726773031.74701: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773030.351583-5031-250029984360661/ > /dev/null 2>&1 && sleep 0' 3057 1726773031.75204: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773031.75208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773031.75211: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773031.75214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773031.75216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773031.75269: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773031.75272: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773031.75317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773031.77329: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773031.77386: stderr chunk (state=3): >>><<< 3057 1726773031.77390: stdout chunk (state=3): >>><<< 3057 1726773031.77407: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773031.77415: handler run complete 3057 1726773031.77438: Evaluated conditional (True): True 3057 1726773031.77448: attempt loop complete, returning result 3057 1726773031.77451: _execute() done 3057 1726773031.77453: dumping result to json 3057 1726773031.77458: done dumping result, returning 3057 1726773031.77467: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [02b512f9-4fcf-6140-6a9e-000000000313] 3057 1726773031.77471: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000313 changed: [managed_node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.115282", "end": "2024-09-19 15:10:31.726896", "rc": 0, "start": "2024-09-19 15:10:30.611614" } 3057 1726773031.77670: no more pending results, returning what we have 3057 1726773031.77673: results queue empty 3057 1726773031.77674: checking for any_errors_fatal 3057 1726773031.77682: done checking for any_errors_fatal 3057 1726773031.77682: checking for max_fail_percentage 3057 1726773031.77684: done checking for max_fail_percentage 3057 1726773031.77684: checking to see if all hosts have failed and the running result is not ok 3057 1726773031.77685: done checking to see if all hosts have failed 3057 1726773031.77686: getting the remaining hosts for this loop 3057 1726773031.77688: done getting the remaining hosts for this loop 3057 1726773031.77691: getting the next task for host managed_node2 3057 1726773031.77697: done getting next task for host managed_node2 3057 1726773031.77701: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3057 1726773031.77704: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773031.77715: getting variables 3057 1726773031.77716: in VariableManager get_vars() 3057 1726773031.77753: Calling all_inventory to load vars for managed_node2 3057 1726773031.77756: Calling groups_inventory to load vars for managed_node2 3057 1726773031.77758: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773031.77767: Calling all_plugins_play to load vars for managed_node2 3057 1726773031.77769: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773031.77772: Calling groups_plugins_play to load vars for managed_node2 3057 1726773031.77958: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000313 3057 1726773031.77962: WORKER PROCESS EXITING 3057 1726773031.77974: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773031.78103: done with get_vars() 3057 1726773031.78112: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:10:31 -0400 (0:00:01.495) 0:01:16.520 **** 3057 1726773031.78189: entering _queue_task() for managed_node2/include_tasks 3057 1726773031.78412: worker is 1 (out of 1 available) 3057 1726773031.78429: exiting _queue_task() for managed_node2/include_tasks 3057 1726773031.78443: done queuing things up, now waiting for results queue to drain 3057 1726773031.78445: waiting for pending results... 3057 1726773031.78647: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3057 1726773031.78741: in run() - task 02b512f9-4fcf-6140-6a9e-000000000314 3057 1726773031.78754: variable 'ansible_search_path' from source: unknown 3057 1726773031.78757: variable 'ansible_search_path' from source: unknown 3057 1726773031.78794: calling self._execute() 3057 1726773031.78872: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773031.78878: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773031.78892: variable 'omit' from source: magic vars 3057 1726773031.79273: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773031.79480: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773031.79519: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773031.79551: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773031.79579: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773031.79683: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726773031.79708: Evaluated conditional (__kernel_settings_register_apply is changed): True 3057 1726773031.79715: _execute() done 3057 1726773031.79719: dumping result to json 3057 1726773031.79721: done dumping result, returning 3057 1726773031.79728: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [02b512f9-4fcf-6140-6a9e-000000000314] 3057 1726773031.79733: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000314 3057 1726773031.79836: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000314 3057 1726773031.79840: WORKER PROCESS EXITING 3057 1726773031.79888: no more pending results, returning what we have 3057 1726773031.79892: in VariableManager get_vars() 3057 1726773031.79933: Calling all_inventory to load vars for managed_node2 3057 1726773031.79941: Calling groups_inventory to load vars for managed_node2 3057 1726773031.79944: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773031.79957: Calling all_plugins_play to load vars for managed_node2 3057 1726773031.79960: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773031.79963: Calling groups_plugins_play to load vars for managed_node2 3057 1726773031.80101: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773031.80231: done with get_vars() 3057 1726773031.80240: variable 'ansible_search_path' from source: unknown 3057 1726773031.80241: variable 'ansible_search_path' from source: unknown 3057 1726773031.80264: we have included files to process 3057 1726773031.80265: generating all_blocks data 3057 1726773031.80268: done generating all_blocks data 3057 1726773031.80273: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726773031.80274: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726773031.80276: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726773031.80563: done processing included file 3057 1726773031.80566: iterating over new_blocks loaded from include file 3057 1726773031.80567: in VariableManager get_vars() 3057 1726773031.80585: done with get_vars() 3057 1726773031.80586: filtering new block on tags 3057 1726773031.80626: done filtering new block on tags 3057 1726773031.80628: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node2 3057 1726773031.80632: extending task lists for all hosts with included blocks 3057 1726773031.81069: done extending task lists 3057 1726773031.81070: done processing included files 3057 1726773031.81071: results queue empty 3057 1726773031.81071: checking for any_errors_fatal 3057 1726773031.81075: done checking for any_errors_fatal 3057 1726773031.81075: checking for max_fail_percentage 3057 1726773031.81076: done checking for max_fail_percentage 3057 1726773031.81076: checking to see if all hosts have failed and the running result is not ok 3057 1726773031.81077: done checking to see if all hosts have failed 3057 1726773031.81077: getting the remaining hosts for this loop 3057 1726773031.81079: done getting the remaining hosts for this loop 3057 1726773031.81080: getting the next task for host managed_node2 3057 1726773031.81083: done getting next task for host managed_node2 3057 1726773031.81085: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 3057 1726773031.81088: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773031.81096: getting variables 3057 1726773031.81097: in VariableManager get_vars() 3057 1726773031.81106: Calling all_inventory to load vars for managed_node2 3057 1726773031.81108: Calling groups_inventory to load vars for managed_node2 3057 1726773031.81109: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773031.81114: Calling all_plugins_play to load vars for managed_node2 3057 1726773031.81116: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773031.81117: Calling groups_plugins_play to load vars for managed_node2 3057 1726773031.81208: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773031.81330: done with get_vars() 3057 1726773031.81339: done getting variables 3057 1726773031.81377: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 15:10:31 -0400 (0:00:00.032) 0:01:16.552 **** 3057 1726773031.81401: entering _queue_task() for managed_node2/command 3057 1726773031.81629: worker is 1 (out of 1 available) 3057 1726773031.81645: exiting _queue_task() for managed_node2/command 3057 1726773031.81660: done queuing things up, now waiting for results queue to drain 3057 1726773031.81663: waiting for pending results... 3057 1726773031.81862: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 3057 1726773031.81962: in run() - task 02b512f9-4fcf-6140-6a9e-000000000483 3057 1726773031.81976: variable 'ansible_search_path' from source: unknown 3057 1726773031.81980: variable 'ansible_search_path' from source: unknown 3057 1726773031.82016: calling self._execute() 3057 1726773031.82086: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773031.82090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773031.82103: variable 'omit' from source: magic vars 3057 1726773031.82184: variable 'omit' from source: magic vars 3057 1726773031.82234: variable 'omit' from source: magic vars 3057 1726773031.82340: variable 'omit' from source: magic vars 3057 1726773031.82344: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773031.82365: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773031.82393: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773031.82420: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773031.82443: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773031.82485: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773031.82498: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773031.82506: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773031.82620: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773031.82639: Set connection var ansible_pipelining to False 3057 1726773031.82649: Set connection var ansible_shell_type to sh 3057 1726773031.82655: Set connection var ansible_connection to ssh 3057 1726773031.82667: Set connection var ansible_timeout to 10 3057 1726773031.82821: Set connection var ansible_shell_executable to /bin/sh 3057 1726773031.82824: variable 'ansible_shell_executable' from source: unknown 3057 1726773031.82827: variable 'ansible_connection' from source: unknown 3057 1726773031.82830: variable 'ansible_module_compression' from source: unknown 3057 1726773031.82832: variable 'ansible_shell_type' from source: unknown 3057 1726773031.82838: variable 'ansible_shell_executable' from source: unknown 3057 1726773031.82841: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773031.82843: variable 'ansible_pipelining' from source: unknown 3057 1726773031.82846: variable 'ansible_timeout' from source: unknown 3057 1726773031.82848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773031.82900: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773031.82908: variable 'omit' from source: magic vars 3057 1726773031.82911: starting attempt loop 3057 1726773031.82914: running the handler 3057 1726773031.82938: _low_level_execute_command(): starting 3057 1726773031.82941: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773031.83677: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773031.83698: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773031.83716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773031.83736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773031.83756: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773031.83861: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773031.83887: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773031.83970: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773031.85708: stdout chunk (state=3): >>>/root <<< 3057 1726773031.85803: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773031.85871: stderr chunk (state=3): >>><<< 3057 1726773031.85875: stdout chunk (state=3): >>><<< 3057 1726773031.85899: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773031.85911: _low_level_execute_command(): starting 3057 1726773031.85920: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386 `" && echo ansible-tmp-1726773031.8589904-5069-271239856569386="` echo /root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386 `" ) && sleep 0' 3057 1726773031.86614: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773031.86626: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773031.86659: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773031.86737: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773031.88699: stdout chunk (state=3): >>>ansible-tmp-1726773031.8589904-5069-271239856569386=/root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386 <<< 3057 1726773031.88811: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773031.88872: stderr chunk (state=3): >>><<< 3057 1726773031.88875: stdout chunk (state=3): >>><<< 3057 1726773031.88892: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773031.8589904-5069-271239856569386=/root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773031.88926: variable 'ansible_module_compression' from source: unknown 3057 1726773031.88977: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773031.89012: variable 'ansible_facts' from source: unknown 3057 1726773031.89075: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386/AnsiballZ_command.py 3057 1726773031.89194: Sending initial data 3057 1726773031.89198: Sent initial data (154 bytes) 3057 1726773031.89691: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773031.89697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773031.89700: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773031.89702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773031.89760: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773031.89763: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773031.89769: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773031.89806: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773031.91401: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773031.91436: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773031.91475: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmprl7atusp /root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386/AnsiballZ_command.py <<< 3057 1726773031.91479: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386/AnsiballZ_command.py" <<< 3057 1726773031.91512: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmprl7atusp" to remote "/root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386/AnsiballZ_command.py" <<< 3057 1726773031.91519: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386/AnsiballZ_command.py" <<< 3057 1726773031.92069: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773031.92148: stderr chunk (state=3): >>><<< 3057 1726773031.92153: stdout chunk (state=3): >>><<< 3057 1726773031.92174: done transferring module to remote 3057 1726773031.92185: _low_level_execute_command(): starting 3057 1726773031.92190: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386/ /root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386/AnsiballZ_command.py && sleep 0' 3057 1726773031.92694: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773031.92698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773031.92701: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773031.92704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773031.92762: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773031.92769: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773031.92772: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773031.92815: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773031.94714: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773031.94749: stderr chunk (state=3): >>><<< 3057 1726773031.94752: stdout chunk (state=3): >>><<< 3057 1726773031.94768: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773031.94859: _low_level_execute_command(): starting 3057 1726773031.94862: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386/AnsiballZ_command.py && sleep 0' 3057 1726773031.95402: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773031.95417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773031.95429: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773031.95485: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773031.95501: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773031.95507: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773031.95546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773032.23009: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:10:32.123365", "end": "2024-09-19 15:10:32.229076", "delta": "0:00:00.105711", "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}}} <<< 3057 1726773032.24896: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773032.24900: stdout chunk (state=3): >>><<< 3057 1726773032.24903: stderr chunk (state=3): >>><<< 3057 1726773032.24906: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:10:32.123365", "end": "2024-09-19 15:10:32.229076", "delta": "0:00:00.105711", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773032.24911: 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-1726773031.8589904-5069-271239856569386/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773032.24920: _low_level_execute_command(): starting 3057 1726773032.24927: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773031.8589904-5069-271239856569386/ > /dev/null 2>&1 && sleep 0' 3057 1726773032.25608: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773032.25650: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773032.25677: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773032.25702: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773032.25785: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773032.27742: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773032.27749: stdout chunk (state=3): >>><<< 3057 1726773032.27759: stderr chunk (state=3): >>><<< 3057 1726773032.27774: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773032.27781: handler run complete 3057 1726773032.27805: Evaluated conditional (False): False 3057 1726773032.27815: attempt loop complete, returning result 3057 1726773032.27818: _execute() done 3057 1726773032.27820: dumping result to json 3057 1726773032.27826: done dumping result, returning 3057 1726773032.27836: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [02b512f9-4fcf-6140-6a9e-000000000483] 3057 1726773032.27843: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000483 3057 1726773032.27958: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000483 3057 1726773032.27961: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.105711", "end": "2024-09-19 15:10:32.229076", "rc": 0, "start": "2024-09-19 15:10:32.123365" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 3057 1726773032.28063: no more pending results, returning what we have 3057 1726773032.28067: results queue empty 3057 1726773032.28068: checking for any_errors_fatal 3057 1726773032.28070: done checking for any_errors_fatal 3057 1726773032.28072: checking for max_fail_percentage 3057 1726773032.28073: done checking for max_fail_percentage 3057 1726773032.28074: checking to see if all hosts have failed and the running result is not ok 3057 1726773032.28075: done checking to see if all hosts have failed 3057 1726773032.28075: getting the remaining hosts for this loop 3057 1726773032.28077: done getting the remaining hosts for this loop 3057 1726773032.28080: getting the next task for host managed_node2 3057 1726773032.28086: done getting next task for host managed_node2 3057 1726773032.28089: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 3057 1726773032.28093: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773032.28104: getting variables 3057 1726773032.28105: in VariableManager get_vars() 3057 1726773032.28174: Calling all_inventory to load vars for managed_node2 3057 1726773032.28177: Calling groups_inventory to load vars for managed_node2 3057 1726773032.28179: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773032.28189: Calling all_plugins_play to load vars for managed_node2 3057 1726773032.28192: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773032.28195: Calling groups_plugins_play to load vars for managed_node2 3057 1726773032.28453: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773032.28696: done with get_vars() 3057 1726773032.28712: done getting variables 3057 1726773032.28780: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 15:10:32 -0400 (0:00:00.474) 0:01:17.026 **** 3057 1726773032.28826: entering _queue_task() for managed_node2/shell 3057 1726773032.29283: worker is 1 (out of 1 available) 3057 1726773032.29296: exiting _queue_task() for managed_node2/shell 3057 1726773032.29309: done queuing things up, now waiting for results queue to drain 3057 1726773032.29311: waiting for pending results... 3057 1726773032.29565: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 3057 1726773032.29593: in run() - task 02b512f9-4fcf-6140-6a9e-000000000484 3057 1726773032.29610: variable 'ansible_search_path' from source: unknown 3057 1726773032.29614: variable 'ansible_search_path' from source: unknown 3057 1726773032.29649: calling self._execute() 3057 1726773032.29725: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.29729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.29740: variable 'omit' from source: magic vars 3057 1726773032.30141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773032.30329: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773032.30365: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773032.30390: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773032.30420: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773032.30515: variable '__kernel_settings_register_verify_values' from source: set_fact 3057 1726773032.30542: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 3057 1726773032.30546: when evaluation is False, skipping this task 3057 1726773032.30550: _execute() done 3057 1726773032.30552: dumping result to json 3057 1726773032.30556: done dumping result, returning 3057 1726773032.30640: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [02b512f9-4fcf-6140-6a9e-000000000484] 3057 1726773032.30642: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000484 3057 1726773032.30700: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000484 3057 1726773032.30702: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 3057 1726773032.30781: no more pending results, returning what we have 3057 1726773032.30785: results queue empty 3057 1726773032.30786: checking for any_errors_fatal 3057 1726773032.30794: done checking for any_errors_fatal 3057 1726773032.30795: checking for max_fail_percentage 3057 1726773032.30796: done checking for max_fail_percentage 3057 1726773032.30797: checking to see if all hosts have failed and the running result is not ok 3057 1726773032.30797: done checking to see if all hosts have failed 3057 1726773032.30798: getting the remaining hosts for this loop 3057 1726773032.30800: done getting the remaining hosts for this loop 3057 1726773032.30803: getting the next task for host managed_node2 3057 1726773032.30809: done getting next task for host managed_node2 3057 1726773032.30812: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 3057 1726773032.30816: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773032.30832: getting variables 3057 1726773032.30833: in VariableManager get_vars() 3057 1726773032.30869: Calling all_inventory to load vars for managed_node2 3057 1726773032.30872: Calling groups_inventory to load vars for managed_node2 3057 1726773032.30874: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773032.30882: Calling all_plugins_play to load vars for managed_node2 3057 1726773032.30884: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773032.30886: Calling groups_plugins_play to load vars for managed_node2 3057 1726773032.31003: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773032.31138: done with get_vars() 3057 1726773032.31147: done getting variables 3057 1726773032.31191: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 15:10:32 -0400 (0:00:00.023) 0:01:17.050 **** 3057 1726773032.31219: entering _queue_task() for managed_node2/fail 3057 1726773032.31431: worker is 1 (out of 1 available) 3057 1726773032.31448: exiting _queue_task() for managed_node2/fail 3057 1726773032.31463: done queuing things up, now waiting for results queue to drain 3057 1726773032.31465: waiting for pending results... 3057 1726773032.31657: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 3057 1726773032.31752: in run() - task 02b512f9-4fcf-6140-6a9e-000000000485 3057 1726773032.31777: variable 'ansible_search_path' from source: unknown 3057 1726773032.31780: variable 'ansible_search_path' from source: unknown 3057 1726773032.31813: calling self._execute() 3057 1726773032.31887: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.31893: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.31907: variable 'omit' from source: magic vars 3057 1726773032.32345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773032.32533: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773032.32576: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773032.32605: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773032.32739: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773032.32742: variable '__kernel_settings_register_verify_values' from source: set_fact 3057 1726773032.32750: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 3057 1726773032.32753: when evaluation is False, skipping this task 3057 1726773032.32756: _execute() done 3057 1726773032.32758: dumping result to json 3057 1726773032.32762: done dumping result, returning 3057 1726773032.32774: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [02b512f9-4fcf-6140-6a9e-000000000485] 3057 1726773032.32777: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000485 3057 1726773032.32878: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000485 3057 1726773032.32881: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 3057 1726773032.32937: no more pending results, returning what we have 3057 1726773032.32941: results queue empty 3057 1726773032.32942: checking for any_errors_fatal 3057 1726773032.32947: done checking for any_errors_fatal 3057 1726773032.32948: checking for max_fail_percentage 3057 1726773032.32949: done checking for max_fail_percentage 3057 1726773032.32950: checking to see if all hosts have failed and the running result is not ok 3057 1726773032.32951: done checking to see if all hosts have failed 3057 1726773032.32951: getting the remaining hosts for this loop 3057 1726773032.32953: done getting the remaining hosts for this loop 3057 1726773032.32957: getting the next task for host managed_node2 3057 1726773032.32964: done getting next task for host managed_node2 3057 1726773032.32968: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3057 1726773032.32971: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773032.32987: getting variables 3057 1726773032.32989: in VariableManager get_vars() 3057 1726773032.33030: Calling all_inventory to load vars for managed_node2 3057 1726773032.33032: Calling groups_inventory to load vars for managed_node2 3057 1726773032.33036: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773032.33045: Calling all_plugins_play to load vars for managed_node2 3057 1726773032.33048: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773032.33050: Calling groups_plugins_play to load vars for managed_node2 3057 1726773032.33206: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773032.33337: done with get_vars() 3057 1726773032.33345: done getting variables 3057 1726773032.33390: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:10:32 -0400 (0:00:00.021) 0:01:17.072 **** 3057 1726773032.33413: entering _queue_task() for managed_node2/set_fact 3057 1726773032.33632: worker is 1 (out of 1 available) 3057 1726773032.33650: exiting _queue_task() for managed_node2/set_fact 3057 1726773032.33663: done queuing things up, now waiting for results queue to drain 3057 1726773032.33665: waiting for pending results... 3057 1726773032.33867: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3057 1726773032.33947: in run() - task 02b512f9-4fcf-6140-6a9e-000000000315 3057 1726773032.33961: variable 'ansible_search_path' from source: unknown 3057 1726773032.33964: variable 'ansible_search_path' from source: unknown 3057 1726773032.34001: calling self._execute() 3057 1726773032.34072: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.34076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.34086: variable 'omit' from source: magic vars 3057 1726773032.34172: variable 'omit' from source: magic vars 3057 1726773032.34212: variable 'omit' from source: magic vars 3057 1726773032.34238: variable 'omit' from source: magic vars 3057 1726773032.34281: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773032.34314: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773032.34341: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773032.34356: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773032.34367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773032.34394: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773032.34400: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.34403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.34482: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773032.34490: Set connection var ansible_pipelining to False 3057 1726773032.34493: Set connection var ansible_shell_type to sh 3057 1726773032.34498: Set connection var ansible_connection to ssh 3057 1726773032.34504: Set connection var ansible_timeout to 10 3057 1726773032.34511: Set connection var ansible_shell_executable to /bin/sh 3057 1726773032.34533: variable 'ansible_shell_executable' from source: unknown 3057 1726773032.34544: variable 'ansible_connection' from source: unknown 3057 1726773032.34547: variable 'ansible_module_compression' from source: unknown 3057 1726773032.34550: variable 'ansible_shell_type' from source: unknown 3057 1726773032.34553: variable 'ansible_shell_executable' from source: unknown 3057 1726773032.34555: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.34558: variable 'ansible_pipelining' from source: unknown 3057 1726773032.34561: variable 'ansible_timeout' from source: unknown 3057 1726773032.34566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.34687: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773032.34700: variable 'omit' from source: magic vars 3057 1726773032.34705: starting attempt loop 3057 1726773032.34708: running the handler 3057 1726773032.34719: handler run complete 3057 1726773032.34727: attempt loop complete, returning result 3057 1726773032.34730: _execute() done 3057 1726773032.34732: dumping result to json 3057 1726773032.34743: done dumping result, returning 3057 1726773032.34748: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [02b512f9-4fcf-6140-6a9e-000000000315] 3057 1726773032.34758: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000315 3057 1726773032.34845: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000315 3057 1726773032.34848: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 3057 1726773032.34936: no more pending results, returning what we have 3057 1726773032.34940: results queue empty 3057 1726773032.34940: checking for any_errors_fatal 3057 1726773032.34947: done checking for any_errors_fatal 3057 1726773032.34948: checking for max_fail_percentage 3057 1726773032.34949: done checking for max_fail_percentage 3057 1726773032.34950: checking to see if all hosts have failed and the running result is not ok 3057 1726773032.34951: done checking to see if all hosts have failed 3057 1726773032.34952: getting the remaining hosts for this loop 3057 1726773032.34953: done getting the remaining hosts for this loop 3057 1726773032.34956: getting the next task for host managed_node2 3057 1726773032.34961: done getting next task for host managed_node2 3057 1726773032.34966: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3057 1726773032.34969: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773032.34979: getting variables 3057 1726773032.34980: in VariableManager get_vars() 3057 1726773032.35013: Calling all_inventory to load vars for managed_node2 3057 1726773032.35016: Calling groups_inventory to load vars for managed_node2 3057 1726773032.35018: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773032.35026: Calling all_plugins_play to load vars for managed_node2 3057 1726773032.35028: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773032.35031: Calling groups_plugins_play to load vars for managed_node2 3057 1726773032.35169: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773032.35301: done with get_vars() 3057 1726773032.35309: done getting variables 3057 1726773032.35355: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:10:32 -0400 (0:00:00.019) 0:01:17.092 **** 3057 1726773032.35380: entering _queue_task() for managed_node2/set_fact 3057 1726773032.35593: worker is 1 (out of 1 available) 3057 1726773032.35609: exiting _queue_task() for managed_node2/set_fact 3057 1726773032.35622: done queuing things up, now waiting for results queue to drain 3057 1726773032.35624: waiting for pending results... 3057 1726773032.35816: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3057 1726773032.35906: in run() - task 02b512f9-4fcf-6140-6a9e-000000000316 3057 1726773032.35921: variable 'ansible_search_path' from source: unknown 3057 1726773032.35925: variable 'ansible_search_path' from source: unknown 3057 1726773032.36140: calling self._execute() 3057 1726773032.36143: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.36145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.36147: variable 'omit' from source: magic vars 3057 1726773032.36149: variable 'omit' from source: magic vars 3057 1726773032.36176: variable 'omit' from source: magic vars 3057 1726773032.36571: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773032.36761: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773032.36798: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773032.36825: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773032.36940: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773032.36971: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726773032.36987: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726773032.36997: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726773032.37041: variable 'omit' from source: magic vars 3057 1726773032.37067: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773032.37093: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773032.37111: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773032.37127: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773032.37138: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773032.37165: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773032.37168: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.37171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.37251: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773032.37259: Set connection var ansible_pipelining to False 3057 1726773032.37262: Set connection var ansible_shell_type to sh 3057 1726773032.37265: Set connection var ansible_connection to ssh 3057 1726773032.37270: Set connection var ansible_timeout to 10 3057 1726773032.37277: Set connection var ansible_shell_executable to /bin/sh 3057 1726773032.37303: variable 'ansible_shell_executable' from source: unknown 3057 1726773032.37306: variable 'ansible_connection' from source: unknown 3057 1726773032.37309: variable 'ansible_module_compression' from source: unknown 3057 1726773032.37311: variable 'ansible_shell_type' from source: unknown 3057 1726773032.37314: variable 'ansible_shell_executable' from source: unknown 3057 1726773032.37316: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.37319: variable 'ansible_pipelining' from source: unknown 3057 1726773032.37323: variable 'ansible_timeout' from source: unknown 3057 1726773032.37327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.37420: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773032.37429: variable 'omit' from source: magic vars 3057 1726773032.37436: starting attempt loop 3057 1726773032.37439: running the handler 3057 1726773032.37450: handler run complete 3057 1726773032.37458: attempt loop complete, returning result 3057 1726773032.37461: _execute() done 3057 1726773032.37464: dumping result to json 3057 1726773032.37466: done dumping result, returning 3057 1726773032.37474: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [02b512f9-4fcf-6140-6a9e-000000000316] 3057 1726773032.37479: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000316 3057 1726773032.37571: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000316 3057 1726773032.37574: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 3057 1726773032.37646: no more pending results, returning what we have 3057 1726773032.37649: results queue empty 3057 1726773032.37650: checking for any_errors_fatal 3057 1726773032.37658: done checking for any_errors_fatal 3057 1726773032.37658: checking for max_fail_percentage 3057 1726773032.37660: done checking for max_fail_percentage 3057 1726773032.37661: checking to see if all hosts have failed and the running result is not ok 3057 1726773032.37662: done checking to see if all hosts have failed 3057 1726773032.37662: getting the remaining hosts for this loop 3057 1726773032.37664: done getting the remaining hosts for this loop 3057 1726773032.37668: getting the next task for host managed_node2 3057 1726773032.37676: done getting next task for host managed_node2 3057 1726773032.37678: ^ task is: TASK: meta (role_complete) 3057 1726773032.37681: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773032.37693: getting variables 3057 1726773032.37695: in VariableManager get_vars() 3057 1726773032.37729: Calling all_inventory to load vars for managed_node2 3057 1726773032.37731: Calling groups_inventory to load vars for managed_node2 3057 1726773032.37734: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773032.37750: Calling all_plugins_play to load vars for managed_node2 3057 1726773032.37753: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773032.37756: Calling groups_plugins_play to load vars for managed_node2 3057 1726773032.37920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773032.38130: done with get_vars() 3057 1726773032.38145: done getting variables 3057 1726773032.38241: done queuing things up, now waiting for results queue to drain 3057 1726773032.38244: results queue empty 3057 1726773032.38245: checking for any_errors_fatal 3057 1726773032.38248: done checking for any_errors_fatal 3057 1726773032.38248: checking for max_fail_percentage 3057 1726773032.38250: done checking for max_fail_percentage 3057 1726773032.38256: checking to see if all hosts have failed and the running result is not ok 3057 1726773032.38257: done checking to see if all hosts have failed 3057 1726773032.38258: getting the remaining hosts for this loop 3057 1726773032.38259: done getting the remaining hosts for this loop 3057 1726773032.38262: getting the next task for host managed_node2 3057 1726773032.38266: done getting next task for host managed_node2 3057 1726773032.38268: ^ task is: TASK: meta (flush_handlers) 3057 1726773032.38269: ^ state is: HOST STATE: block=2, task=28, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773032.38274: getting variables 3057 1726773032.38275: in VariableManager get_vars() 3057 1726773032.38293: Calling all_inventory to load vars for managed_node2 3057 1726773032.38295: Calling groups_inventory to load vars for managed_node2 3057 1726773032.38297: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773032.38303: Calling all_plugins_play to load vars for managed_node2 3057 1726773032.38305: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773032.38308: Calling groups_plugins_play to load vars for managed_node2 3057 1726773032.38462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773032.38668: done with get_vars() 3057 1726773032.38678: done getting variables TASK [Force handlers] ********************************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:130 Thursday 19 September 2024 15:10:32 -0400 (0:00:00.033) 0:01:17.126 **** 3057 1726773032.38758: in VariableManager get_vars() 3057 1726773032.38770: Calling all_inventory to load vars for managed_node2 3057 1726773032.38772: Calling groups_inventory to load vars for managed_node2 3057 1726773032.38774: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773032.38780: Calling all_plugins_play to load vars for managed_node2 3057 1726773032.38782: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773032.38785: Calling groups_plugins_play to load vars for managed_node2 3057 1726773032.38965: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773032.39164: done with get_vars() META: triggered running handlers for managed_node2 3057 1726773032.39182: done queuing things up, now waiting for results queue to drain 3057 1726773032.39184: results queue empty 3057 1726773032.39184: checking for any_errors_fatal 3057 1726773032.39186: done checking for any_errors_fatal 3057 1726773032.39187: checking for max_fail_percentage 3057 1726773032.39188: done checking for max_fail_percentage 3057 1726773032.39189: checking to see if all hosts have failed and the running result is not ok 3057 1726773032.39190: done checking to see if all hosts have failed 3057 1726773032.39190: getting the remaining hosts for this loop 3057 1726773032.39191: done getting the remaining hosts for this loop 3057 1726773032.39194: getting the next task for host managed_node2 3057 1726773032.39199: done getting next task for host managed_node2 3057 1726773032.39202: ^ task is: TASK: Ensure kernel_settings_reboot_required is not set or is false 3057 1726773032.39203: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773032.39206: getting variables 3057 1726773032.39207: in VariableManager get_vars() 3057 1726773032.39219: Calling all_inventory to load vars for managed_node2 3057 1726773032.39222: Calling groups_inventory to load vars for managed_node2 3057 1726773032.39224: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773032.39229: Calling all_plugins_play to load vars for managed_node2 3057 1726773032.39231: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773032.39239: Calling groups_plugins_play to load vars for managed_node2 3057 1726773032.39351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773032.39474: done with get_vars() 3057 1726773032.39481: done getting variables 3057 1726773032.39514: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure kernel_settings_reboot_required is not set or is false] *********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:133 Thursday 19 September 2024 15:10:32 -0400 (0:00:00.007) 0:01:17.133 **** 3057 1726773032.39531: entering _queue_task() for managed_node2/assert 3057 1726773032.39767: worker is 1 (out of 1 available) 3057 1726773032.39782: exiting _queue_task() for managed_node2/assert 3057 1726773032.39796: done queuing things up, now waiting for results queue to drain 3057 1726773032.39798: waiting for pending results... 3057 1726773032.39991: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false 3057 1726773032.40063: in run() - task 02b512f9-4fcf-6140-6a9e-00000000001c 3057 1726773032.40076: variable 'ansible_search_path' from source: unknown 3057 1726773032.40112: calling self._execute() 3057 1726773032.40191: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.40199: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.40207: variable 'omit' from source: magic vars 3057 1726773032.40293: variable 'omit' from source: magic vars 3057 1726773032.40322: variable 'omit' from source: magic vars 3057 1726773032.40349: variable 'omit' from source: magic vars 3057 1726773032.40389: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773032.40423: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773032.40442: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773032.40457: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773032.40472: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773032.40502: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773032.40505: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.40508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.40585: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773032.40592: Set connection var ansible_pipelining to False 3057 1726773032.40739: Set connection var ansible_shell_type to sh 3057 1726773032.40741: Set connection var ansible_connection to ssh 3057 1726773032.40743: Set connection var ansible_timeout to 10 3057 1726773032.40744: Set connection var ansible_shell_executable to /bin/sh 3057 1726773032.40746: variable 'ansible_shell_executable' from source: unknown 3057 1726773032.40747: variable 'ansible_connection' from source: unknown 3057 1726773032.40748: variable 'ansible_module_compression' from source: unknown 3057 1726773032.40749: variable 'ansible_shell_type' from source: unknown 3057 1726773032.40751: variable 'ansible_shell_executable' from source: unknown 3057 1726773032.40752: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.40753: variable 'ansible_pipelining' from source: unknown 3057 1726773032.40754: variable 'ansible_timeout' from source: unknown 3057 1726773032.40756: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.40787: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773032.40799: variable 'omit' from source: magic vars 3057 1726773032.40806: starting attempt loop 3057 1726773032.40809: running the handler 3057 1726773032.41241: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773032.44843: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773032.44930: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773032.44997: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773032.45281: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773032.45442: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773032.45446: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773032.45449: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773032.45742: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773032.45746: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773032.45749: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773032.45890: variable 'kernel_settings_reboot_required' from source: set_fact 3057 1726773032.46033: Evaluated conditional (not kernel_settings_reboot_required | d(false)): True 3057 1726773032.46050: handler run complete 3057 1726773032.46082: attempt loop complete, returning result 3057 1726773032.46094: _execute() done 3057 1726773032.46102: dumping result to json 3057 1726773032.46110: done dumping result, returning 3057 1726773032.46123: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false [02b512f9-4fcf-6140-6a9e-00000000001c] 3057 1726773032.46133: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000001c ok: [managed_node2] => { "changed": false } MSG: All assertions passed 3057 1726773032.46304: no more pending results, returning what we have 3057 1726773032.46314: results queue empty 3057 1726773032.46316: checking for any_errors_fatal 3057 1726773032.46318: done checking for any_errors_fatal 3057 1726773032.46319: checking for max_fail_percentage 3057 1726773032.46324: done checking for max_fail_percentage 3057 1726773032.46325: checking to see if all hosts have failed and the running result is not ok 3057 1726773032.46325: done checking to see if all hosts have failed 3057 1726773032.46326: getting the remaining hosts for this loop 3057 1726773032.46328: done getting the remaining hosts for this loop 3057 1726773032.46333: getting the next task for host managed_node2 3057 1726773032.46541: done getting next task for host managed_node2 3057 1726773032.46545: ^ task is: TASK: Ensure role reported changed 3057 1726773032.46547: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773032.46550: getting variables 3057 1726773032.46551: in VariableManager get_vars() 3057 1726773032.46583: Calling all_inventory to load vars for managed_node2 3057 1726773032.46586: Calling groups_inventory to load vars for managed_node2 3057 1726773032.46588: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773032.46599: Calling all_plugins_play to load vars for managed_node2 3057 1726773032.46601: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773032.46605: Calling groups_plugins_play to load vars for managed_node2 3057 1726773032.46686: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000001c 3057 1726773032.46706: WORKER PROCESS EXITING 3057 1726773032.47115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773032.47334: done with get_vars() 3057 1726773032.47349: done getting variables 3057 1726773032.47416: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure role reported changed] ******************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:137 Thursday 19 September 2024 15:10:32 -0400 (0:00:00.079) 0:01:17.213 **** 3057 1726773032.47450: entering _queue_task() for managed_node2/assert 3057 1726773032.47847: worker is 1 (out of 1 available) 3057 1726773032.47860: exiting _queue_task() for managed_node2/assert 3057 1726773032.47872: done queuing things up, now waiting for results queue to drain 3057 1726773032.47874: waiting for pending results... 3057 1726773032.48144: running TaskExecutor() for managed_node2/TASK: Ensure role reported changed 3057 1726773032.48347: in run() - task 02b512f9-4fcf-6140-6a9e-00000000001d 3057 1726773032.48351: variable 'ansible_search_path' from source: unknown 3057 1726773032.48357: calling self._execute() 3057 1726773032.48493: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.48505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.48521: variable 'omit' from source: magic vars 3057 1726773032.48651: variable 'omit' from source: magic vars 3057 1726773032.48703: variable 'omit' from source: magic vars 3057 1726773032.48749: variable 'omit' from source: magic vars 3057 1726773032.48810: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773032.48920: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773032.48923: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773032.48926: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773032.48938: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773032.48977: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773032.48986: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.48995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.49119: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773032.49144: Set connection var ansible_pipelining to False 3057 1726773032.49153: Set connection var ansible_shell_type to sh 3057 1726773032.49160: Set connection var ansible_connection to ssh 3057 1726773032.49170: Set connection var ansible_timeout to 10 3057 1726773032.49183: Set connection var ansible_shell_executable to /bin/sh 3057 1726773032.49244: variable 'ansible_shell_executable' from source: unknown 3057 1726773032.49247: variable 'ansible_connection' from source: unknown 3057 1726773032.49250: variable 'ansible_module_compression' from source: unknown 3057 1726773032.49252: variable 'ansible_shell_type' from source: unknown 3057 1726773032.49255: variable 'ansible_shell_executable' from source: unknown 3057 1726773032.49257: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.49259: variable 'ansible_pipelining' from source: unknown 3057 1726773032.49342: variable 'ansible_timeout' from source: unknown 3057 1726773032.49348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.49544: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773032.49549: variable 'omit' from source: magic vars 3057 1726773032.49551: starting attempt loop 3057 1726773032.49554: running the handler 3057 1726773032.50593: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773032.54106: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773032.54328: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773032.54375: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773032.54477: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773032.54987: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773032.54991: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773032.54995: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773032.54997: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773032.55139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773032.55242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773032.55442: variable '__kernel_settings_changed' from source: set_fact 3057 1726773032.55521: Evaluated conditional (__kernel_settings_changed | d(false)): True 3057 1726773032.55577: handler run complete 3057 1726773032.55626: attempt loop complete, returning result 3057 1726773032.55668: _execute() done 3057 1726773032.55697: dumping result to json 3057 1726773032.55711: done dumping result, returning 3057 1726773032.55725: done running TaskExecutor() for managed_node2/TASK: Ensure role reported changed [02b512f9-4fcf-6140-6a9e-00000000001d] 3057 1726773032.55768: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000001d ok: [managed_node2] => { "changed": false } MSG: All assertions passed 3057 1726773032.56150: no more pending results, returning what we have 3057 1726773032.56155: results queue empty 3057 1726773032.56156: checking for any_errors_fatal 3057 1726773032.56166: done checking for any_errors_fatal 3057 1726773032.56167: checking for max_fail_percentage 3057 1726773032.56168: done checking for max_fail_percentage 3057 1726773032.56169: checking to see if all hosts have failed and the running result is not ok 3057 1726773032.56170: done checking to see if all hosts have failed 3057 1726773032.56171: getting the remaining hosts for this loop 3057 1726773032.56174: done getting the remaining hosts for this loop 3057 1726773032.56178: getting the next task for host managed_node2 3057 1726773032.56185: done getting next task for host managed_node2 3057 1726773032.56189: ^ task is: TASK: Check sysctl after reboot 3057 1726773032.56191: ^ state is: HOST STATE: block=2, task=31, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773032.56195: getting variables 3057 1726773032.56198: in VariableManager get_vars() 3057 1726773032.56260: Calling all_inventory to load vars for managed_node2 3057 1726773032.56264: Calling groups_inventory to load vars for managed_node2 3057 1726773032.56266: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773032.56555: Calling all_plugins_play to load vars for managed_node2 3057 1726773032.56559: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773032.56562: Calling groups_plugins_play to load vars for managed_node2 3057 1726773032.57003: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000001d 3057 1726773032.57014: WORKER PROCESS EXITING 3057 1726773032.57036: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773032.57503: done with get_vars() 3057 1726773032.57519: done getting variables 3057 1726773032.57705: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check sysctl after reboot] *********************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:141 Thursday 19 September 2024 15:10:32 -0400 (0:00:00.102) 0:01:17.316 **** 3057 1726773032.57831: entering _queue_task() for managed_node2/shell 3057 1726773032.58555: worker is 1 (out of 1 available) 3057 1726773032.58568: exiting _queue_task() for managed_node2/shell 3057 1726773032.58583: done queuing things up, now waiting for results queue to drain 3057 1726773032.58585: waiting for pending results... 3057 1726773032.58985: running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot 3057 1726773032.59342: in run() - task 02b512f9-4fcf-6140-6a9e-00000000001e 3057 1726773032.59356: variable 'ansible_search_path' from source: unknown 3057 1726773032.59391: calling self._execute() 3057 1726773032.59486: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.59547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.59551: variable 'omit' from source: magic vars 3057 1726773032.59660: variable 'omit' from source: magic vars 3057 1726773032.59689: variable 'omit' from source: magic vars 3057 1726773032.59717: variable 'omit' from source: magic vars 3057 1726773032.59941: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773032.59945: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773032.59957: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773032.59983: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773032.60003: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773032.60044: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773032.60053: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.60072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.60193: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773032.60208: Set connection var ansible_pipelining to False 3057 1726773032.60215: Set connection var ansible_shell_type to sh 3057 1726773032.60283: Set connection var ansible_connection to ssh 3057 1726773032.60286: Set connection var ansible_timeout to 10 3057 1726773032.60289: Set connection var ansible_shell_executable to /bin/sh 3057 1726773032.60291: variable 'ansible_shell_executable' from source: unknown 3057 1726773032.60294: variable 'ansible_connection' from source: unknown 3057 1726773032.60296: variable 'ansible_module_compression' from source: unknown 3057 1726773032.60298: variable 'ansible_shell_type' from source: unknown 3057 1726773032.60302: variable 'ansible_shell_executable' from source: unknown 3057 1726773032.60311: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.60321: variable 'ansible_pipelining' from source: unknown 3057 1726773032.60328: variable 'ansible_timeout' from source: unknown 3057 1726773032.60338: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.60517: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773032.60537: variable 'omit' from source: magic vars 3057 1726773032.60549: starting attempt loop 3057 1726773032.60618: running the handler 3057 1726773032.60623: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773032.60628: _low_level_execute_command(): starting 3057 1726773032.60631: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773032.61225: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773032.61285: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773032.61305: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773032.61390: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773032.63153: stdout chunk (state=3): >>>/root <<< 3057 1726773032.63252: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773032.63325: stderr chunk (state=3): >>><<< 3057 1726773032.63328: stdout chunk (state=3): >>><<< 3057 1726773032.63349: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773032.63362: _low_level_execute_command(): starting 3057 1726773032.63371: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835 `" && echo ansible-tmp-1726773032.6334927-5111-119929186888835="` echo /root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835 `" ) && sleep 0' 3057 1726773032.63875: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773032.63878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773032.63881: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773032.63884: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773032.63897: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773032.63948: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773032.63956: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773032.63997: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773032.65986: stdout chunk (state=3): >>>ansible-tmp-1726773032.6334927-5111-119929186888835=/root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835 <<< 3057 1726773032.66247: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773032.66251: stdout chunk (state=3): >>><<< 3057 1726773032.66253: stderr chunk (state=3): >>><<< 3057 1726773032.66256: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773032.6334927-5111-119929186888835=/root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773032.66267: variable 'ansible_module_compression' from source: unknown 3057 1726773032.66326: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773032.66381: variable 'ansible_facts' from source: unknown 3057 1726773032.66486: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835/AnsiballZ_command.py 3057 1726773032.66726: Sending initial data 3057 1726773032.66729: Sent initial data (154 bytes) 3057 1726773032.67402: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773032.67455: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773032.67533: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773032.67558: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773032.67583: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773032.67853: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773032.69300: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773032.69355: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773032.69443: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmperj5gsz0 /root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835/AnsiballZ_command.py <<< 3057 1726773032.69477: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835/AnsiballZ_command.py" <<< 3057 1726773032.69505: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmperj5gsz0" to remote "/root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835/AnsiballZ_command.py" <<< 3057 1726773032.70342: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773032.70346: stdout chunk (state=3): >>><<< 3057 1726773032.70349: stderr chunk (state=3): >>><<< 3057 1726773032.70351: done transferring module to remote 3057 1726773032.70362: _low_level_execute_command(): starting 3057 1726773032.70373: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835/ /root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835/AnsiballZ_command.py && sleep 0' 3057 1726773032.71030: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773032.71049: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773032.71066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773032.71084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773032.71189: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773032.71215: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773032.71286: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773032.73167: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773032.73281: stderr chunk (state=3): >>><<< 3057 1726773032.73298: stdout chunk (state=3): >>><<< 3057 1726773032.73326: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773032.73338: _low_level_execute_command(): starting 3057 1726773032.73356: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835/AnsiballZ_command.py && sleep 0' 3057 1726773032.74144: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773032.74171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773032.74295: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773032.74359: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773032.91443: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "start": "2024-09-19 15:10:32.907783", "end": "2024-09-19 15:10:32.913408", "delta": "0:00:00.005625", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773032.93030: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773032.93093: stderr chunk (state=3): >>><<< 3057 1726773032.93097: stdout chunk (state=3): >>><<< 3057 1726773032.93118: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "start": "2024-09-19 15:10:32.907783", "end": "2024-09-19 15:10:32.913408", "delta": "0:00:00.005625", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773032.93161: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773032.93169: _low_level_execute_command(): starting 3057 1726773032.93174: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773032.6334927-5111-119929186888835/ > /dev/null 2>&1 && sleep 0' 3057 1726773032.93681: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773032.93685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773032.93688: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773032.93690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773032.93693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773032.93744: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773032.93757: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773032.93773: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773032.93801: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773032.96043: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773032.96047: stdout chunk (state=3): >>><<< 3057 1726773032.96049: stderr chunk (state=3): >>><<< 3057 1726773032.96051: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773032.96054: handler run complete 3057 1726773032.96056: Evaluated conditional (False): False 3057 1726773032.96057: attempt loop complete, returning result 3057 1726773032.96059: _execute() done 3057 1726773032.96061: dumping result to json 3057 1726773032.96063: done dumping result, returning 3057 1726773032.96064: done running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot [02b512f9-4fcf-6140-6a9e-00000000001e] 3057 1726773032.96067: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000001e 3057 1726773032.96143: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000001e 3057 1726773032.96146: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "delta": "0:00:00.005625", "end": "2024-09-19 15:10:32.913408", "rc": 0, "start": "2024-09-19 15:10:32.907783" } 3057 1726773032.96209: no more pending results, returning what we have 3057 1726773032.96212: results queue empty 3057 1726773032.96213: checking for any_errors_fatal 3057 1726773032.96218: done checking for any_errors_fatal 3057 1726773032.96219: checking for max_fail_percentage 3057 1726773032.96221: done checking for max_fail_percentage 3057 1726773032.96221: checking to see if all hosts have failed and the running result is not ok 3057 1726773032.96222: done checking to see if all hosts have failed 3057 1726773032.96223: getting the remaining hosts for this loop 3057 1726773032.96224: done getting the remaining hosts for this loop 3057 1726773032.96227: getting the next task for host managed_node2 3057 1726773032.96233: done getting next task for host managed_node2 3057 1726773032.96238: ^ task is: TASK: Apply kernel_settings for removing 3057 1726773032.96239: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773032.96243: getting variables 3057 1726773032.96244: in VariableManager get_vars() 3057 1726773032.96280: Calling all_inventory to load vars for managed_node2 3057 1726773032.96283: Calling groups_inventory to load vars for managed_node2 3057 1726773032.96285: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773032.96297: Calling all_plugins_play to load vars for managed_node2 3057 1726773032.96299: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773032.96302: Calling groups_plugins_play to load vars for managed_node2 3057 1726773032.96561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773032.96780: done with get_vars() 3057 1726773032.96795: done getting variables TASK [Apply kernel_settings for removing] ************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:147 Thursday 19 September 2024 15:10:32 -0400 (0:00:00.391) 0:01:17.707 **** 3057 1726773032.96907: entering _queue_task() for managed_node2/include_role 3057 1726773032.97214: worker is 1 (out of 1 available) 3057 1726773032.97228: exiting _queue_task() for managed_node2/include_role 3057 1726773032.97352: done queuing things up, now waiting for results queue to drain 3057 1726773032.97354: waiting for pending results... 3057 1726773032.97660: running TaskExecutor() for managed_node2/TASK: Apply kernel_settings for removing 3057 1726773032.97701: in run() - task 02b512f9-4fcf-6140-6a9e-00000000001f 3057 1726773032.97725: variable 'ansible_search_path' from source: unknown 3057 1726773032.97781: calling self._execute() 3057 1726773032.97903: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773032.97918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773032.97936: variable 'omit' from source: magic vars 3057 1726773032.98070: _execute() done 3057 1726773032.98190: dumping result to json 3057 1726773032.98196: done dumping result, returning 3057 1726773032.98199: done running TaskExecutor() for managed_node2/TASK: Apply kernel_settings for removing [02b512f9-4fcf-6140-6a9e-00000000001f] 3057 1726773032.98201: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000001f 3057 1726773032.98381: no more pending results, returning what we have 3057 1726773032.98389: in VariableManager get_vars() 3057 1726773032.98447: Calling all_inventory to load vars for managed_node2 3057 1726773032.98451: Calling groups_inventory to load vars for managed_node2 3057 1726773032.98453: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773032.98470: Calling all_plugins_play to load vars for managed_node2 3057 1726773032.98474: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773032.98477: Calling groups_plugins_play to load vars for managed_node2 3057 1726773032.98829: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000001f 3057 1726773032.98833: WORKER PROCESS EXITING 3057 1726773032.98861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773032.99116: done with get_vars() 3057 1726773032.99124: variable 'ansible_search_path' from source: unknown 3057 1726773033.02212: variable 'omit' from source: magic vars 3057 1726773033.02243: variable 'omit' from source: magic vars 3057 1726773033.02261: variable 'omit' from source: magic vars 3057 1726773033.02265: we have included files to process 3057 1726773033.02266: generating all_blocks data 3057 1726773033.02268: done generating all_blocks data 3057 1726773033.02272: processing included file: fedora.linux_system_roles.kernel_settings 3057 1726773033.02297: in VariableManager get_vars() 3057 1726773033.02319: done with get_vars() 3057 1726773033.02356: in VariableManager get_vars() 3057 1726773033.02377: done with get_vars() 3057 1726773033.02418: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 3057 1726773033.02516: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 3057 1726773033.02548: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 3057 1726773033.02646: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 3057 1726773033.03518: in VariableManager get_vars() 3057 1726773033.03550: done with get_vars() 3057 1726773033.05061: in VariableManager get_vars() 3057 1726773033.05098: done with get_vars() 3057 1726773033.05287: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 3057 1726773033.06105: iterating over new_blocks loaded from include file 3057 1726773033.06108: in VariableManager get_vars() 3057 1726773033.06129: done with get_vars() 3057 1726773033.06131: filtering new block on tags 3057 1726773033.06182: done filtering new block on tags 3057 1726773033.06185: in VariableManager get_vars() 3057 1726773033.06205: done with get_vars() 3057 1726773033.06206: filtering new block on tags 3057 1726773033.06251: done filtering new block on tags 3057 1726773033.06254: in VariableManager get_vars() 3057 1726773033.06276: done with get_vars() 3057 1726773033.06277: filtering new block on tags 3057 1726773033.06473: done filtering new block on tags 3057 1726773033.06476: in VariableManager get_vars() 3057 1726773033.06498: done with get_vars() 3057 1726773033.06500: filtering new block on tags 3057 1726773033.06518: done filtering new block on tags 3057 1726773033.06520: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 3057 1726773033.06527: extending task lists for all hosts with included blocks 3057 1726773033.08750: done extending task lists 3057 1726773033.08752: done processing included files 3057 1726773033.08752: results queue empty 3057 1726773033.08753: checking for any_errors_fatal 3057 1726773033.08756: done checking for any_errors_fatal 3057 1726773033.08756: checking for max_fail_percentage 3057 1726773033.08757: done checking for max_fail_percentage 3057 1726773033.08758: checking to see if all hosts have failed and the running result is not ok 3057 1726773033.08758: done checking to see if all hosts have failed 3057 1726773033.08759: getting the remaining hosts for this loop 3057 1726773033.08760: done getting the remaining hosts for this loop 3057 1726773033.08762: getting the next task for host managed_node2 3057 1726773033.08766: done getting next task for host managed_node2 3057 1726773033.08768: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3057 1726773033.08770: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773033.08780: getting variables 3057 1726773033.08781: in VariableManager get_vars() 3057 1726773033.08796: Calling all_inventory to load vars for managed_node2 3057 1726773033.08798: Calling groups_inventory to load vars for managed_node2 3057 1726773033.08799: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773033.08804: Calling all_plugins_play to load vars for managed_node2 3057 1726773033.08806: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773033.08807: Calling groups_plugins_play to load vars for managed_node2 3057 1726773033.08919: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773033.09040: done with get_vars() 3057 1726773033.09048: done getting variables 3057 1726773033.09081: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:10:33 -0400 (0:00:00.121) 0:01:17.829 **** 3057 1726773033.09107: entering _queue_task() for managed_node2/fail 3057 1726773033.09351: worker is 1 (out of 1 available) 3057 1726773033.09366: exiting _queue_task() for managed_node2/fail 3057 1726773033.09380: done queuing things up, now waiting for results queue to drain 3057 1726773033.09382: waiting for pending results... 3057 1726773033.09580: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3057 1726773033.09677: in run() - task 02b512f9-4fcf-6140-6a9e-00000000060d 3057 1726773033.09689: variable 'ansible_search_path' from source: unknown 3057 1726773033.09696: variable 'ansible_search_path' from source: unknown 3057 1726773033.10142: calling self._execute() 3057 1726773033.10146: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.10148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.10152: variable 'omit' from source: magic vars 3057 1726773033.10669: variable 'kernel_settings_sysctl' from source: include params 3057 1726773033.10695: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773033.10722: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 3057 1726773033.11000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773033.12632: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773033.12685: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773033.12718: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773033.12746: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773033.12770: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773033.12847: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773033.12869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773033.12904: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773033.12938: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773033.12951: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773033.13140: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773033.13144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773033.13147: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773033.13150: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773033.13153: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773033.13180: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773033.13213: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773033.13246: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773033.13294: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773033.13316: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773033.13654: variable 'kernel_settings_sysctl' from source: include params 3057 1726773033.13739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773033.13928: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773033.13982: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773033.14029: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773033.14069: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773033.14139: 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) 3057 1726773033.14168: 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) 3057 1726773033.14209: 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) 3057 1726773033.14248: 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) 3057 1726773033.14317: 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) 3057 1726773033.14339: 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) 3057 1726773033.14406: 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) 3057 1726773033.14410: 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) 3057 1726773033.14446: 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 3057 1726773033.14464: when evaluation is False, skipping this task 3057 1726773033.14473: _execute() done 3057 1726773033.14482: dumping result to json 3057 1726773033.14515: done dumping result, returning 3057 1726773033.14518: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [02b512f9-4fcf-6140-6a9e-00000000060d] 3057 1726773033.14521: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000060d skipping: [managed_node2] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 3057 1726773033.14878: no more pending results, returning what we have 3057 1726773033.14882: results queue empty 3057 1726773033.14883: checking for any_errors_fatal 3057 1726773033.14884: done checking for any_errors_fatal 3057 1726773033.14885: checking for max_fail_percentage 3057 1726773033.14887: done checking for max_fail_percentage 3057 1726773033.14887: checking to see if all hosts have failed and the running result is not ok 3057 1726773033.14888: done checking to see if all hosts have failed 3057 1726773033.14889: getting the remaining hosts for this loop 3057 1726773033.14890: done getting the remaining hosts for this loop 3057 1726773033.14894: getting the next task for host managed_node2 3057 1726773033.14899: done getting next task for host managed_node2 3057 1726773033.14908: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3057 1726773033.14912: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773033.14929: getting variables 3057 1726773033.14930: in VariableManager get_vars() 3057 1726773033.14962: Calling all_inventory to load vars for managed_node2 3057 1726773033.14964: Calling groups_inventory to load vars for managed_node2 3057 1726773033.14966: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773033.14973: Calling all_plugins_play to load vars for managed_node2 3057 1726773033.14974: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773033.14976: Calling groups_plugins_play to load vars for managed_node2 3057 1726773033.15105: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773033.15264: done with get_vars() 3057 1726773033.15274: done getting variables 3057 1726773033.15303: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000060d 3057 1726773033.15307: WORKER PROCESS EXITING TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:10:33 -0400 (0:00:00.062) 0:01:17.892 **** 3057 1726773033.15364: entering _queue_task() for managed_node2/include_tasks 3057 1726773033.15584: worker is 1 (out of 1 available) 3057 1726773033.15601: exiting _queue_task() for managed_node2/include_tasks 3057 1726773033.15615: done queuing things up, now waiting for results queue to drain 3057 1726773033.15617: waiting for pending results... 3057 1726773033.15813: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3057 1726773033.15895: in run() - task 02b512f9-4fcf-6140-6a9e-00000000060e 3057 1726773033.15907: variable 'ansible_search_path' from source: unknown 3057 1726773033.15911: variable 'ansible_search_path' from source: unknown 3057 1726773033.15948: calling self._execute() 3057 1726773033.16023: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.16027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.16039: variable 'omit' from source: magic vars 3057 1726773033.16126: _execute() done 3057 1726773033.16130: dumping result to json 3057 1726773033.16133: done dumping result, returning 3057 1726773033.16141: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [02b512f9-4fcf-6140-6a9e-00000000060e] 3057 1726773033.16148: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000060e 3057 1726773033.16315: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000060e 3057 1726773033.16319: WORKER PROCESS EXITING 3057 1726773033.16357: no more pending results, returning what we have 3057 1726773033.16360: in VariableManager get_vars() 3057 1726773033.16390: Calling all_inventory to load vars for managed_node2 3057 1726773033.16394: Calling groups_inventory to load vars for managed_node2 3057 1726773033.16396: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773033.16405: Calling all_plugins_play to load vars for managed_node2 3057 1726773033.16408: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773033.16411: Calling groups_plugins_play to load vars for managed_node2 3057 1726773033.16568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773033.16756: done with get_vars() 3057 1726773033.16766: variable 'ansible_search_path' from source: unknown 3057 1726773033.16768: variable 'ansible_search_path' from source: unknown 3057 1726773033.16802: we have included files to process 3057 1726773033.16803: generating all_blocks data 3057 1726773033.16805: done generating all_blocks data 3057 1726773033.16814: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726773033.16815: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726773033.16817: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726773033.17589: done processing included file 3057 1726773033.17596: iterating over new_blocks loaded from include file 3057 1726773033.17598: in VariableManager get_vars() 3057 1726773033.17663: done with get_vars() 3057 1726773033.17665: filtering new block on tags 3057 1726773033.17697: done filtering new block on tags 3057 1726773033.17700: in VariableManager get_vars() 3057 1726773033.17724: done with get_vars() 3057 1726773033.17726: filtering new block on tags 3057 1726773033.17769: done filtering new block on tags 3057 1726773033.17772: in VariableManager get_vars() 3057 1726773033.17798: done with get_vars() 3057 1726773033.17800: filtering new block on tags 3057 1726773033.17840: done filtering new block on tags 3057 1726773033.17843: in VariableManager get_vars() 3057 1726773033.17866: done with get_vars() 3057 1726773033.17870: filtering new block on tags 3057 1726773033.17887: done filtering new block on tags 3057 1726773033.17888: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node2 3057 1726773033.17894: extending task lists for all hosts with included blocks 3057 1726773033.18017: done extending task lists 3057 1726773033.18019: done processing included files 3057 1726773033.18020: results queue empty 3057 1726773033.18020: checking for any_errors_fatal 3057 1726773033.18024: done checking for any_errors_fatal 3057 1726773033.18025: checking for max_fail_percentage 3057 1726773033.18026: done checking for max_fail_percentage 3057 1726773033.18027: checking to see if all hosts have failed and the running result is not ok 3057 1726773033.18028: done checking to see if all hosts have failed 3057 1726773033.18029: getting the remaining hosts for this loop 3057 1726773033.18030: done getting the remaining hosts for this loop 3057 1726773033.18032: getting the next task for host managed_node2 3057 1726773033.18039: done getting next task for host managed_node2 3057 1726773033.18043: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3057 1726773033.18046: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773033.18057: getting variables 3057 1726773033.18058: in VariableManager get_vars() 3057 1726773033.18071: Calling all_inventory to load vars for managed_node2 3057 1726773033.18073: Calling groups_inventory to load vars for managed_node2 3057 1726773033.18075: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773033.18081: Calling all_plugins_play to load vars for managed_node2 3057 1726773033.18083: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773033.18086: Calling groups_plugins_play to load vars for managed_node2 3057 1726773033.18204: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773033.18393: done with get_vars() 3057 1726773033.18402: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:10:33 -0400 (0:00:00.031) 0:01:17.923 **** 3057 1726773033.18479: entering _queue_task() for managed_node2/setup 3057 1726773033.18778: worker is 1 (out of 1 available) 3057 1726773033.18796: exiting _queue_task() for managed_node2/setup 3057 1726773033.18811: done queuing things up, now waiting for results queue to drain 3057 1726773033.18813: waiting for pending results... 3057 1726773033.19260: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3057 1726773033.19318: in run() - task 02b512f9-4fcf-6140-6a9e-000000000789 3057 1726773033.19345: variable 'ansible_search_path' from source: unknown 3057 1726773033.19360: variable 'ansible_search_path' from source: unknown 3057 1726773033.19410: calling self._execute() 3057 1726773033.19532: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.19538: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.19541: variable 'omit' from source: magic vars 3057 1726773033.19965: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773033.21743: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773033.21747: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773033.21817: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773033.21865: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773033.21910: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773033.22015: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773033.22055: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773033.22086: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773033.22146: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773033.22166: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773033.22242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773033.22272: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773033.22304: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773033.22366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773033.22386: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773033.22598: variable '__kernel_settings_required_facts' from source: role '' all vars 3057 1726773033.22614: variable 'ansible_facts' from source: unknown 3057 1726773033.22690: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 3057 1726773033.22696: when evaluation is False, skipping this task 3057 1726773033.22699: _execute() done 3057 1726773033.22702: dumping result to json 3057 1726773033.22704: done dumping result, returning 3057 1726773033.22709: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [02b512f9-4fcf-6140-6a9e-000000000789] 3057 1726773033.22715: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000789 skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 3057 1726773033.22870: no more pending results, returning what we have 3057 1726773033.22875: results queue empty 3057 1726773033.22876: checking for any_errors_fatal 3057 1726773033.22877: done checking for any_errors_fatal 3057 1726773033.22878: checking for max_fail_percentage 3057 1726773033.22879: done checking for max_fail_percentage 3057 1726773033.22880: checking to see if all hosts have failed and the running result is not ok 3057 1726773033.22881: done checking to see if all hosts have failed 3057 1726773033.22882: getting the remaining hosts for this loop 3057 1726773033.22884: done getting the remaining hosts for this loop 3057 1726773033.22888: getting the next task for host managed_node2 3057 1726773033.22900: done getting next task for host managed_node2 3057 1726773033.22905: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3057 1726773033.22910: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773033.22922: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000789 3057 1726773033.22925: WORKER PROCESS EXITING 3057 1726773033.22939: getting variables 3057 1726773033.22940: in VariableManager get_vars() 3057 1726773033.22981: Calling all_inventory to load vars for managed_node2 3057 1726773033.22983: Calling groups_inventory to load vars for managed_node2 3057 1726773033.22985: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773033.22997: Calling all_plugins_play to load vars for managed_node2 3057 1726773033.22999: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773033.23002: Calling groups_plugins_play to load vars for managed_node2 3057 1726773033.23143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773033.23278: done with get_vars() 3057 1726773033.23288: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:10:33 -0400 (0:00:00.048) 0:01:17.972 **** 3057 1726773033.23366: entering _queue_task() for managed_node2/stat 3057 1726773033.23593: worker is 1 (out of 1 available) 3057 1726773033.23607: exiting _queue_task() for managed_node2/stat 3057 1726773033.23622: done queuing things up, now waiting for results queue to drain 3057 1726773033.23624: waiting for pending results... 3057 1726773033.23821: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3057 1726773033.23918: in run() - task 02b512f9-4fcf-6140-6a9e-00000000078b 3057 1726773033.23932: variable 'ansible_search_path' from source: unknown 3057 1726773033.23940: variable 'ansible_search_path' from source: unknown 3057 1726773033.24140: calling self._execute() 3057 1726773033.24143: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.24145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.24147: variable 'omit' from source: magic vars 3057 1726773033.24454: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773033.24706: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773033.24745: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773033.24772: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773033.24799: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773033.24871: 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) 3057 1726773033.24890: 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) 3057 1726773033.24911: 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) 3057 1726773033.24930: 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) 3057 1726773033.25024: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726773033.25032: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 3057 1726773033.25037: when evaluation is False, skipping this task 3057 1726773033.25040: _execute() done 3057 1726773033.25043: dumping result to json 3057 1726773033.25048: done dumping result, returning 3057 1726773033.25055: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [02b512f9-4fcf-6140-6a9e-00000000078b] 3057 1726773033.25060: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000078b 3057 1726773033.25155: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000078b 3057 1726773033.25160: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 3057 1726773033.25227: no more pending results, returning what we have 3057 1726773033.25231: results queue empty 3057 1726773033.25232: checking for any_errors_fatal 3057 1726773033.25240: done checking for any_errors_fatal 3057 1726773033.25241: checking for max_fail_percentage 3057 1726773033.25243: done checking for max_fail_percentage 3057 1726773033.25244: checking to see if all hosts have failed and the running result is not ok 3057 1726773033.25245: done checking to see if all hosts have failed 3057 1726773033.25245: getting the remaining hosts for this loop 3057 1726773033.25247: done getting the remaining hosts for this loop 3057 1726773033.25250: getting the next task for host managed_node2 3057 1726773033.25256: done getting next task for host managed_node2 3057 1726773033.25260: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3057 1726773033.25264: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773033.25283: getting variables 3057 1726773033.25285: in VariableManager get_vars() 3057 1726773033.25322: Calling all_inventory to load vars for managed_node2 3057 1726773033.25325: Calling groups_inventory to load vars for managed_node2 3057 1726773033.25327: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773033.25342: Calling all_plugins_play to load vars for managed_node2 3057 1726773033.25345: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773033.25348: Calling groups_plugins_play to load vars for managed_node2 3057 1726773033.25508: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773033.25643: done with get_vars() 3057 1726773033.25651: done getting variables 3057 1726773033.25698: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:10:33 -0400 (0:00:00.023) 0:01:17.995 **** 3057 1726773033.25723: entering _queue_task() for managed_node2/set_fact 3057 1726773033.25940: worker is 1 (out of 1 available) 3057 1726773033.25955: exiting _queue_task() for managed_node2/set_fact 3057 1726773033.25971: done queuing things up, now waiting for results queue to drain 3057 1726773033.25973: waiting for pending results... 3057 1726773033.26172: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3057 1726773033.26276: in run() - task 02b512f9-4fcf-6140-6a9e-00000000078c 3057 1726773033.26440: variable 'ansible_search_path' from source: unknown 3057 1726773033.26445: variable 'ansible_search_path' from source: unknown 3057 1726773033.26449: calling self._execute() 3057 1726773033.26452: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.26455: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.26459: variable 'omit' from source: magic vars 3057 1726773033.26804: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773033.27017: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773033.27062: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773033.27090: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773033.27121: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773033.27197: 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) 3057 1726773033.27217: 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) 3057 1726773033.27239: 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) 3057 1726773033.27260: 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) 3057 1726773033.27361: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726773033.27368: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 3057 1726773033.27371: when evaluation is False, skipping this task 3057 1726773033.27376: _execute() done 3057 1726773033.27379: dumping result to json 3057 1726773033.27382: done dumping result, returning 3057 1726773033.27395: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [02b512f9-4fcf-6140-6a9e-00000000078c] 3057 1726773033.27398: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000078c 3057 1726773033.27488: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000078c 3057 1726773033.27493: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 3057 1726773033.27553: no more pending results, returning what we have 3057 1726773033.27557: results queue empty 3057 1726773033.27558: checking for any_errors_fatal 3057 1726773033.27563: done checking for any_errors_fatal 3057 1726773033.27564: checking for max_fail_percentage 3057 1726773033.27565: done checking for max_fail_percentage 3057 1726773033.27566: checking to see if all hosts have failed and the running result is not ok 3057 1726773033.27567: done checking to see if all hosts have failed 3057 1726773033.27568: getting the remaining hosts for this loop 3057 1726773033.27570: done getting the remaining hosts for this loop 3057 1726773033.27574: getting the next task for host managed_node2 3057 1726773033.27584: done getting next task for host managed_node2 3057 1726773033.27587: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3057 1726773033.27591: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773033.27614: getting variables 3057 1726773033.27616: in VariableManager get_vars() 3057 1726773033.27653: Calling all_inventory to load vars for managed_node2 3057 1726773033.27656: Calling groups_inventory to load vars for managed_node2 3057 1726773033.27658: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773033.27667: Calling all_plugins_play to load vars for managed_node2 3057 1726773033.27669: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773033.27672: Calling groups_plugins_play to load vars for managed_node2 3057 1726773033.27797: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773033.27934: done with get_vars() 3057 1726773033.27945: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:10:33 -0400 (0:00:00.022) 0:01:18.018 **** 3057 1726773033.28017: entering _queue_task() for managed_node2/stat 3057 1726773033.28234: worker is 1 (out of 1 available) 3057 1726773033.28248: exiting _queue_task() for managed_node2/stat 3057 1726773033.28261: done queuing things up, now waiting for results queue to drain 3057 1726773033.28263: waiting for pending results... 3057 1726773033.28464: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3057 1726773033.28564: in run() - task 02b512f9-4fcf-6140-6a9e-00000000078e 3057 1726773033.28577: variable 'ansible_search_path' from source: unknown 3057 1726773033.28582: variable 'ansible_search_path' from source: unknown 3057 1726773033.28617: calling self._execute() 3057 1726773033.28688: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.28692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.28709: variable 'omit' from source: magic vars 3057 1726773033.29157: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773033.29341: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773033.29377: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773033.29405: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773033.29432: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773033.29506: 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) 3057 1726773033.29526: 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) 3057 1726773033.29549: 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) 3057 1726773033.29569: 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) 3057 1726773033.29665: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773033.29673: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 3057 1726773033.29676: when evaluation is False, skipping this task 3057 1726773033.29681: _execute() done 3057 1726773033.29684: dumping result to json 3057 1726773033.29687: done dumping result, returning 3057 1726773033.29700: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [02b512f9-4fcf-6140-6a9e-00000000078e] 3057 1726773033.29703: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000078e 3057 1726773033.29791: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000078e 3057 1726773033.29794: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 3057 1726773033.29855: no more pending results, returning what we have 3057 1726773033.29859: results queue empty 3057 1726773033.29860: checking for any_errors_fatal 3057 1726773033.29866: done checking for any_errors_fatal 3057 1726773033.29866: checking for max_fail_percentage 3057 1726773033.29868: done checking for max_fail_percentage 3057 1726773033.29869: checking to see if all hosts have failed and the running result is not ok 3057 1726773033.29870: done checking to see if all hosts have failed 3057 1726773033.29870: getting the remaining hosts for this loop 3057 1726773033.29872: done getting the remaining hosts for this loop 3057 1726773033.29876: getting the next task for host managed_node2 3057 1726773033.29883: done getting next task for host managed_node2 3057 1726773033.29887: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3057 1726773033.29891: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773033.29909: getting variables 3057 1726773033.29910: in VariableManager get_vars() 3057 1726773033.29953: Calling all_inventory to load vars for managed_node2 3057 1726773033.29956: Calling groups_inventory to load vars for managed_node2 3057 1726773033.29958: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773033.29967: Calling all_plugins_play to load vars for managed_node2 3057 1726773033.29970: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773033.29973: Calling groups_plugins_play to load vars for managed_node2 3057 1726773033.30137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773033.30268: done with get_vars() 3057 1726773033.30276: done getting variables 3057 1726773033.30321: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:10:33 -0400 (0:00:00.023) 0:01:18.042 **** 3057 1726773033.30348: entering _queue_task() for managed_node2/set_fact 3057 1726773033.30566: worker is 1 (out of 1 available) 3057 1726773033.30580: exiting _queue_task() for managed_node2/set_fact 3057 1726773033.30595: done queuing things up, now waiting for results queue to drain 3057 1726773033.30597: waiting for pending results... 3057 1726773033.30793: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3057 1726773033.30902: in run() - task 02b512f9-4fcf-6140-6a9e-00000000078f 3057 1726773033.30916: variable 'ansible_search_path' from source: unknown 3057 1726773033.30919: variable 'ansible_search_path' from source: unknown 3057 1726773033.30956: calling self._execute() 3057 1726773033.31030: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.31034: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.31047: variable 'omit' from source: magic vars 3057 1726773033.31429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773033.31633: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773033.31670: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773033.31701: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773033.31737: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773033.31838: 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) 3057 1726773033.31859: 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) 3057 1726773033.31880: 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) 3057 1726773033.31899: 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) 3057 1726773033.31998: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773033.32005: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 3057 1726773033.32008: when evaluation is False, skipping this task 3057 1726773033.32011: _execute() done 3057 1726773033.32014: dumping result to json 3057 1726773033.32017: done dumping result, returning 3057 1726773033.32141: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [02b512f9-4fcf-6140-6a9e-00000000078f] 3057 1726773033.32145: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000078f 3057 1726773033.32197: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000078f 3057 1726773033.32199: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 3057 1726773033.32280: no more pending results, returning what we have 3057 1726773033.32283: results queue empty 3057 1726773033.32284: checking for any_errors_fatal 3057 1726773033.32290: done checking for any_errors_fatal 3057 1726773033.32293: checking for max_fail_percentage 3057 1726773033.32294: done checking for max_fail_percentage 3057 1726773033.32295: checking to see if all hosts have failed and the running result is not ok 3057 1726773033.32296: done checking to see if all hosts have failed 3057 1726773033.32297: getting the remaining hosts for this loop 3057 1726773033.32298: done getting the remaining hosts for this loop 3057 1726773033.32301: getting the next task for host managed_node2 3057 1726773033.32310: done getting next task for host managed_node2 3057 1726773033.32315: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3057 1726773033.32319: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773033.32331: getting variables 3057 1726773033.32332: in VariableManager get_vars() 3057 1726773033.32365: Calling all_inventory to load vars for managed_node2 3057 1726773033.32367: Calling groups_inventory to load vars for managed_node2 3057 1726773033.32369: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773033.32376: Calling all_plugins_play to load vars for managed_node2 3057 1726773033.32378: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773033.32379: Calling groups_plugins_play to load vars for managed_node2 3057 1726773033.32503: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773033.32641: done with get_vars() 3057 1726773033.32650: done getting variables 3057 1726773033.32699: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:10:33 -0400 (0:00:00.023) 0:01:18.065 **** 3057 1726773033.32727: entering _queue_task() for managed_node2/include_vars 3057 1726773033.32957: worker is 1 (out of 1 available) 3057 1726773033.32971: exiting _queue_task() for managed_node2/include_vars 3057 1726773033.32985: done queuing things up, now waiting for results queue to drain 3057 1726773033.32987: waiting for pending results... 3057 1726773033.33187: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3057 1726773033.33289: in run() - task 02b512f9-4fcf-6140-6a9e-000000000791 3057 1726773033.33303: variable 'ansible_search_path' from source: unknown 3057 1726773033.33307: variable 'ansible_search_path' from source: unknown 3057 1726773033.33342: calling self._execute() 3057 1726773033.33418: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.33422: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.33435: variable 'omit' from source: magic vars 3057 1726773033.33517: variable 'omit' from source: magic vars 3057 1726773033.33570: variable 'omit' from source: magic vars 3057 1726773033.33930: variable 'ffparams' from source: task vars 3057 1726773033.34031: variable 'ansible_facts' from source: unknown 3057 1726773033.34167: variable 'ansible_facts' from source: unknown 3057 1726773033.34262: variable 'ansible_facts' from source: unknown 3057 1726773033.34356: variable 'ansible_facts' from source: unknown 3057 1726773033.34438: variable 'role_path' from source: magic vars 3057 1726773033.34577: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 3057 1726773033.34734: Loaded config def from plugin (lookup/first_found) 3057 1726773033.34739: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 3057 1726773033.34773: variable 'ansible_search_path' from source: unknown 3057 1726773033.34794: variable 'ansible_search_path' from source: unknown 3057 1726773033.34800: variable 'ansible_search_path' from source: unknown 3057 1726773033.34807: variable 'ansible_search_path' from source: unknown 3057 1726773033.34814: variable 'ansible_search_path' from source: unknown 3057 1726773033.34832: variable 'omit' from source: magic vars 3057 1726773033.34939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773033.34942: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773033.34943: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773033.34945: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773033.34947: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773033.34948: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773033.34949: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.34950: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.35018: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773033.35026: Set connection var ansible_pipelining to False 3057 1726773033.35029: Set connection var ansible_shell_type to sh 3057 1726773033.35031: Set connection var ansible_connection to ssh 3057 1726773033.35038: Set connection var ansible_timeout to 10 3057 1726773033.35046: Set connection var ansible_shell_executable to /bin/sh 3057 1726773033.35068: variable 'ansible_shell_executable' from source: unknown 3057 1726773033.35071: variable 'ansible_connection' from source: unknown 3057 1726773033.35074: variable 'ansible_module_compression' from source: unknown 3057 1726773033.35076: variable 'ansible_shell_type' from source: unknown 3057 1726773033.35078: variable 'ansible_shell_executable' from source: unknown 3057 1726773033.35081: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.35083: variable 'ansible_pipelining' from source: unknown 3057 1726773033.35085: variable 'ansible_timeout' from source: unknown 3057 1726773033.35139: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.35185: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773033.35339: variable 'omit' from source: magic vars 3057 1726773033.35342: starting attempt loop 3057 1726773033.35345: running the handler 3057 1726773033.35347: handler run complete 3057 1726773033.35349: attempt loop complete, returning result 3057 1726773033.35350: _execute() done 3057 1726773033.35352: dumping result to json 3057 1726773033.35354: done dumping result, returning 3057 1726773033.35356: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [02b512f9-4fcf-6140-6a9e-000000000791] 3057 1726773033.35358: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000791 3057 1726773033.35439: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000791 3057 1726773033.35442: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 3057 1726773033.35512: no more pending results, returning what we have 3057 1726773033.35517: results queue empty 3057 1726773033.35517: checking for any_errors_fatal 3057 1726773033.35523: done checking for any_errors_fatal 3057 1726773033.35523: checking for max_fail_percentage 3057 1726773033.35525: done checking for max_fail_percentage 3057 1726773033.35525: checking to see if all hosts have failed and the running result is not ok 3057 1726773033.35526: done checking to see if all hosts have failed 3057 1726773033.35527: getting the remaining hosts for this loop 3057 1726773033.35528: done getting the remaining hosts for this loop 3057 1726773033.35531: getting the next task for host managed_node2 3057 1726773033.35541: done getting next task for host managed_node2 3057 1726773033.35545: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3057 1726773033.35547: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773033.35558: getting variables 3057 1726773033.35560: in VariableManager get_vars() 3057 1726773033.35589: Calling all_inventory to load vars for managed_node2 3057 1726773033.35592: Calling groups_inventory to load vars for managed_node2 3057 1726773033.35594: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773033.35601: Calling all_plugins_play to load vars for managed_node2 3057 1726773033.35603: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773033.35604: Calling groups_plugins_play to load vars for managed_node2 3057 1726773033.35761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773033.35894: done with get_vars() 3057 1726773033.35902: done getting variables 3057 1726773033.35951: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:10:33 -0400 (0:00:00.032) 0:01:18.098 **** 3057 1726773033.35976: entering _queue_task() for managed_node2/package 3057 1726773033.36194: worker is 1 (out of 1 available) 3057 1726773033.36210: exiting _queue_task() for managed_node2/package 3057 1726773033.36224: done queuing things up, now waiting for results queue to drain 3057 1726773033.36226: waiting for pending results... 3057 1726773033.36432: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3057 1726773033.36513: in run() - task 02b512f9-4fcf-6140-6a9e-00000000060f 3057 1726773033.36526: variable 'ansible_search_path' from source: unknown 3057 1726773033.36530: variable 'ansible_search_path' from source: unknown 3057 1726773033.36569: calling self._execute() 3057 1726773033.36648: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.36653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.36661: variable 'omit' from source: magic vars 3057 1726773033.36752: variable 'omit' from source: magic vars 3057 1726773033.36794: variable 'omit' from source: magic vars 3057 1726773033.36818: variable '__kernel_settings_packages' from source: include_vars 3057 1726773033.37065: variable '__kernel_settings_packages' from source: include_vars 3057 1726773033.37245: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773033.39060: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773033.39112: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773033.39144: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773033.39171: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773033.39197: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773033.39277: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773033.39303: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773033.39323: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773033.39353: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773033.39364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773033.39449: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726773033.39454: variable 'omit' from source: magic vars 3057 1726773033.39480: variable 'omit' from source: magic vars 3057 1726773033.39510: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773033.39531: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773033.39547: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773033.39562: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773033.39571: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773033.39597: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773033.39601: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.39603: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.39678: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773033.39686: Set connection var ansible_pipelining to False 3057 1726773033.39689: Set connection var ansible_shell_type to sh 3057 1726773033.39695: Set connection var ansible_connection to ssh 3057 1726773033.39697: Set connection var ansible_timeout to 10 3057 1726773033.39705: Set connection var ansible_shell_executable to /bin/sh 3057 1726773033.39726: variable 'ansible_shell_executable' from source: unknown 3057 1726773033.39940: variable 'ansible_connection' from source: unknown 3057 1726773033.39943: variable 'ansible_module_compression' from source: unknown 3057 1726773033.39945: variable 'ansible_shell_type' from source: unknown 3057 1726773033.39946: variable 'ansible_shell_executable' from source: unknown 3057 1726773033.39948: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773033.39951: variable 'ansible_pipelining' from source: unknown 3057 1726773033.39953: variable 'ansible_timeout' from source: unknown 3057 1726773033.39955: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773033.39959: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773033.39961: variable 'omit' from source: magic vars 3057 1726773033.39963: starting attempt loop 3057 1726773033.39966: running the handler 3057 1726773033.39968: variable 'ansible_facts' from source: unknown 3057 1726773033.39970: variable 'ansible_facts' from source: unknown 3057 1726773033.39973: _low_level_execute_command(): starting 3057 1726773033.39975: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773033.40453: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773033.40471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773033.40481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773033.40527: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773033.40545: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773033.40599: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773033.42419: stdout chunk (state=3): >>>/root <<< 3057 1726773033.42590: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773033.42655: stderr chunk (state=3): >>><<< 3057 1726773033.42659: stdout chunk (state=3): >>><<< 3057 1726773033.42682: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773033.42698: _low_level_execute_command(): starting 3057 1726773033.42705: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759 `" && echo ansible-tmp-1726773033.4268272-5148-163731643245759="` echo /root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759 `" ) && sleep 0' 3057 1726773033.43206: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773033.43211: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773033.43214: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773033.43216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773033.43272: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773033.43275: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773033.43277: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773033.43322: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773033.45336: stdout chunk (state=3): >>>ansible-tmp-1726773033.4268272-5148-163731643245759=/root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759 <<< 3057 1726773033.45444: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773033.45510: stderr chunk (state=3): >>><<< 3057 1726773033.45515: stdout chunk (state=3): >>><<< 3057 1726773033.45531: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773033.4268272-5148-163731643245759=/root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773033.45562: variable 'ansible_module_compression' from source: unknown 3057 1726773033.45612: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 3057 1726773033.45650: variable 'ansible_facts' from source: unknown 3057 1726773033.45733: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759/AnsiballZ_dnf.py 3057 1726773033.45852: Sending initial data 3057 1726773033.45855: Sent initial data (150 bytes) 3057 1726773033.46555: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773033.46573: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773033.46595: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773033.46715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773033.48325: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773033.48352: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773033.48419: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpfyvjun1a /root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759/AnsiballZ_dnf.py <<< 3057 1726773033.48422: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759/AnsiballZ_dnf.py" <<< 3057 1726773033.48460: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpfyvjun1a" to remote "/root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759/AnsiballZ_dnf.py" <<< 3057 1726773033.48462: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759/AnsiballZ_dnf.py" <<< 3057 1726773033.49129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773033.49211: stderr chunk (state=3): >>><<< 3057 1726773033.49215: stdout chunk (state=3): >>><<< 3057 1726773033.49237: done transferring module to remote 3057 1726773033.49249: _low_level_execute_command(): starting 3057 1726773033.49252: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759/ /root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759/AnsiballZ_dnf.py && sleep 0' 3057 1726773033.49741: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773033.49749: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773033.49751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773033.49765: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773033.49768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773033.49817: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773033.49820: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773033.49826: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773033.49864: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773033.51676: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773033.51733: stderr chunk (state=3): >>><<< 3057 1726773033.51739: stdout chunk (state=3): >>><<< 3057 1726773033.51752: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773033.51755: _low_level_execute_command(): starting 3057 1726773033.51761: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759/AnsiballZ_dnf.py && sleep 0' 3057 1726773033.52261: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773033.52265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773033.52267: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773033.52270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773033.52325: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773033.52329: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773033.52334: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773033.52379: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773034.66040: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 3057 1726773034.71413: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773034.71476: stderr chunk (state=3): >>><<< 3057 1726773034.71480: stdout chunk (state=3): >>><<< 3057 1726773034.71497: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773034.71538: 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-1726773033.4268272-5148-163731643245759/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773034.71547: _low_level_execute_command(): starting 3057 1726773034.71554: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773033.4268272-5148-163731643245759/ > /dev/null 2>&1 && sleep 0' 3057 1726773034.72257: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773034.72301: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773034.72320: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773034.72359: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773034.72425: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773034.74395: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773034.74460: stderr chunk (state=3): >>><<< 3057 1726773034.74464: stdout chunk (state=3): >>><<< 3057 1726773034.74477: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773034.74484: handler run complete 3057 1726773034.74523: attempt loop complete, returning result 3057 1726773034.74526: _execute() done 3057 1726773034.74529: dumping result to json 3057 1726773034.74531: done dumping result, returning 3057 1726773034.74543: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [02b512f9-4fcf-6140-6a9e-00000000060f] 3057 1726773034.74547: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000060f 3057 1726773034.74657: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000060f 3057 1726773034.74660: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 3057 1726773034.74776: no more pending results, returning what we have 3057 1726773034.74779: results queue empty 3057 1726773034.74780: checking for any_errors_fatal 3057 1726773034.74789: done checking for any_errors_fatal 3057 1726773034.74790: checking for max_fail_percentage 3057 1726773034.74792: done checking for max_fail_percentage 3057 1726773034.74793: checking to see if all hosts have failed and the running result is not ok 3057 1726773034.74794: done checking to see if all hosts have failed 3057 1726773034.74794: getting the remaining hosts for this loop 3057 1726773034.74798: done getting the remaining hosts for this loop 3057 1726773034.74802: getting the next task for host managed_node2 3057 1726773034.74811: done getting next task for host managed_node2 3057 1726773034.74815: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3057 1726773034.74818: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773034.74829: getting variables 3057 1726773034.74831: in VariableManager get_vars() 3057 1726773034.74995: Calling all_inventory to load vars for managed_node2 3057 1726773034.74998: Calling groups_inventory to load vars for managed_node2 3057 1726773034.75001: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773034.75011: Calling all_plugins_play to load vars for managed_node2 3057 1726773034.75014: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773034.75017: Calling groups_plugins_play to load vars for managed_node2 3057 1726773034.75214: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773034.75484: done with get_vars() 3057 1726773034.75506: done getting variables 3057 1726773034.75577: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:10:34 -0400 (0:00:01.396) 0:01:19.494 **** 3057 1726773034.75623: entering _queue_task() for managed_node2/debug 3057 1726773034.75982: worker is 1 (out of 1 available) 3057 1726773034.75998: exiting _queue_task() for managed_node2/debug 3057 1726773034.76012: done queuing things up, now waiting for results queue to drain 3057 1726773034.76014: waiting for pending results... 3057 1726773034.76371: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3057 1726773034.76458: in run() - task 02b512f9-4fcf-6140-6a9e-000000000611 3057 1726773034.76472: variable 'ansible_search_path' from source: unknown 3057 1726773034.76476: variable 'ansible_search_path' from source: unknown 3057 1726773034.76532: calling self._execute() 3057 1726773034.76620: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773034.76624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773034.76634: variable 'omit' from source: magic vars 3057 1726773034.77142: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773034.79358: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773034.79443: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773034.79505: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773034.79552: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773034.79584: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773034.79678: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773034.79714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773034.79750: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773034.79800: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773034.79821: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773034.79948: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773034.79976: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726773034.79985: when evaluation is False, skipping this task 3057 1726773034.79993: _execute() done 3057 1726773034.80000: dumping result to json 3057 1726773034.80007: done dumping result, returning 3057 1726773034.80017: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [02b512f9-4fcf-6140-6a9e-000000000611] 3057 1726773034.80028: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000611 skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 3057 1726773034.80219: no more pending results, returning what we have 3057 1726773034.80223: results queue empty 3057 1726773034.80224: checking for any_errors_fatal 3057 1726773034.80232: done checking for any_errors_fatal 3057 1726773034.80233: checking for max_fail_percentage 3057 1726773034.80234: done checking for max_fail_percentage 3057 1726773034.80237: checking to see if all hosts have failed and the running result is not ok 3057 1726773034.80237: done checking to see if all hosts have failed 3057 1726773034.80238: getting the remaining hosts for this loop 3057 1726773034.80240: done getting the remaining hosts for this loop 3057 1726773034.80245: getting the next task for host managed_node2 3057 1726773034.80253: done getting next task for host managed_node2 3057 1726773034.80256: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3057 1726773034.80260: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773034.80277: getting variables 3057 1726773034.80279: in VariableManager get_vars() 3057 1726773034.80326: Calling all_inventory to load vars for managed_node2 3057 1726773034.80329: Calling groups_inventory to load vars for managed_node2 3057 1726773034.80332: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773034.80441: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000611 3057 1726773034.80445: WORKER PROCESS EXITING 3057 1726773034.80504: Calling all_plugins_play to load vars for managed_node2 3057 1726773034.80507: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773034.80509: Calling groups_plugins_play to load vars for managed_node2 3057 1726773034.80884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773034.81128: done with get_vars() 3057 1726773034.81145: done getting variables 3057 1726773034.81222: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:10:34 -0400 (0:00:00.056) 0:01:19.551 **** 3057 1726773034.81260: entering _queue_task() for managed_node2/reboot 3057 1726773034.81576: worker is 1 (out of 1 available) 3057 1726773034.81603: exiting _queue_task() for managed_node2/reboot 3057 1726773034.81618: done queuing things up, now waiting for results queue to drain 3057 1726773034.81620: waiting for pending results... 3057 1726773034.81867: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3057 1726773034.82057: in run() - task 02b512f9-4fcf-6140-6a9e-000000000612 3057 1726773034.82062: variable 'ansible_search_path' from source: unknown 3057 1726773034.82065: variable 'ansible_search_path' from source: unknown 3057 1726773034.82108: calling self._execute() 3057 1726773034.82205: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773034.82217: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773034.82232: variable 'omit' from source: magic vars 3057 1726773034.82772: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773034.85225: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773034.85341: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773034.85345: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773034.85382: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773034.85421: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773034.85520: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773034.85561: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773034.85596: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773034.85649: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773034.85744: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773034.85795: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773034.85823: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726773034.85832: when evaluation is False, skipping this task 3057 1726773034.85845: _execute() done 3057 1726773034.85853: dumping result to json 3057 1726773034.85861: done dumping result, returning 3057 1726773034.85874: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [02b512f9-4fcf-6140-6a9e-000000000612] 3057 1726773034.85884: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000612 skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3057 1726773034.86052: no more pending results, returning what we have 3057 1726773034.86057: results queue empty 3057 1726773034.86058: checking for any_errors_fatal 3057 1726773034.86066: done checking for any_errors_fatal 3057 1726773034.86067: checking for max_fail_percentage 3057 1726773034.86069: done checking for max_fail_percentage 3057 1726773034.86070: checking to see if all hosts have failed and the running result is not ok 3057 1726773034.86070: done checking to see if all hosts have failed 3057 1726773034.86071: getting the remaining hosts for this loop 3057 1726773034.86074: done getting the remaining hosts for this loop 3057 1726773034.86079: getting the next task for host managed_node2 3057 1726773034.86093: done getting next task for host managed_node2 3057 1726773034.86097: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3057 1726773034.86099: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773034.86115: getting variables 3057 1726773034.86116: in VariableManager get_vars() 3057 1726773034.86172: Calling all_inventory to load vars for managed_node2 3057 1726773034.86175: Calling groups_inventory to load vars for managed_node2 3057 1726773034.86176: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773034.86186: Calling all_plugins_play to load vars for managed_node2 3057 1726773034.86188: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773034.86190: Calling groups_plugins_play to load vars for managed_node2 3057 1726773034.86612: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000612 3057 1726773034.86615: WORKER PROCESS EXITING 3057 1726773034.86627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773034.86760: done with get_vars() 3057 1726773034.86768: done getting variables 3057 1726773034.86813: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:10:34 -0400 (0:00:00.055) 0:01:19.607 **** 3057 1726773034.86840: entering _queue_task() for managed_node2/fail 3057 1726773034.87059: worker is 1 (out of 1 available) 3057 1726773034.87075: exiting _queue_task() for managed_node2/fail 3057 1726773034.87088: done queuing things up, now waiting for results queue to drain 3057 1726773034.87090: waiting for pending results... 3057 1726773034.87286: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3057 1726773034.87383: in run() - task 02b512f9-4fcf-6140-6a9e-000000000613 3057 1726773034.87398: variable 'ansible_search_path' from source: unknown 3057 1726773034.87403: variable 'ansible_search_path' from source: unknown 3057 1726773034.87438: calling self._execute() 3057 1726773034.87520: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773034.87525: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773034.87535: variable 'omit' from source: magic vars 3057 1726773034.87945: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773034.89981: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773034.90042: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773034.90074: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773034.90105: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773034.90125: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773034.90194: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773034.90218: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773034.90238: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773034.90270: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773034.90341: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773034.90366: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773034.90381: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726773034.90386: when evaluation is False, skipping this task 3057 1726773034.90389: _execute() done 3057 1726773034.90392: dumping result to json 3057 1726773034.90540: done dumping result, returning 3057 1726773034.90544: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [02b512f9-4fcf-6140-6a9e-000000000613] 3057 1726773034.90546: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000613 3057 1726773034.90620: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000613 3057 1726773034.90623: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3057 1726773034.90666: no more pending results, returning what we have 3057 1726773034.90669: results queue empty 3057 1726773034.90669: checking for any_errors_fatal 3057 1726773034.90674: done checking for any_errors_fatal 3057 1726773034.90674: checking for max_fail_percentage 3057 1726773034.90676: done checking for max_fail_percentage 3057 1726773034.90676: checking to see if all hosts have failed and the running result is not ok 3057 1726773034.90677: done checking to see if all hosts have failed 3057 1726773034.90677: getting the remaining hosts for this loop 3057 1726773034.90679: done getting the remaining hosts for this loop 3057 1726773034.90681: getting the next task for host managed_node2 3057 1726773034.90687: done getting next task for host managed_node2 3057 1726773034.90690: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3057 1726773034.90693: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773034.90705: getting variables 3057 1726773034.90707: in VariableManager get_vars() 3057 1726773034.90737: Calling all_inventory to load vars for managed_node2 3057 1726773034.90739: Calling groups_inventory to load vars for managed_node2 3057 1726773034.90741: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773034.90749: Calling all_plugins_play to load vars for managed_node2 3057 1726773034.90751: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773034.90753: Calling groups_plugins_play to load vars for managed_node2 3057 1726773034.90869: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773034.91011: done with get_vars() 3057 1726773034.91020: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:10:34 -0400 (0:00:00.042) 0:01:19.649 **** 3057 1726773034.91084: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773034.91298: worker is 1 (out of 1 available) 3057 1726773034.91312: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773034.91327: done queuing things up, now waiting for results queue to drain 3057 1726773034.91329: waiting for pending results... 3057 1726773034.91531: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3057 1726773034.91620: in run() - task 02b512f9-4fcf-6140-6a9e-000000000615 3057 1726773034.91632: variable 'ansible_search_path' from source: unknown 3057 1726773034.91637: variable 'ansible_search_path' from source: unknown 3057 1726773034.91741: calling self._execute() 3057 1726773034.91751: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773034.91757: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773034.91767: variable 'omit' from source: magic vars 3057 1726773034.91857: variable 'omit' from source: magic vars 3057 1726773034.91902: variable 'omit' from source: magic vars 3057 1726773034.91926: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3057 1726773034.92183: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3057 1726773034.92251: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773034.92279: variable 'omit' from source: magic vars 3057 1726773034.92340: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773034.92413: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773034.92430: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773034.92450: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773034.92460: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773034.92485: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773034.92489: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773034.92492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773034.92572: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773034.92579: Set connection var ansible_pipelining to False 3057 1726773034.92582: Set connection var ansible_shell_type to sh 3057 1726773034.92585: Set connection var ansible_connection to ssh 3057 1726773034.92590: Set connection var ansible_timeout to 10 3057 1726773034.92600: Set connection var ansible_shell_executable to /bin/sh 3057 1726773034.92619: variable 'ansible_shell_executable' from source: unknown 3057 1726773034.92622: variable 'ansible_connection' from source: unknown 3057 1726773034.92625: variable 'ansible_module_compression' from source: unknown 3057 1726773034.92628: variable 'ansible_shell_type' from source: unknown 3057 1726773034.92630: variable 'ansible_shell_executable' from source: unknown 3057 1726773034.92632: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773034.92637: variable 'ansible_pipelining' from source: unknown 3057 1726773034.92640: variable 'ansible_timeout' from source: unknown 3057 1726773034.92839: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773034.92842: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773034.92844: variable 'omit' from source: magic vars 3057 1726773034.92846: starting attempt loop 3057 1726773034.92847: running the handler 3057 1726773034.92849: _low_level_execute_command(): starting 3057 1726773034.92850: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773034.93362: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773034.93383: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773034.93399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773034.93436: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773034.93462: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773034.93506: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773034.95237: stdout chunk (state=3): >>>/root <<< 3057 1726773034.95339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773034.95405: stderr chunk (state=3): >>><<< 3057 1726773034.95409: stdout chunk (state=3): >>><<< 3057 1726773034.95430: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773034.95444: _low_level_execute_command(): starting 3057 1726773034.95451: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018 `" && echo ansible-tmp-1726773034.9543052-5213-58539539592018="` echo /root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018 `" ) && sleep 0' 3057 1726773034.95927: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773034.96001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773034.96013: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773034.96015: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773034.96017: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773034.96018: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773034.96033: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773034.96092: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773034.98068: stdout chunk (state=3): >>>ansible-tmp-1726773034.9543052-5213-58539539592018=/root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018 <<< 3057 1726773034.98203: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773034.98248: stderr chunk (state=3): >>><<< 3057 1726773034.98251: stdout chunk (state=3): >>><<< 3057 1726773034.98269: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773034.9543052-5213-58539539592018=/root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773034.98439: variable 'ansible_module_compression' from source: unknown 3057 1726773034.98442: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 3057 1726773034.98443: variable 'ansible_facts' from source: unknown 3057 1726773034.98457: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018/AnsiballZ_kernel_settings_get_config.py 3057 1726773034.98572: Sending initial data 3057 1726773034.98575: Sent initial data (172 bytes) 3057 1726773034.99075: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773034.99078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773034.99084: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773034.99086: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773034.99088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773034.99143: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773034.99147: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773034.99160: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773034.99193: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.00785: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773035.00831: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773035.00877: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpbp3hxgg2 /root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018/AnsiballZ_kernel_settings_get_config.py <<< 3057 1726773035.00882: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773035.00929: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpbp3hxgg2" to remote "/root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773035.00936: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773035.01457: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773035.01540: stderr chunk (state=3): >>><<< 3057 1726773035.01543: stdout chunk (state=3): >>><<< 3057 1726773035.01564: done transferring module to remote 3057 1726773035.01578: _low_level_execute_command(): starting 3057 1726773035.01581: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018/ /root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773035.02075: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773035.02079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.02081: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773035.02088: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773035.02090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.02140: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.02144: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.02185: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.03999: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773035.04041: stderr chunk (state=3): >>><<< 3057 1726773035.04044: stdout chunk (state=3): >>><<< 3057 1726773035.04060: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773035.04063: _low_level_execute_command(): starting 3057 1726773035.04068: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773035.04552: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773035.04555: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.04558: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773035.04560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.04603: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.04619: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.04686: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.21551: 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"}}} <<< 3057 1726773035.22918: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773035.22975: stderr chunk (state=3): >>><<< 3057 1726773035.22978: stdout chunk (state=3): >>><<< 3057 1726773035.22998: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773035.23028: 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-1726773034.9543052-5213-58539539592018/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773035.23041: _low_level_execute_command(): starting 3057 1726773035.23052: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773034.9543052-5213-58539539592018/ > /dev/null 2>&1 && sleep 0' 3057 1726773035.23532: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773035.23538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.23541: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773035.23548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773035.23551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.23605: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773035.23608: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.23649: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.25619: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773035.25683: stderr chunk (state=3): >>><<< 3057 1726773035.25687: stdout chunk (state=3): >>><<< 3057 1726773035.25705: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773035.25712: handler run complete 3057 1726773035.25727: attempt loop complete, returning result 3057 1726773035.25730: _execute() done 3057 1726773035.25733: dumping result to json 3057 1726773035.25806: done dumping result, returning 3057 1726773035.25809: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [02b512f9-4fcf-6140-6a9e-000000000615] 3057 1726773035.25811: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000615 3057 1726773035.25885: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000615 3057 1726773035.25888: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 3057 1726773035.25984: no more pending results, returning what we have 3057 1726773035.25988: results queue empty 3057 1726773035.25988: checking for any_errors_fatal 3057 1726773035.25996: done checking for any_errors_fatal 3057 1726773035.25996: checking for max_fail_percentage 3057 1726773035.25998: done checking for max_fail_percentage 3057 1726773035.25999: checking to see if all hosts have failed and the running result is not ok 3057 1726773035.26001: done checking to see if all hosts have failed 3057 1726773035.26002: getting the remaining hosts for this loop 3057 1726773035.26003: done getting the remaining hosts for this loop 3057 1726773035.26006: getting the next task for host managed_node2 3057 1726773035.26012: done getting next task for host managed_node2 3057 1726773035.26016: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3057 1726773035.26019: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773035.26030: getting variables 3057 1726773035.26031: in VariableManager get_vars() 3057 1726773035.26064: Calling all_inventory to load vars for managed_node2 3057 1726773035.26066: Calling groups_inventory to load vars for managed_node2 3057 1726773035.26067: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773035.26075: Calling all_plugins_play to load vars for managed_node2 3057 1726773035.26077: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773035.26078: Calling groups_plugins_play to load vars for managed_node2 3057 1726773035.26241: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773035.26370: done with get_vars() 3057 1726773035.26379: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:10:35 -0400 (0:00:00.353) 0:01:20.003 **** 3057 1726773035.26453: entering _queue_task() for managed_node2/stat 3057 1726773035.26677: worker is 1 (out of 1 available) 3057 1726773035.26694: exiting _queue_task() for managed_node2/stat 3057 1726773035.26708: done queuing things up, now waiting for results queue to drain 3057 1726773035.26710: waiting for pending results... 3057 1726773035.26909: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3057 1726773035.26997: in run() - task 02b512f9-4fcf-6140-6a9e-000000000616 3057 1726773035.27009: variable 'ansible_search_path' from source: unknown 3057 1726773035.27013: variable 'ansible_search_path' from source: unknown 3057 1726773035.27062: variable '__prof_from_conf' from source: task vars 3057 1726773035.27440: variable '__prof_from_conf' from source: task vars 3057 1726773035.27574: variable '__data' from source: task vars 3057 1726773035.27663: variable '__kernel_settings_register_tuned_main' from source: set_fact 3057 1726773035.27916: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773035.27932: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773035.28015: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773035.28045: variable 'omit' from source: magic vars 3057 1726773035.28204: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773035.28220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773035.28238: variable 'omit' from source: magic vars 3057 1726773035.28516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773035.30164: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773035.30212: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773035.30240: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773035.30270: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773035.30294: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773035.30361: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773035.30384: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773035.30404: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773035.30432: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773035.30445: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773035.30523: variable 'item' from source: unknown 3057 1726773035.30534: Evaluated conditional (item | length > 0): False 3057 1726773035.30540: when evaluation is False, skipping this task 3057 1726773035.30566: variable 'item' from source: unknown 3057 1726773035.30623: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 3057 1726773035.30787: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773035.30793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773035.30796: variable 'omit' from source: magic vars 3057 1726773035.30877: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773035.30896: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773035.30917: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773035.30947: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773035.30958: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773035.31023: variable 'item' from source: unknown 3057 1726773035.31027: Evaluated conditional (item | length > 0): True 3057 1726773035.31033: variable 'omit' from source: magic vars 3057 1726773035.31065: variable 'omit' from source: magic vars 3057 1726773035.31098: variable 'item' from source: unknown 3057 1726773035.31152: variable 'item' from source: unknown 3057 1726773035.31164: variable 'omit' from source: magic vars 3057 1726773035.31185: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773035.31208: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773035.31223: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773035.31240: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773035.31255: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773035.31280: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773035.31284: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773035.31286: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773035.31364: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773035.31372: Set connection var ansible_pipelining to False 3057 1726773035.31374: Set connection var ansible_shell_type to sh 3057 1726773035.31377: Set connection var ansible_connection to ssh 3057 1726773035.31383: Set connection var ansible_timeout to 10 3057 1726773035.31390: Set connection var ansible_shell_executable to /bin/sh 3057 1726773035.31411: variable 'ansible_shell_executable' from source: unknown 3057 1726773035.31414: variable 'ansible_connection' from source: unknown 3057 1726773035.31416: variable 'ansible_module_compression' from source: unknown 3057 1726773035.31419: variable 'ansible_shell_type' from source: unknown 3057 1726773035.31421: variable 'ansible_shell_executable' from source: unknown 3057 1726773035.31424: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773035.31428: variable 'ansible_pipelining' from source: unknown 3057 1726773035.31431: variable 'ansible_timeout' from source: unknown 3057 1726773035.31449: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773035.31555: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773035.31567: variable 'omit' from source: magic vars 3057 1726773035.31572: starting attempt loop 3057 1726773035.31575: running the handler 3057 1726773035.31587: _low_level_execute_command(): starting 3057 1726773035.31596: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773035.32141: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773035.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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773035.32148: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773035.32165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.32203: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773035.32207: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.32217: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.32271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.34010: stdout chunk (state=3): >>>/root <<< 3057 1726773035.34119: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773035.34183: stderr chunk (state=3): >>><<< 3057 1726773035.34186: stdout chunk (state=3): >>><<< 3057 1726773035.34214: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773035.34225: _low_level_execute_command(): starting 3057 1726773035.34231: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690 `" && echo ansible-tmp-1726773035.342147-5235-170056766078690="` echo /root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690 `" ) && sleep 0' 3057 1726773035.34704: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773035.34743: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773035.34747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773035.34750: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.34753: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773035.34768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.34813: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.34817: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.34896: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.36883: stdout chunk (state=3): >>>ansible-tmp-1726773035.342147-5235-170056766078690=/root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690 <<< 3057 1726773035.37055: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773035.37119: stderr chunk (state=3): >>><<< 3057 1726773035.37124: stdout chunk (state=3): >>><<< 3057 1726773035.37145: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773035.342147-5235-170056766078690=/root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773035.37185: variable 'ansible_module_compression' from source: unknown 3057 1726773035.37224: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773035.37258: variable 'ansible_facts' from source: unknown 3057 1726773035.37320: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690/AnsiballZ_stat.py 3057 1726773035.37432: Sending initial data 3057 1726773035.37438: Sent initial data (150 bytes) 3057 1726773035.38162: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.38263: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773035.38278: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.38317: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.38364: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.39980: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773035.40062: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773035.40100: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpzxf7rmf3 /root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690/AnsiballZ_stat.py <<< 3057 1726773035.40106: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690/AnsiballZ_stat.py" <<< 3057 1726773035.40138: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpzxf7rmf3" to remote "/root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690/AnsiballZ_stat.py" <<< 3057 1726773035.40141: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690/AnsiballZ_stat.py" <<< 3057 1726773035.41341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773035.41601: stderr chunk (state=3): >>><<< 3057 1726773035.41604: stdout chunk (state=3): >>><<< 3057 1726773035.41607: done transferring module to remote 3057 1726773035.41609: _low_level_execute_command(): starting 3057 1726773035.41612: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690/ /root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690/AnsiballZ_stat.py && sleep 0' 3057 1726773035.42210: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773035.42226: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773035.42289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.42370: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773035.42406: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.42433: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.42530: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.44557: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773035.44562: stdout chunk (state=3): >>><<< 3057 1726773035.44564: stderr chunk (state=3): >>><<< 3057 1726773035.44666: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773035.44670: _low_level_execute_command(): starting 3057 1726773035.44674: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690/AnsiballZ_stat.py && sleep 0' 3057 1726773035.45285: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773035.45303: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773035.45318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773035.45365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773035.45385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773035.45481: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.45497: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.45591: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.63073: 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": 4096, "inode": 262607, "dev": 51714, "nlink": 3, "atime": 1726772976.6601307, "mtime": 1726772974.1081133, "ctime": 1726772974.1081133, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3652884641", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3057 1726773035.64863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773035.65113: stderr chunk (state=3): >>><<< 3057 1726773035.65119: stdout chunk (state=3): >>><<< 3057 1726773035.65123: _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": 4096, "inode": 262607, "dev": 51714, "nlink": 3, "atime": 1726772976.6601307, "mtime": 1726772974.1081133, "ctime": 1726772974.1081133, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3652884641", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773035.65125: 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-1726773035.342147-5235-170056766078690/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773035.65128: _low_level_execute_command(): starting 3057 1726773035.65130: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773035.342147-5235-170056766078690/ > /dev/null 2>&1 && sleep 0' 3057 1726773035.65711: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.65767: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773035.65786: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.65823: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.65908: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.67873: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773035.67908: stdout chunk (state=3): >>><<< 3057 1726773035.67912: stderr chunk (state=3): >>><<< 3057 1726773035.67931: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773035.68040: handler run complete 3057 1726773035.68043: attempt loop complete, returning result 3057 1726773035.68046: variable 'item' from source: unknown 3057 1726773035.68137: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726772976.6601307, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772974.1081133, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262607, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726772974.1081133, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "3652884641", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3057 1726773035.68562: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773035.68565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773035.68568: variable 'omit' from source: magic vars 3057 1726773035.68688: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773035.68779: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773035.68783: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773035.68824: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773035.68847: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773035.68958: variable 'item' from source: unknown 3057 1726773035.68972: Evaluated conditional (item | length > 0): True 3057 1726773035.68982: variable 'omit' from source: magic vars 3057 1726773035.69014: variable 'omit' from source: magic vars 3057 1726773035.69072: variable 'item' from source: unknown 3057 1726773035.69217: variable 'item' from source: unknown 3057 1726773035.69221: variable 'omit' from source: magic vars 3057 1726773035.69223: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773035.69237: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773035.69253: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773035.69273: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773035.69280: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773035.69287: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773035.69384: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773035.69400: Set connection var ansible_pipelining to False 3057 1726773035.69407: Set connection var ansible_shell_type to sh 3057 1726773035.69413: Set connection var ansible_connection to ssh 3057 1726773035.69434: Set connection var ansible_timeout to 10 3057 1726773035.69468: Set connection var ansible_shell_executable to /bin/sh 3057 1726773035.69476: variable 'ansible_shell_executable' from source: unknown 3057 1726773035.69482: variable 'ansible_connection' from source: unknown 3057 1726773035.69488: variable 'ansible_module_compression' from source: unknown 3057 1726773035.69496: variable 'ansible_shell_type' from source: unknown 3057 1726773035.69501: variable 'ansible_shell_executable' from source: unknown 3057 1726773035.69506: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773035.69542: variable 'ansible_pipelining' from source: unknown 3057 1726773035.69545: variable 'ansible_timeout' from source: unknown 3057 1726773035.69547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773035.69669: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773035.69688: variable 'omit' from source: magic vars 3057 1726773035.69701: starting attempt loop 3057 1726773035.69762: running the handler 3057 1726773035.69765: _low_level_execute_command(): starting 3057 1726773035.69769: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773035.70556: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.70594: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773035.70613: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.70641: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.70721: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.72405: stdout chunk (state=3): >>>/root <<< 3057 1726773035.72866: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773035.72901: stderr chunk (state=3): >>><<< 3057 1726773035.72912: stdout chunk (state=3): >>><<< 3057 1726773035.72940: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773035.72956: _low_level_execute_command(): starting 3057 1726773035.72976: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725 `" && echo ansible-tmp-1726773035.7294686-5235-232697655592725="` echo /root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725 `" ) && sleep 0' 3057 1726773035.73759: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.73817: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773035.73837: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.73868: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.73926: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.75900: stdout chunk (state=3): >>>ansible-tmp-1726773035.7294686-5235-232697655592725=/root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725 <<< 3057 1726773035.76119: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773035.76123: stdout chunk (state=3): >>><<< 3057 1726773035.76125: stderr chunk (state=3): >>><<< 3057 1726773035.76342: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773035.7294686-5235-232697655592725=/root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773035.76346: variable 'ansible_module_compression' from source: unknown 3057 1726773035.76349: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773035.76351: variable 'ansible_facts' from source: unknown 3057 1726773035.76371: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725/AnsiballZ_stat.py 3057 1726773035.76612: Sending initial data 3057 1726773035.76616: Sent initial data (151 bytes) 3057 1726773035.77962: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.78186: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773035.78190: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.78222: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.78298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.80040: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 3057 1726773035.80055: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 3057 1726773035.80071: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3057 1726773035.80547: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773035.80595: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpu_v7xl2v /root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725/AnsiballZ_stat.py <<< 3057 1726773035.80599: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725/AnsiballZ_stat.py" <<< 3057 1726773035.80632: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpu_v7xl2v" to remote "/root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725/AnsiballZ_stat.py" <<< 3057 1726773035.81840: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773035.82049: stderr chunk (state=3): >>><<< 3057 1726773035.82060: stdout chunk (state=3): >>><<< 3057 1726773035.82091: done transferring module to remote 3057 1726773035.82107: _low_level_execute_command(): starting 3057 1726773035.82152: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725/ /root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725/AnsiballZ_stat.py && sleep 0' 3057 1726773035.83516: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773035.83584: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773035.83597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773035.83615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773035.83655: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773035.83662: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773035.83672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.83692: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773035.83704: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773035.83857: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.84017: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.84176: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773035.86205: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773035.86286: stderr chunk (state=3): >>><<< 3057 1726773035.86290: stdout chunk (state=3): >>><<< 3057 1726773035.86390: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773035.86393: _low_level_execute_command(): starting 3057 1726773035.86396: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725/AnsiballZ_stat.py && sleep 0' 3057 1726773035.86909: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773035.86917: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773035.86947: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773035.86951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773035.86967: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.86970: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773035.87028: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773035.87031: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773035.87039: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773035.87079: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773036.04464: 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": 4096, "inode": 262602, "dev": 51714, "nlink": 4, "atime": 1726772971.8100975, "mtime": 1726772982.7141726, "ctime": 1726772982.7141726, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1048239013", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3057 1726773036.06044: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773036.06107: stderr chunk (state=3): >>><<< 3057 1726773036.06111: stdout chunk (state=3): >>><<< 3057 1726773036.06127: _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": 4096, "inode": 262602, "dev": 51714, "nlink": 4, "atime": 1726772971.8100975, "mtime": 1726772982.7141726, "ctime": 1726772982.7141726, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1048239013", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773036.06174: 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-1726773035.7294686-5235-232697655592725/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773036.06179: _low_level_execute_command(): starting 3057 1726773036.06187: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773035.7294686-5235-232697655592725/ > /dev/null 2>&1 && sleep 0' 3057 1726773036.06677: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773036.06681: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773036.06684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773036.06686: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773036.06689: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.06745: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773036.06748: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773036.06763: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773036.06800: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773036.08686: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773036.08751: stderr chunk (state=3): >>><<< 3057 1726773036.08755: stdout chunk (state=3): >>><<< 3057 1726773036.08769: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773036.08775: handler run complete 3057 1726773036.08814: attempt loop complete, returning result 3057 1726773036.08829: variable 'item' from source: unknown 3057 1726773036.08897: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726772971.8100975, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772982.7141726, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262602, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726772982.7141726, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "1048239013", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3057 1726773036.09059: dumping result to json 3057 1726773036.09061: done dumping result, returning 3057 1726773036.09064: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [02b512f9-4fcf-6140-6a9e-000000000616] 3057 1726773036.09065: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000616 3057 1726773036.09124: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000616 3057 1726773036.09127: WORKER PROCESS EXITING 3057 1726773036.09257: no more pending results, returning what we have 3057 1726773036.09261: results queue empty 3057 1726773036.09261: checking for any_errors_fatal 3057 1726773036.09266: done checking for any_errors_fatal 3057 1726773036.09266: checking for max_fail_percentage 3057 1726773036.09267: done checking for max_fail_percentage 3057 1726773036.09268: checking to see if all hosts have failed and the running result is not ok 3057 1726773036.09269: done checking to see if all hosts have failed 3057 1726773036.09270: getting the remaining hosts for this loop 3057 1726773036.09271: done getting the remaining hosts for this loop 3057 1726773036.09274: getting the next task for host managed_node2 3057 1726773036.09279: done getting next task for host managed_node2 3057 1726773036.09282: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3057 1726773036.09285: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773036.09298: getting variables 3057 1726773036.09300: in VariableManager get_vars() 3057 1726773036.09338: Calling all_inventory to load vars for managed_node2 3057 1726773036.09340: Calling groups_inventory to load vars for managed_node2 3057 1726773036.09342: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773036.09349: Calling all_plugins_play to load vars for managed_node2 3057 1726773036.09351: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773036.09353: Calling groups_plugins_play to load vars for managed_node2 3057 1726773036.09489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773036.09625: done with get_vars() 3057 1726773036.09633: done getting variables 3057 1726773036.09683: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:10:36 -0400 (0:00:00.832) 0:01:20.835 **** 3057 1726773036.09707: entering _queue_task() for managed_node2/set_fact 3057 1726773036.09928: worker is 1 (out of 1 available) 3057 1726773036.09945: exiting _queue_task() for managed_node2/set_fact 3057 1726773036.09958: done queuing things up, now waiting for results queue to drain 3057 1726773036.09960: waiting for pending results... 3057 1726773036.10162: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3057 1726773036.10241: in run() - task 02b512f9-4fcf-6140-6a9e-000000000617 3057 1726773036.10261: variable 'ansible_search_path' from source: unknown 3057 1726773036.10266: variable 'ansible_search_path' from source: unknown 3057 1726773036.10298: calling self._execute() 3057 1726773036.10440: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773036.10442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773036.10445: variable 'omit' from source: magic vars 3057 1726773036.10478: variable 'omit' from source: magic vars 3057 1726773036.10516: variable 'omit' from source: magic vars 3057 1726773036.10888: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773036.12500: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773036.12558: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773036.12587: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773036.12616: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773036.12638: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773036.12707: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773036.12730: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773036.12751: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773036.12792: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773036.12802: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773036.12841: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773036.12859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773036.12877: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773036.12910: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773036.12922: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773036.12969: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773036.12986: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773036.13008: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773036.13037: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773036.13049: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773036.13216: variable '__kernel_settings_find_profile_dirs' from source: set_fact 3057 1726773036.13295: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773036.13417: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773036.13448: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773036.13473: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773036.13639: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773036.13642: 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) 3057 1726773036.13644: 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) 3057 1726773036.13645: 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) 3057 1726773036.13646: 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) 3057 1726773036.13648: variable 'omit' from source: magic vars 3057 1726773036.13649: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773036.13671: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773036.13693: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773036.13707: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773036.13716: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773036.13743: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773036.13747: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773036.13750: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773036.13828: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773036.13837: Set connection var ansible_pipelining to False 3057 1726773036.13843: Set connection var ansible_shell_type to sh 3057 1726773036.13846: Set connection var ansible_connection to ssh 3057 1726773036.13855: Set connection var ansible_timeout to 10 3057 1726773036.13860: Set connection var ansible_shell_executable to /bin/sh 3057 1726773036.13885: variable 'ansible_shell_executable' from source: unknown 3057 1726773036.13888: variable 'ansible_connection' from source: unknown 3057 1726773036.13894: variable 'ansible_module_compression' from source: unknown 3057 1726773036.13897: variable 'ansible_shell_type' from source: unknown 3057 1726773036.13899: variable 'ansible_shell_executable' from source: unknown 3057 1726773036.13902: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773036.13904: variable 'ansible_pipelining' from source: unknown 3057 1726773036.13907: variable 'ansible_timeout' from source: unknown 3057 1726773036.13909: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773036.13993: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773036.13997: variable 'omit' from source: magic vars 3057 1726773036.14003: starting attempt loop 3057 1726773036.14006: running the handler 3057 1726773036.14016: handler run complete 3057 1726773036.14025: attempt loop complete, returning result 3057 1726773036.14028: _execute() done 3057 1726773036.14031: dumping result to json 3057 1726773036.14033: done dumping result, returning 3057 1726773036.14043: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [02b512f9-4fcf-6140-6a9e-000000000617] 3057 1726773036.14046: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000617 ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 3057 1726773036.14214: no more pending results, returning what we have 3057 1726773036.14217: results queue empty 3057 1726773036.14218: checking for any_errors_fatal 3057 1726773036.14229: done checking for any_errors_fatal 3057 1726773036.14230: checking for max_fail_percentage 3057 1726773036.14231: done checking for max_fail_percentage 3057 1726773036.14232: checking to see if all hosts have failed and the running result is not ok 3057 1726773036.14232: done checking to see if all hosts have failed 3057 1726773036.14233: getting the remaining hosts for this loop 3057 1726773036.14237: done getting the remaining hosts for this loop 3057 1726773036.14240: getting the next task for host managed_node2 3057 1726773036.14246: done getting next task for host managed_node2 3057 1726773036.14250: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3057 1726773036.14253: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773036.14264: getting variables 3057 1726773036.14266: in VariableManager get_vars() 3057 1726773036.14302: Calling all_inventory to load vars for managed_node2 3057 1726773036.14305: Calling groups_inventory to load vars for managed_node2 3057 1726773036.14307: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773036.14317: Calling all_plugins_play to load vars for managed_node2 3057 1726773036.14319: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773036.14322: Calling groups_plugins_play to load vars for managed_node2 3057 1726773036.14456: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000617 3057 1726773036.14460: WORKER PROCESS EXITING 3057 1726773036.14471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773036.14608: done with get_vars() 3057 1726773036.14617: done getting variables 3057 1726773036.14664: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:10:36 -0400 (0:00:00.049) 0:01:20.885 **** 3057 1726773036.14689: entering _queue_task() for managed_node2/service 3057 1726773036.14903: worker is 1 (out of 1 available) 3057 1726773036.14919: exiting _queue_task() for managed_node2/service 3057 1726773036.14936: done queuing things up, now waiting for results queue to drain 3057 1726773036.14938: waiting for pending results... 3057 1726773036.15146: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3057 1726773036.15221: in run() - task 02b512f9-4fcf-6140-6a9e-000000000618 3057 1726773036.15236: variable 'ansible_search_path' from source: unknown 3057 1726773036.15240: variable 'ansible_search_path' from source: unknown 3057 1726773036.15282: variable '__kernel_settings_services' from source: include_vars 3057 1726773036.15563: variable '__kernel_settings_services' from source: include_vars 3057 1726773036.15627: variable 'omit' from source: magic vars 3057 1726773036.15726: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773036.15734: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773036.15745: variable 'omit' from source: magic vars 3057 1726773036.15805: variable 'omit' from source: magic vars 3057 1726773036.15842: variable 'omit' from source: magic vars 3057 1726773036.15873: variable 'item' from source: unknown 3057 1726773036.15994: variable 'item' from source: unknown 3057 1726773036.16016: variable 'omit' from source: magic vars 3057 1726773036.16052: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773036.16081: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773036.16100: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773036.16114: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773036.16124: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773036.16154: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773036.16158: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773036.16161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773036.16231: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773036.16240: Set connection var ansible_pipelining to False 3057 1726773036.16243: Set connection var ansible_shell_type to sh 3057 1726773036.16247: Set connection var ansible_connection to ssh 3057 1726773036.16253: Set connection var ansible_timeout to 10 3057 1726773036.16265: Set connection var ansible_shell_executable to /bin/sh 3057 1726773036.16279: variable 'ansible_shell_executable' from source: unknown 3057 1726773036.16282: variable 'ansible_connection' from source: unknown 3057 1726773036.16284: variable 'ansible_module_compression' from source: unknown 3057 1726773036.16286: variable 'ansible_shell_type' from source: unknown 3057 1726773036.16289: variable 'ansible_shell_executable' from source: unknown 3057 1726773036.16295: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773036.16300: variable 'ansible_pipelining' from source: unknown 3057 1726773036.16302: variable 'ansible_timeout' from source: unknown 3057 1726773036.16307: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773036.16422: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773036.16431: variable 'omit' from source: magic vars 3057 1726773036.16438: starting attempt loop 3057 1726773036.16441: running the handler 3057 1726773036.16513: variable 'ansible_facts' from source: unknown 3057 1726773036.16622: _low_level_execute_command(): starting 3057 1726773036.16627: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773036.17194: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773036.17198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.17201: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773036.17204: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.17262: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773036.17266: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773036.17317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773036.19104: stdout chunk (state=3): >>>/root <<< 3057 1726773036.19263: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773036.19321: stderr chunk (state=3): >>><<< 3057 1726773036.19325: stdout chunk (state=3): >>><<< 3057 1726773036.19351: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773036.19363: _low_level_execute_command(): starting 3057 1726773036.19369: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467 `" && echo ansible-tmp-1726773036.1935108-5276-44141818681467="` echo /root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467 `" ) && sleep 0' 3057 1726773036.19855: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773036.19860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.19870: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773036.19873: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773036.19875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.19924: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773036.19929: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773036.19931: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773036.19971: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773036.21949: stdout chunk (state=3): >>>ansible-tmp-1726773036.1935108-5276-44141818681467=/root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467 <<< 3057 1726773036.22144: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773036.22148: stdout chunk (state=3): >>><<< 3057 1726773036.22151: stderr chunk (state=3): >>><<< 3057 1726773036.22345: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773036.1935108-5276-44141818681467=/root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773036.22349: variable 'ansible_module_compression' from source: unknown 3057 1726773036.22352: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 3057 1726773036.22367: variable 'ansible_facts' from source: unknown 3057 1726773036.22582: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467/AnsiballZ_systemd.py 3057 1726773036.22758: Sending initial data 3057 1726773036.22803: Sent initial data (153 bytes) 3057 1726773036.23562: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.23640: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773036.23676: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773036.23695: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773036.23776: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773036.25444: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773036.25478: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773036.25528: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpdz5ghpg4 /root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467/AnsiballZ_systemd.py <<< 3057 1726773036.25532: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467/AnsiballZ_systemd.py" <<< 3057 1726773036.25570: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpdz5ghpg4" to remote "/root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467/AnsiballZ_systemd.py" <<< 3057 1726773036.25573: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467/AnsiballZ_systemd.py" <<< 3057 1726773036.26760: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773036.27089: stderr chunk (state=3): >>><<< 3057 1726773036.27093: stdout chunk (state=3): >>><<< 3057 1726773036.27096: done transferring module to remote 3057 1726773036.27098: _low_level_execute_command(): starting 3057 1726773036.27101: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467/ /root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467/AnsiballZ_systemd.py && sleep 0' 3057 1726773036.27613: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773036.27628: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773036.27651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773036.27700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.27804: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773036.27831: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773036.27937: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773036.29866: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773036.29879: stderr chunk (state=3): >>><<< 3057 1726773036.29882: stdout chunk (state=3): >>><<< 3057 1726773036.29896: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773036.29899: _low_level_execute_command(): starting 3057 1726773036.29901: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467/AnsiballZ_systemd.py && sleep 0' 3057 1726773036.30518: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773036.30558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773036.30618: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773036.63841: 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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "691", "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 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "MemoryCurrent": "20246528", "MemoryPeak": "20742144", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3505033216", "CPUUsageNSec": "222873000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPR<<< 3057 1726773036.63851: stdout chunk (state=3): >>>IO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "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 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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}}} <<< 3057 1726773036.65896: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773036.65966: stderr chunk (state=3): >>><<< 3057 1726773036.65970: stdout chunk (state=3): >>><<< 3057 1726773036.65997: _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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "691", "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 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "MemoryCurrent": "20246528", "MemoryPeak": "20742144", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3505033216", "CPUUsageNSec": "222873000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "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 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773036.66147: 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-1726773036.1935108-5276-44141818681467/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773036.66165: _low_level_execute_command(): starting 3057 1726773036.66169: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773036.1935108-5276-44141818681467/ > /dev/null 2>&1 && sleep 0' 3057 1726773036.66669: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773036.66673: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.66676: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773036.66678: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773036.66680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.66740: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773036.66749: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773036.66752: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773036.66789: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773036.68709: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773036.68768: stderr chunk (state=3): >>><<< 3057 1726773036.68771: stdout chunk (state=3): >>><<< 3057 1726773036.68790: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773036.68796: handler run complete 3057 1726773036.68838: attempt loop complete, returning result 3057 1726773036.68856: variable 'item' from source: unknown 3057 1726773036.68927: variable 'item' from source: unknown ok: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "222873000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; 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 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "691", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3505033216", "MemoryCurrent": "20246528", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "20742144", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "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": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 3057 1726773036.69489: dumping result to json 3057 1726773036.69494: done dumping result, returning 3057 1726773036.69497: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [02b512f9-4fcf-6140-6a9e-000000000618] 3057 1726773036.69499: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000618 3057 1726773036.69570: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000618 3057 1726773036.69573: WORKER PROCESS EXITING 3057 1726773036.69666: no more pending results, returning what we have 3057 1726773036.69668: results queue empty 3057 1726773036.69669: checking for any_errors_fatal 3057 1726773036.69674: done checking for any_errors_fatal 3057 1726773036.69674: checking for max_fail_percentage 3057 1726773036.69676: done checking for max_fail_percentage 3057 1726773036.69676: checking to see if all hosts have failed and the running result is not ok 3057 1726773036.69677: done checking to see if all hosts have failed 3057 1726773036.69677: getting the remaining hosts for this loop 3057 1726773036.69678: done getting the remaining hosts for this loop 3057 1726773036.69681: getting the next task for host managed_node2 3057 1726773036.69684: done getting next task for host managed_node2 3057 1726773036.69687: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3057 1726773036.69689: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773036.69697: getting variables 3057 1726773036.69698: in VariableManager get_vars() 3057 1726773036.69722: Calling all_inventory to load vars for managed_node2 3057 1726773036.69724: Calling groups_inventory to load vars for managed_node2 3057 1726773036.69725: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773036.69732: Calling all_plugins_play to load vars for managed_node2 3057 1726773036.69734: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773036.69738: Calling groups_plugins_play to load vars for managed_node2 3057 1726773036.69846: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773036.69973: done with get_vars() 3057 1726773036.69981: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:10:36 -0400 (0:00:00.553) 0:01:21.439 **** 3057 1726773036.70068: entering _queue_task() for managed_node2/file 3057 1726773036.70338: worker is 1 (out of 1 available) 3057 1726773036.70355: exiting _queue_task() for managed_node2/file 3057 1726773036.70370: done queuing things up, now waiting for results queue to drain 3057 1726773036.70371: waiting for pending results... 3057 1726773036.70614: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3057 1726773036.70841: in run() - task 02b512f9-4fcf-6140-6a9e-000000000619 3057 1726773036.70845: variable 'ansible_search_path' from source: unknown 3057 1726773036.70848: variable 'ansible_search_path' from source: unknown 3057 1726773036.70851: calling self._execute() 3057 1726773036.70927: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773036.70941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773036.70958: variable 'omit' from source: magic vars 3057 1726773036.71082: variable 'omit' from source: magic vars 3057 1726773036.71121: variable 'omit' from source: magic vars 3057 1726773036.71150: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773036.71545: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773036.71611: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773036.71624: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773036.71681: variable 'omit' from source: magic vars 3057 1726773036.71734: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773036.71783: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773036.71813: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773036.71840: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773036.71859: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773036.71899: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773036.71908: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773036.71917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773036.72027: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773036.72046: Set connection var ansible_pipelining to False 3057 1726773036.72053: Set connection var ansible_shell_type to sh 3057 1726773036.72060: Set connection var ansible_connection to ssh 3057 1726773036.72070: Set connection var ansible_timeout to 10 3057 1726773036.72144: Set connection var ansible_shell_executable to /bin/sh 3057 1726773036.72148: variable 'ansible_shell_executable' from source: unknown 3057 1726773036.72150: variable 'ansible_connection' from source: unknown 3057 1726773036.72153: variable 'ansible_module_compression' from source: unknown 3057 1726773036.72155: variable 'ansible_shell_type' from source: unknown 3057 1726773036.72157: variable 'ansible_shell_executable' from source: unknown 3057 1726773036.72159: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773036.72161: variable 'ansible_pipelining' from source: unknown 3057 1726773036.72163: variable 'ansible_timeout' from source: unknown 3057 1726773036.72165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773036.72395: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773036.72414: variable 'omit' from source: magic vars 3057 1726773036.72429: starting attempt loop 3057 1726773036.72439: running the handler 3057 1726773036.72464: _low_level_execute_command(): starting 3057 1726773036.72475: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773036.73065: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773036.73069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.73075: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773036.73079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.73136: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773036.73144: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773036.73146: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773036.73260: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773036.74988: stdout chunk (state=3): >>>/root <<< 3057 1726773036.75166: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773036.75239: stderr chunk (state=3): >>><<< 3057 1726773036.75286: stdout chunk (state=3): >>><<< 3057 1726773036.75322: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773036.75364: _low_level_execute_command(): starting 3057 1726773036.75367: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125 `" && echo ansible-tmp-1726773036.753303-5305-165659110651125="` echo /root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125 `" ) && sleep 0' 3057 1726773036.75888: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773036.75895: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773036.75907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773036.75909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.75958: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773036.75961: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773036.75967: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773036.76006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773036.78019: stdout chunk (state=3): >>>ansible-tmp-1726773036.753303-5305-165659110651125=/root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125 <<< 3057 1726773036.78247: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773036.78311: stderr chunk (state=3): >>><<< 3057 1726773036.78316: stdout chunk (state=3): >>><<< 3057 1726773036.78338: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773036.753303-5305-165659110651125=/root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773036.78381: variable 'ansible_module_compression' from source: unknown 3057 1726773036.78429: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773036.78465: variable 'ansible_facts' from source: unknown 3057 1726773036.78532: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125/AnsiballZ_file.py 3057 1726773036.78640: Sending initial data 3057 1726773036.78656: Sent initial data (150 bytes) 3057 1726773036.79173: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773036.79177: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773036.79179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773036.79181: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773036.79184: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.79241: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773036.79245: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773036.79247: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773036.79292: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773036.80917: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773036.80960: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773036.81020: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp3qyvltr4 /root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125/AnsiballZ_file.py <<< 3057 1726773036.81023: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125/AnsiballZ_file.py" <<< 3057 1726773036.81074: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp3qyvltr4" to remote "/root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125/AnsiballZ_file.py" <<< 3057 1726773036.81713: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773036.81789: stderr chunk (state=3): >>><<< 3057 1726773036.81795: stdout chunk (state=3): >>><<< 3057 1726773036.81814: done transferring module to remote 3057 1726773036.81840: _low_level_execute_command(): starting 3057 1726773036.81843: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125/ /root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125/AnsiballZ_file.py && sleep 0' 3057 1726773036.82323: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773036.82327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773036.82329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.82332: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773036.82334: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773036.82392: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773036.82395: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773036.82442: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773036.84478: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773036.84500: stderr chunk (state=3): >>><<< 3057 1726773036.84510: stdout chunk (state=3): >>><<< 3057 1726773036.84540: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773036.84550: _low_level_execute_command(): starting 3057 1726773036.84561: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125/AnsiballZ_file.py && sleep 0' 3057 1726773036.85273: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773036.85291: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773036.85414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773036.85455: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773036.85548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.04057: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "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}}} <<< 3057 1726773037.05604: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.05644: stderr chunk (state=3): >>>Shared connection to 10.31.45.18 closed. <<< 3057 1726773037.05648: stdout chunk (state=3): >>><<< 3057 1726773037.05650: stderr chunk (state=3): >>><<< 3057 1726773037.05672: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773037.05816: 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-1726773036.753303-5305-165659110651125/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773037.05820: _low_level_execute_command(): starting 3057 1726773037.05825: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773036.753303-5305-165659110651125/ > /dev/null 2>&1 && sleep 0' 3057 1726773037.06545: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773037.06560: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.06583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773037.06707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773037.06720: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773037.06756: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773037.06774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.06855: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.08857: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.08862: stdout chunk (state=3): >>><<< 3057 1726773037.08864: stderr chunk (state=3): >>><<< 3057 1726773037.08896: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773037.08941: handler run complete 3057 1726773037.08949: attempt loop complete, returning result 3057 1726773037.08957: _execute() done 3057 1726773037.08963: dumping result to json 3057 1726773037.08972: done dumping result, returning 3057 1726773037.08992: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [02b512f9-4fcf-6140-6a9e-000000000619] 3057 1726773037.09002: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000619 3057 1726773037.09228: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000619 3057 1726773037.09231: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } 3057 1726773037.09333: no more pending results, returning what we have 3057 1726773037.09339: results queue empty 3057 1726773037.09340: checking for any_errors_fatal 3057 1726773037.09364: done checking for any_errors_fatal 3057 1726773037.09365: checking for max_fail_percentage 3057 1726773037.09367: done checking for max_fail_percentage 3057 1726773037.09368: checking to see if all hosts have failed and the running result is not ok 3057 1726773037.09369: done checking to see if all hosts have failed 3057 1726773037.09370: getting the remaining hosts for this loop 3057 1726773037.09372: done getting the remaining hosts for this loop 3057 1726773037.09376: getting the next task for host managed_node2 3057 1726773037.09383: done getting next task for host managed_node2 3057 1726773037.09387: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3057 1726773037.09390: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773037.09404: getting variables 3057 1726773037.09406: in VariableManager get_vars() 3057 1726773037.09688: Calling all_inventory to load vars for managed_node2 3057 1726773037.09692: Calling groups_inventory to load vars for managed_node2 3057 1726773037.09694: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773037.09705: Calling all_plugins_play to load vars for managed_node2 3057 1726773037.09708: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773037.09711: Calling groups_plugins_play to load vars for managed_node2 3057 1726773037.09920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773037.10172: done with get_vars() 3057 1726773037.10187: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:10:37 -0400 (0:00:00.403) 0:01:21.842 **** 3057 1726773037.10373: entering _queue_task() for managed_node2/slurp 3057 1726773037.11012: worker is 1 (out of 1 available) 3057 1726773037.11066: exiting _queue_task() for managed_node2/slurp 3057 1726773037.11140: done queuing things up, now waiting for results queue to drain 3057 1726773037.11142: waiting for pending results... 3057 1726773037.11511: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3057 1726773037.11540: in run() - task 02b512f9-4fcf-6140-6a9e-00000000061a 3057 1726773037.11569: variable 'ansible_search_path' from source: unknown 3057 1726773037.11579: variable 'ansible_search_path' from source: unknown 3057 1726773037.11637: calling self._execute() 3057 1726773037.11788: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773037.11792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773037.11796: variable 'omit' from source: magic vars 3057 1726773037.11924: variable 'omit' from source: magic vars 3057 1726773037.12061: variable 'omit' from source: magic vars 3057 1726773037.12067: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773037.12742: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773037.12779: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773037.12864: variable 'omit' from source: magic vars 3057 1726773037.12921: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773037.12972: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773037.12997: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773037.13032: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773037.13057: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773037.13095: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773037.13104: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773037.13113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773037.13228: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773037.13245: Set connection var ansible_pipelining to False 3057 1726773037.13256: Set connection var ansible_shell_type to sh 3057 1726773037.13266: Set connection var ansible_connection to ssh 3057 1726773037.13371: Set connection var ansible_timeout to 10 3057 1726773037.13375: Set connection var ansible_shell_executable to /bin/sh 3057 1726773037.13377: variable 'ansible_shell_executable' from source: unknown 3057 1726773037.13380: variable 'ansible_connection' from source: unknown 3057 1726773037.13382: variable 'ansible_module_compression' from source: unknown 3057 1726773037.13384: variable 'ansible_shell_type' from source: unknown 3057 1726773037.13386: variable 'ansible_shell_executable' from source: unknown 3057 1726773037.13388: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773037.13391: variable 'ansible_pipelining' from source: unknown 3057 1726773037.13393: variable 'ansible_timeout' from source: unknown 3057 1726773037.13395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773037.13599: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773037.13614: variable 'omit' from source: magic vars 3057 1726773037.13624: starting attempt loop 3057 1726773037.13629: running the handler 3057 1726773037.13649: _low_level_execute_command(): starting 3057 1726773037.13659: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773037.14517: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773037.14637: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.14665: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.16657: stdout chunk (state=3): >>>/root <<< 3057 1726773037.16662: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.16664: stdout chunk (state=3): >>><<< 3057 1726773037.16667: stderr chunk (state=3): >>><<< 3057 1726773037.16671: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773037.16674: _low_level_execute_command(): starting 3057 1726773037.16677: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788 `" && echo ansible-tmp-1726773037.165956-5327-152178388978788="` echo /root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788 `" ) && sleep 0' 3057 1726773037.17420: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773037.17442: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.17510: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773037.17586: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773037.17607: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.17648: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.19651: stdout chunk (state=3): >>>ansible-tmp-1726773037.165956-5327-152178388978788=/root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788 <<< 3057 1726773037.19946: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.19950: stdout chunk (state=3): >>><<< 3057 1726773037.19953: stderr chunk (state=3): >>><<< 3057 1726773037.19956: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773037.165956-5327-152178388978788=/root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773037.19958: variable 'ansible_module_compression' from source: unknown 3057 1726773037.19960: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 3057 1726773037.19999: variable 'ansible_facts' from source: unknown 3057 1726773037.20076: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788/AnsiballZ_slurp.py 3057 1726773037.20329: Sending initial data 3057 1726773037.20333: Sent initial data (151 bytes) 3057 1726773037.20892: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773037.20899: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.20911: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773037.20956: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773037.20965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773037.21038: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773037.21060: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.21134: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.22788: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773037.22865: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773037.22921: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpx0cy7m05 /root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788/AnsiballZ_slurp.py <<< 3057 1726773037.22928: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788/AnsiballZ_slurp.py" <<< 3057 1726773037.22971: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpx0cy7m05" to remote "/root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788/AnsiballZ_slurp.py" <<< 3057 1726773037.23539: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.23586: stderr chunk (state=3): >>><<< 3057 1726773037.23595: stdout chunk (state=3): >>><<< 3057 1726773037.23615: done transferring module to remote 3057 1726773037.23625: _low_level_execute_command(): starting 3057 1726773037.23630: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788/ /root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788/AnsiballZ_slurp.py && sleep 0' 3057 1726773037.24101: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.24105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773037.24150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.24196: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773037.24199: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773037.24202: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.24258: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.26141: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.26145: stdout chunk (state=3): >>><<< 3057 1726773037.26148: stderr chunk (state=3): >>><<< 3057 1726773037.26161: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773037.26164: _low_level_execute_command(): starting 3057 1726773037.26167: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788/AnsiballZ_slurp.py && sleep 0' 3057 1726773037.26649: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.26653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.26656: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.26658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773037.26660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.26722: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773037.26726: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773037.26728: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.26768: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.43224: 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"}}} <<< 3057 1726773037.44597: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773037.44656: stderr chunk (state=3): >>><<< 3057 1726773037.44659: stdout chunk (state=3): >>><<< 3057 1726773037.44675: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773037.44703: 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-1726773037.165956-5327-152178388978788/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773037.44712: _low_level_execute_command(): starting 3057 1726773037.44718: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773037.165956-5327-152178388978788/ > /dev/null 2>&1 && sleep 0' 3057 1726773037.45214: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.45218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.45221: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773037.45225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.45281: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773037.45286: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773037.45288: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.45325: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.47256: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.47327: stderr chunk (state=3): >>><<< 3057 1726773037.47339: stdout chunk (state=3): >>><<< 3057 1726773037.47343: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773037.47347: handler run complete 3057 1726773037.47361: attempt loop complete, returning result 3057 1726773037.47364: _execute() done 3057 1726773037.47368: dumping result to json 3057 1726773037.47371: done dumping result, returning 3057 1726773037.47381: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [02b512f9-4fcf-6140-6a9e-00000000061a] 3057 1726773037.47385: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000061a 3057 1726773037.47494: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000061a 3057 1726773037.47498: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 3057 1726773037.47598: no more pending results, returning what we have 3057 1726773037.47601: results queue empty 3057 1726773037.47601: checking for any_errors_fatal 3057 1726773037.47612: done checking for any_errors_fatal 3057 1726773037.47612: checking for max_fail_percentage 3057 1726773037.47614: done checking for max_fail_percentage 3057 1726773037.47614: checking to see if all hosts have failed and the running result is not ok 3057 1726773037.47615: done checking to see if all hosts have failed 3057 1726773037.47615: getting the remaining hosts for this loop 3057 1726773037.47617: done getting the remaining hosts for this loop 3057 1726773037.47620: getting the next task for host managed_node2 3057 1726773037.47625: done getting next task for host managed_node2 3057 1726773037.47628: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3057 1726773037.47631: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773037.47641: getting variables 3057 1726773037.47642: in VariableManager get_vars() 3057 1726773037.47674: Calling all_inventory to load vars for managed_node2 3057 1726773037.47676: Calling groups_inventory to load vars for managed_node2 3057 1726773037.47678: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773037.47686: Calling all_plugins_play to load vars for managed_node2 3057 1726773037.47688: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773037.47690: Calling groups_plugins_play to load vars for managed_node2 3057 1726773037.47853: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773037.48046: done with get_vars() 3057 1726773037.48054: done getting variables 3057 1726773037.48103: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:10:37 -0400 (0:00:00.377) 0:01:22.219 **** 3057 1726773037.48128: entering _queue_task() for managed_node2/set_fact 3057 1726773037.48350: worker is 1 (out of 1 available) 3057 1726773037.48369: exiting _queue_task() for managed_node2/set_fact 3057 1726773037.48384: done queuing things up, now waiting for results queue to drain 3057 1726773037.48386: waiting for pending results... 3057 1726773037.48582: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3057 1726773037.48668: in run() - task 02b512f9-4fcf-6140-6a9e-00000000061b 3057 1726773037.48683: variable 'ansible_search_path' from source: unknown 3057 1726773037.48686: variable 'ansible_search_path' from source: unknown 3057 1726773037.48722: calling self._execute() 3057 1726773037.48942: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773037.48946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773037.48949: variable 'omit' from source: magic vars 3057 1726773037.48952: variable 'omit' from source: magic vars 3057 1726773037.49029: variable 'omit' from source: magic vars 3057 1726773037.49544: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773037.49550: variable '__cur_profile' from source: task vars 3057 1726773037.49662: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773037.51682: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773037.51741: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773037.51771: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773037.51800: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773037.51821: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773037.51891: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773037.51916: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773037.51936: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773037.51966: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773037.51978: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773037.52070: variable '__kernel_settings_tuned_current_profile' from source: set_fact 3057 1726773037.52116: variable 'omit' from source: magic vars 3057 1726773037.52139: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773037.52161: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773037.52175: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773037.52192: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773037.52204: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773037.52229: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773037.52232: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773037.52236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773037.52309: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773037.52324: Set connection var ansible_pipelining to False 3057 1726773037.52327: Set connection var ansible_shell_type to sh 3057 1726773037.52330: Set connection var ansible_connection to ssh 3057 1726773037.52339: Set connection var ansible_timeout to 10 3057 1726773037.52344: Set connection var ansible_shell_executable to /bin/sh 3057 1726773037.52365: variable 'ansible_shell_executable' from source: unknown 3057 1726773037.52368: variable 'ansible_connection' from source: unknown 3057 1726773037.52371: variable 'ansible_module_compression' from source: unknown 3057 1726773037.52373: variable 'ansible_shell_type' from source: unknown 3057 1726773037.52376: variable 'ansible_shell_executable' from source: unknown 3057 1726773037.52378: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773037.52383: variable 'ansible_pipelining' from source: unknown 3057 1726773037.52385: variable 'ansible_timeout' from source: unknown 3057 1726773037.52390: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773037.52473: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773037.52482: variable 'omit' from source: magic vars 3057 1726773037.52487: starting attempt loop 3057 1726773037.52491: running the handler 3057 1726773037.52503: handler run complete 3057 1726773037.52513: attempt loop complete, returning result 3057 1726773037.52516: _execute() done 3057 1726773037.52520: dumping result to json 3057 1726773037.52523: done dumping result, returning 3057 1726773037.52531: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [02b512f9-4fcf-6140-6a9e-00000000061b] 3057 1726773037.52534: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000061b 3057 1726773037.52624: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000061b 3057 1726773037.52627: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 3057 1726773037.52704: no more pending results, returning what we have 3057 1726773037.52706: results queue empty 3057 1726773037.52707: checking for any_errors_fatal 3057 1726773037.52714: done checking for any_errors_fatal 3057 1726773037.52715: checking for max_fail_percentage 3057 1726773037.52716: done checking for max_fail_percentage 3057 1726773037.52717: checking to see if all hosts have failed and the running result is not ok 3057 1726773037.52717: done checking to see if all hosts have failed 3057 1726773037.52718: getting the remaining hosts for this loop 3057 1726773037.52720: done getting the remaining hosts for this loop 3057 1726773037.52724: getting the next task for host managed_node2 3057 1726773037.52732: done getting next task for host managed_node2 3057 1726773037.52736: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3057 1726773037.52744: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773037.52762: getting variables 3057 1726773037.52763: in VariableManager get_vars() 3057 1726773037.52798: Calling all_inventory to load vars for managed_node2 3057 1726773037.52801: Calling groups_inventory to load vars for managed_node2 3057 1726773037.52803: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773037.52889: Calling all_plugins_play to load vars for managed_node2 3057 1726773037.52895: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773037.52899: Calling groups_plugins_play to load vars for managed_node2 3057 1726773037.53274: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773037.53499: done with get_vars() 3057 1726773037.53513: done getting variables 3057 1726773037.53583: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:10:37 -0400 (0:00:00.054) 0:01:22.274 **** 3057 1726773037.53622: entering _queue_task() for managed_node2/copy 3057 1726773037.53910: worker is 1 (out of 1 available) 3057 1726773037.53925: exiting _queue_task() for managed_node2/copy 3057 1726773037.53943: done queuing things up, now waiting for results queue to drain 3057 1726773037.53945: waiting for pending results... 3057 1726773037.54359: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3057 1726773037.54480: in run() - task 02b512f9-4fcf-6140-6a9e-00000000061c 3057 1726773037.54486: variable 'ansible_search_path' from source: unknown 3057 1726773037.54490: variable 'ansible_search_path' from source: unknown 3057 1726773037.54517: calling self._execute() 3057 1726773037.54629: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773037.54642: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773037.54658: variable 'omit' from source: magic vars 3057 1726773037.54837: variable 'omit' from source: magic vars 3057 1726773037.54868: variable 'omit' from source: magic vars 3057 1726773037.54912: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726773037.55305: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726773037.55346: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773037.55442: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773037.55771: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773037.55780: variable 'omit' from source: magic vars 3057 1726773037.55784: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773037.55787: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773037.55791: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773037.55842: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773037.55845: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773037.55847: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773037.55850: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773037.55852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773037.55923: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773037.55931: Set connection var ansible_pipelining to False 3057 1726773037.55934: Set connection var ansible_shell_type to sh 3057 1726773037.55938: Set connection var ansible_connection to ssh 3057 1726773037.55946: Set connection var ansible_timeout to 10 3057 1726773037.55953: Set connection var ansible_shell_executable to /bin/sh 3057 1726773037.55975: variable 'ansible_shell_executable' from source: unknown 3057 1726773037.55978: variable 'ansible_connection' from source: unknown 3057 1726773037.55981: variable 'ansible_module_compression' from source: unknown 3057 1726773037.55983: variable 'ansible_shell_type' from source: unknown 3057 1726773037.55986: variable 'ansible_shell_executable' from source: unknown 3057 1726773037.55988: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773037.55998: variable 'ansible_pipelining' from source: unknown 3057 1726773037.56001: variable 'ansible_timeout' from source: unknown 3057 1726773037.56003: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773037.56111: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773037.56121: variable 'omit' from source: magic vars 3057 1726773037.56128: starting attempt loop 3057 1726773037.56131: running the handler 3057 1726773037.56144: _low_level_execute_command(): starting 3057 1726773037.56151: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773037.56714: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773037.56718: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.56721: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773037.56723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773037.56726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.56767: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773037.56775: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.56836: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.58578: stdout chunk (state=3): >>>/root <<< 3057 1726773037.58718: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.58789: stderr chunk (state=3): >>><<< 3057 1726773037.58793: stdout chunk (state=3): >>><<< 3057 1726773037.58822: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773037.58833: _low_level_execute_command(): starting 3057 1726773037.58841: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474 `" && echo ansible-tmp-1726773037.5882084-5356-157631065203474="` echo /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474 `" ) && sleep 0' 3057 1726773037.59347: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.59358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.59361: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.59382: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773037.59386: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.59422: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773037.59425: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773037.59429: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.59476: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.61413: stdout chunk (state=3): >>>ansible-tmp-1726773037.5882084-5356-157631065203474=/root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474 <<< 3057 1726773037.61529: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.61593: stderr chunk (state=3): >>><<< 3057 1726773037.61597: stdout chunk (state=3): >>><<< 3057 1726773037.61612: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773037.5882084-5356-157631065203474=/root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773037.61700: variable 'ansible_module_compression' from source: unknown 3057 1726773037.61738: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773037.61769: variable 'ansible_facts' from source: unknown 3057 1726773037.61836: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_stat.py 3057 1726773037.61934: Sending initial data 3057 1726773037.61940: Sent initial data (151 bytes) 3057 1726773037.62428: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773037.62433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.62436: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773037.62438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.62501: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773037.62504: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773037.62506: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.62546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.64264: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773037.64367: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773037.64414: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpu4bdj2pk /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_stat.py <<< 3057 1726773037.64437: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_stat.py" <<< 3057 1726773037.64481: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpu4bdj2pk" to remote "/root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_stat.py" <<< 3057 1726773037.65265: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.65442: stderr chunk (state=3): >>><<< 3057 1726773037.65445: stdout chunk (state=3): >>><<< 3057 1726773037.65450: done transferring module to remote 3057 1726773037.65452: _low_level_execute_command(): starting 3057 1726773037.65454: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/ /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_stat.py && sleep 0' 3057 1726773037.66123: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773037.66147: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.66269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773037.66318: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.66381: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.68247: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.68303: stderr chunk (state=3): >>><<< 3057 1726773037.68308: stdout chunk (state=3): >>><<< 3057 1726773037.68323: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773037.68326: _low_level_execute_command(): starting 3057 1726773037.68339: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_stat.py && sleep 0' 3057 1726773037.68830: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.68834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.68852: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773037.68856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.68950: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.68987: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.89545: 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": 262942, "dev": 51714, "nlink": 1, "atime": 1726773037.4305413, "mtime": 1726773030.7124743, "ctime": 1726773030.7124743, "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": "3558383755", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773037.91050: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773037.91114: stderr chunk (state=3): >>><<< 3057 1726773037.91118: stdout chunk (state=3): >>><<< 3057 1726773037.91134: _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": 262942, "dev": 51714, "nlink": 1, "atime": 1726773037.4305413, "mtime": 1726773030.7124743, "ctime": 1726773030.7124743, "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": "3558383755", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773037.91184: 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-1726773037.5882084-5356-157631065203474/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773037.91223: variable 'ansible_module_compression' from source: unknown 3057 1726773037.91255: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773037.91273: variable 'ansible_facts' from source: unknown 3057 1726773037.91325: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_file.py 3057 1726773037.91428: Sending initial data 3057 1726773037.91432: Sent initial data (151 bytes) 3057 1726773037.91906: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773037.91939: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773037.91942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.91945: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773037.91947: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773037.91949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.92006: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773037.92014: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.92055: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.93759: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773037.93829: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773037.93865: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpshi1u9ay /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_file.py <<< 3057 1726773037.93870: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_file.py" <<< 3057 1726773037.93900: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpshi1u9ay" to remote "/root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_file.py" <<< 3057 1726773037.93906: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_file.py" <<< 3057 1726773037.94524: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.94545: stderr chunk (state=3): >>><<< 3057 1726773037.94548: stdout chunk (state=3): >>><<< 3057 1726773037.94571: done transferring module to remote 3057 1726773037.94581: _low_level_execute_command(): starting 3057 1726773037.94586: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/ /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_file.py && sleep 0' 3057 1726773037.95086: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.95090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.95092: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773037.95095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.95154: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773037.95157: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773037.95164: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.95205: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773037.97056: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773037.97110: stderr chunk (state=3): >>><<< 3057 1726773037.97116: stdout chunk (state=3): >>><<< 3057 1726773037.97155: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773037.97159: _low_level_execute_command(): starting 3057 1726773037.97162: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/AnsiballZ_file.py && sleep 0' 3057 1726773037.97661: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.97667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773037.97670: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773037.97677: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773037.97679: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773037.97738: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773037.97741: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773037.97743: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773037.97779: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.15444: stdout chunk (state=3): >>> {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".yjmljhdg", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726773038.16777: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773038.16836: stderr chunk (state=3): >>><<< 3057 1726773038.16840: stdout chunk (state=3): >>><<< 3057 1726773038.16862: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".yjmljhdg", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773038.16896: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.yjmljhdg', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773038.16907: _low_level_execute_command(): starting 3057 1726773038.16910: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773037.5882084-5356-157631065203474/ > /dev/null 2>&1 && sleep 0' 3057 1726773038.17439: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773038.17443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.17446: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773038.17452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773038.17454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.17461: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773038.17477: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.17514: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.19465: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773038.19642: stderr chunk (state=3): >>><<< 3057 1726773038.19648: stdout chunk (state=3): >>><<< 3057 1726773038.19651: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773038.19659: handler run complete 3057 1726773038.19664: attempt loop complete, returning result 3057 1726773038.19666: _execute() done 3057 1726773038.19668: dumping result to json 3057 1726773038.19671: done dumping result, returning 3057 1726773038.19692: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [02b512f9-4fcf-6140-6a9e-00000000061c] 3057 1726773038.19704: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000061c 3057 1726773038.20103: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000061c 3057 1726773038.20106: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/active_profile", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "state": "file", "uid": 0 } 3057 1726773038.20226: no more pending results, returning what we have 3057 1726773038.20230: results queue empty 3057 1726773038.20232: checking for any_errors_fatal 3057 1726773038.20243: done checking for any_errors_fatal 3057 1726773038.20244: checking for max_fail_percentage 3057 1726773038.20246: done checking for max_fail_percentage 3057 1726773038.20247: checking to see if all hosts have failed and the running result is not ok 3057 1726773038.20248: done checking to see if all hosts have failed 3057 1726773038.20249: getting the remaining hosts for this loop 3057 1726773038.20250: done getting the remaining hosts for this loop 3057 1726773038.20254: getting the next task for host managed_node2 3057 1726773038.20260: done getting next task for host managed_node2 3057 1726773038.20264: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3057 1726773038.20268: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773038.20280: getting variables 3057 1726773038.20282: in VariableManager get_vars() 3057 1726773038.20441: Calling all_inventory to load vars for managed_node2 3057 1726773038.20445: Calling groups_inventory to load vars for managed_node2 3057 1726773038.20448: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773038.20458: Calling all_plugins_play to load vars for managed_node2 3057 1726773038.20466: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773038.20469: Calling groups_plugins_play to load vars for managed_node2 3057 1726773038.20749: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773038.20997: done with get_vars() 3057 1726773038.21013: done getting variables 3057 1726773038.21078: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:10:38 -0400 (0:00:00.675) 0:01:22.949 **** 3057 1726773038.21126: entering _queue_task() for managed_node2/copy 3057 1726773038.21476: worker is 1 (out of 1 available) 3057 1726773038.21488: exiting _queue_task() for managed_node2/copy 3057 1726773038.21501: done queuing things up, now waiting for results queue to drain 3057 1726773038.21503: waiting for pending results... 3057 1726773038.21728: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3057 1726773038.21811: in run() - task 02b512f9-4fcf-6140-6a9e-00000000061d 3057 1726773038.21823: variable 'ansible_search_path' from source: unknown 3057 1726773038.21827: variable 'ansible_search_path' from source: unknown 3057 1726773038.21861: calling self._execute() 3057 1726773038.21943: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773038.21948: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773038.21958: variable 'omit' from source: magic vars 3057 1726773038.22047: variable 'omit' from source: magic vars 3057 1726773038.22083: variable 'omit' from source: magic vars 3057 1726773038.22110: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3057 1726773038.22360: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3057 1726773038.22421: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773038.22458: variable 'omit' from source: magic vars 3057 1726773038.22494: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773038.22527: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773038.22545: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773038.22560: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773038.22573: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773038.22601: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773038.22606: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773038.22609: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773038.22684: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773038.22691: Set connection var ansible_pipelining to False 3057 1726773038.22697: Set connection var ansible_shell_type to sh 3057 1726773038.22700: Set connection var ansible_connection to ssh 3057 1726773038.22706: Set connection var ansible_timeout to 10 3057 1726773038.22713: Set connection var ansible_shell_executable to /bin/sh 3057 1726773038.22733: variable 'ansible_shell_executable' from source: unknown 3057 1726773038.22738: variable 'ansible_connection' from source: unknown 3057 1726773038.22741: variable 'ansible_module_compression' from source: unknown 3057 1726773038.22743: variable 'ansible_shell_type' from source: unknown 3057 1726773038.22747: variable 'ansible_shell_executable' from source: unknown 3057 1726773038.22749: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773038.22839: variable 'ansible_pipelining' from source: unknown 3057 1726773038.22842: variable 'ansible_timeout' from source: unknown 3057 1726773038.22843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773038.22886: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773038.22897: variable 'omit' from source: magic vars 3057 1726773038.22903: starting attempt loop 3057 1726773038.22906: running the handler 3057 1726773038.22917: _low_level_execute_command(): starting 3057 1726773038.22923: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773038.23615: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773038.23634: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773038.23653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773038.23673: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773038.23697: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773038.23711: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773038.23814: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.23839: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.24047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.25630: stdout chunk (state=3): >>>/root <<< 3057 1726773038.25809: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773038.25942: stderr chunk (state=3): >>><<< 3057 1726773038.25945: stdout chunk (state=3): >>><<< 3057 1726773038.25949: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773038.25952: _low_level_execute_command(): starting 3057 1726773038.25955: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706 `" && echo ansible-tmp-1726773038.2589386-5395-132822085913706="` echo /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706 `" ) && sleep 0' 3057 1726773038.26625: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773038.26644: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773038.26660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773038.26689: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773038.26708: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773038.26814: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.26846: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.26914: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.28847: stdout chunk (state=3): >>>ansible-tmp-1726773038.2589386-5395-132822085913706=/root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706 <<< 3057 1726773038.28965: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773038.29059: stderr chunk (state=3): >>><<< 3057 1726773038.29062: stdout chunk (state=3): >>><<< 3057 1726773038.29145: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773038.2589386-5395-132822085913706=/root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773038.29201: variable 'ansible_module_compression' from source: unknown 3057 1726773038.29270: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773038.29308: variable 'ansible_facts' from source: unknown 3057 1726773038.29409: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_stat.py 3057 1726773038.29667: Sending initial data 3057 1726773038.29670: Sent initial data (151 bytes) 3057 1726773038.30206: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773038.30223: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773038.30333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.30359: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.30426: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.31981: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 3057 1726773038.31999: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3057 1726773038.32031: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773038.32067: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpfbu2tlnb /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_stat.py <<< 3057 1726773038.32071: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_stat.py" <<< 3057 1726773038.32115: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpfbu2tlnb" to remote "/root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_stat.py" <<< 3057 1726773038.32119: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_stat.py" <<< 3057 1726773038.32840: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773038.33018: stderr chunk (state=3): >>><<< 3057 1726773038.33022: stdout chunk (state=3): >>><<< 3057 1726773038.33024: done transferring module to remote 3057 1726773038.33027: _low_level_execute_command(): starting 3057 1726773038.33030: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/ /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_stat.py && sleep 0' 3057 1726773038.33652: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773038.33666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.33729: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.33772: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.33782: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.33834: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.35794: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773038.35799: stdout chunk (state=3): >>><<< 3057 1726773038.35801: stderr chunk (state=3): >>><<< 3057 1726773038.35817: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773038.35851: _low_level_execute_command(): starting 3057 1726773038.35855: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_stat.py && sleep 0' 3057 1726773038.36329: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773038.36333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.36338: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773038.36341: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773038.36343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.36396: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773038.36402: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.36404: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.36448: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.54480: 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": 262937, "dev": 51714, "nlink": 1, "atime": 1726773028.7574549, "mtime": 1726773030.7124743, "ctime": 1726773030.7124743, "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": "2871866907", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773038.56745: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773038.56750: stdout chunk (state=3): >>><<< 3057 1726773038.56753: stderr chunk (state=3): >>><<< 3057 1726773038.56756: _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": 262937, "dev": 51714, "nlink": 1, "atime": 1726773028.7574549, "mtime": 1726773030.7124743, "ctime": 1726773030.7124743, "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": "2871866907", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773038.56759: 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-1726773038.2589386-5395-132822085913706/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773038.56886: variable 'ansible_module_compression' from source: unknown 3057 1726773038.57009: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773038.57039: variable 'ansible_facts' from source: unknown 3057 1726773038.57164: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_file.py 3057 1726773038.57468: Sending initial data 3057 1726773038.57472: Sent initial data (151 bytes) 3057 1726773038.57984: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773038.57999: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773038.58011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.58074: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773038.58077: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.58080: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.58188: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.59834: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773038.59909: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773038.59963: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpnnkj9_ph /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_file.py <<< 3057 1726773038.59966: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_file.py" <<< 3057 1726773038.59993: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 3057 1726773038.60004: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpnnkj9_ph" to remote "/root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_file.py" <<< 3057 1726773038.60015: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_file.py" <<< 3057 1726773038.60572: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773038.60649: stderr chunk (state=3): >>><<< 3057 1726773038.60652: stdout chunk (state=3): >>><<< 3057 1726773038.60673: done transferring module to remote 3057 1726773038.60682: _low_level_execute_command(): starting 3057 1726773038.60687: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/ /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_file.py && sleep 0' 3057 1726773038.61168: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773038.61172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773038.61174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773038.61176: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773038.61179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.61233: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773038.61241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.61243: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.61277: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.63070: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773038.63115: stderr chunk (state=3): >>><<< 3057 1726773038.63119: stdout chunk (state=3): >>><<< 3057 1726773038.63133: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773038.63137: _low_level_execute_command(): starting 3057 1726773038.63143: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/AnsiballZ_file.py && sleep 0' 3057 1726773038.63612: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773038.63615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.63624: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773038.63626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.63677: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773038.63684: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.63686: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.63726: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.82003: stdout chunk (state=3): >>> {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".eblkiafo", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726773038.83601: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773038.83679: stderr chunk (state=3): >>><<< 3057 1726773038.83683: stdout chunk (state=3): >>><<< 3057 1726773038.83829: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".eblkiafo", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773038.83834: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.eblkiafo', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773038.83840: _low_level_execute_command(): starting 3057 1726773038.83843: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773038.2589386-5395-132822085913706/ > /dev/null 2>&1 && sleep 0' 3057 1726773038.84440: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773038.84558: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.84574: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773038.84594: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.84616: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.84851: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.86568: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773038.86628: stderr chunk (state=3): >>><<< 3057 1726773038.86632: stdout chunk (state=3): >>><<< 3057 1726773038.86647: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773038.86655: handler run complete 3057 1726773038.86680: attempt loop complete, returning result 3057 1726773038.86683: _execute() done 3057 1726773038.86689: dumping result to json 3057 1726773038.86696: done dumping result, returning 3057 1726773038.86708: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [02b512f9-4fcf-6140-6a9e-00000000061d] 3057 1726773038.86714: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000061d 3057 1726773038.86831: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000061d 3057 1726773038.86834: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/profile_mode", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "state": "file", "uid": 0 } 3057 1726773038.86938: no more pending results, returning what we have 3057 1726773038.86942: results queue empty 3057 1726773038.86942: checking for any_errors_fatal 3057 1726773038.86950: done checking for any_errors_fatal 3057 1726773038.86951: checking for max_fail_percentage 3057 1726773038.86952: done checking for max_fail_percentage 3057 1726773038.86953: checking to see if all hosts have failed and the running result is not ok 3057 1726773038.86954: done checking to see if all hosts have failed 3057 1726773038.86955: getting the remaining hosts for this loop 3057 1726773038.86956: done getting the remaining hosts for this loop 3057 1726773038.86959: getting the next task for host managed_node2 3057 1726773038.86964: done getting next task for host managed_node2 3057 1726773038.86968: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 3057 1726773038.86971: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773038.86981: getting variables 3057 1726773038.86982: in VariableManager get_vars() 3057 1726773038.87017: Calling all_inventory to load vars for managed_node2 3057 1726773038.87019: Calling groups_inventory to load vars for managed_node2 3057 1726773038.87021: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773038.87030: Calling all_plugins_play to load vars for managed_node2 3057 1726773038.87033: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773038.87043: Calling groups_plugins_play to load vars for managed_node2 3057 1726773038.87165: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773038.87300: done with get_vars() 3057 1726773038.87309: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:10:38 -0400 (0:00:00.662) 0:01:23.612 **** 3057 1726773038.87376: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773038.87870: worker is 1 (out of 1 available) 3057 1726773038.87883: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773038.87894: done queuing things up, now waiting for results queue to drain 3057 1726773038.87896: waiting for pending results... 3057 1726773038.88250: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 3057 1726773038.88255: in run() - task 02b512f9-4fcf-6140-6a9e-00000000061e 3057 1726773038.88259: variable 'ansible_search_path' from source: unknown 3057 1726773038.88262: variable 'ansible_search_path' from source: unknown 3057 1726773038.88378: calling self._execute() 3057 1726773038.88417: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773038.88429: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773038.88445: variable 'omit' from source: magic vars 3057 1726773038.88654: variable 'omit' from source: magic vars 3057 1726773038.88715: variable 'omit' from source: magic vars 3057 1726773038.88755: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773038.89095: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773038.89192: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773038.89294: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773038.89306: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773038.89366: variable 'omit' from source: magic vars 3057 1726773038.89441: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773038.89464: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773038.89489: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773038.89515: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773038.89532: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773038.89641: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773038.89645: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773038.89647: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773038.89704: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773038.89720: Set connection var ansible_pipelining to False 3057 1726773038.89728: Set connection var ansible_shell_type to sh 3057 1726773038.89736: Set connection var ansible_connection to ssh 3057 1726773038.89749: Set connection var ansible_timeout to 10 3057 1726773038.89761: Set connection var ansible_shell_executable to /bin/sh 3057 1726773038.89797: variable 'ansible_shell_executable' from source: unknown 3057 1726773038.89806: variable 'ansible_connection' from source: unknown 3057 1726773038.89813: variable 'ansible_module_compression' from source: unknown 3057 1726773038.89821: variable 'ansible_shell_type' from source: unknown 3057 1726773038.89829: variable 'ansible_shell_executable' from source: unknown 3057 1726773038.89838: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773038.89847: variable 'ansible_pipelining' from source: unknown 3057 1726773038.89895: variable 'ansible_timeout' from source: unknown 3057 1726773038.89898: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773038.90081: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773038.90099: variable 'omit' from source: magic vars 3057 1726773038.90115: starting attempt loop 3057 1726773038.90123: running the handler 3057 1726773038.90148: _low_level_execute_command(): starting 3057 1726773038.90161: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773038.90983: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773038.91002: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773038.91019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773038.91044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773038.91100: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.91183: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773038.91186: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.91231: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.91277: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.92961: stdout chunk (state=3): >>>/root <<< 3057 1726773038.93210: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773038.93213: stdout chunk (state=3): >>><<< 3057 1726773038.93215: stderr chunk (state=3): >>><<< 3057 1726773038.93312: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773038.93315: _low_level_execute_command(): starting 3057 1726773038.93317: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238 `" && echo ansible-tmp-1726773038.9323823-5437-204925435006238="` echo /root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238 `" ) && sleep 0' 3057 1726773038.93711: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773038.93721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773038.93739: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773038.93743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773038.93817: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.93825: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.93865: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.95825: stdout chunk (state=3): >>>ansible-tmp-1726773038.9323823-5437-204925435006238=/root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238 <<< 3057 1726773038.96003: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773038.96006: stdout chunk (state=3): >>><<< 3057 1726773038.96008: stderr chunk (state=3): >>><<< 3057 1726773038.96020: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773038.9323823-5437-204925435006238=/root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773038.96073: variable 'ansible_module_compression' from source: unknown 3057 1726773038.96105: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 3057 1726773038.96138: variable 'ansible_facts' from source: unknown 3057 1726773038.96202: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238/AnsiballZ_kernel_settings_get_config.py 3057 1726773038.96309: Sending initial data 3057 1726773038.96313: Sent initial data (173 bytes) 3057 1726773038.96842: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.96856: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.96964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773038.98526: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773038.98605: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773038.98644: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp7_n59kij /root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238/AnsiballZ_kernel_settings_get_config.py <<< 3057 1726773038.98647: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773038.98673: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp7_n59kij" to remote "/root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773038.99245: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773038.99250: stderr chunk (state=3): >>><<< 3057 1726773038.99255: stdout chunk (state=3): >>><<< 3057 1726773038.99279: done transferring module to remote 3057 1726773038.99289: _low_level_execute_command(): starting 3057 1726773038.99295: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238/ /root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773038.99770: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773038.99774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.99777: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773038.99783: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773038.99786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773038.99840: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773038.99847: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773038.99849: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773038.99914: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773039.01743: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773039.01758: stderr chunk (state=3): >>><<< 3057 1726773039.01761: stdout chunk (state=3): >>><<< 3057 1726773039.01777: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773039.01780: _low_level_execute_command(): starting 3057 1726773039.01786: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773039.02271: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.02277: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.02280: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.02282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.02338: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773039.02345: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773039.02347: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773039.02391: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773039.19178: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 3057 1726773039.20655: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773039.20659: stdout chunk (state=3): >>><<< 3057 1726773039.20662: stderr chunk (state=3): >>><<< 3057 1726773039.20685: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773039.20733: 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-1726773038.9323823-5437-204925435006238/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773039.20744: _low_level_execute_command(): starting 3057 1726773039.20749: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773038.9323823-5437-204925435006238/ > /dev/null 2>&1 && sleep 0' 3057 1726773039.21417: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773039.21426: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773039.21518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.21522: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773039.21525: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773039.21528: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773039.21530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.21532: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773039.21539: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773039.21542: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 3057 1726773039.21545: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773039.21549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.21551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773039.21554: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773039.21556: stderr chunk (state=3): >>>debug2: match found <<< 3057 1726773039.21627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.21633: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773039.21650: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773039.21673: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773039.21745: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773039.23755: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773039.23820: stderr chunk (state=3): >>><<< 3057 1726773039.23824: stdout chunk (state=3): >>><<< 3057 1726773039.23852: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773039.23856: handler run complete 3057 1726773039.23879: attempt loop complete, returning result 3057 1726773039.23883: _execute() done 3057 1726773039.23885: dumping result to json 3057 1726773039.23887: done dumping result, returning 3057 1726773039.23908: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [02b512f9-4fcf-6140-6a9e-00000000061e] 3057 1726773039.23911: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000061e 3057 1726773039.24040: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000061e 3057 1726773039.24043: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "vm.max_map_count": "65530" }, "sysfs": { "/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" } } } 3057 1726773039.24157: no more pending results, returning what we have 3057 1726773039.24161: results queue empty 3057 1726773039.24162: checking for any_errors_fatal 3057 1726773039.24169: done checking for any_errors_fatal 3057 1726773039.24170: checking for max_fail_percentage 3057 1726773039.24171: done checking for max_fail_percentage 3057 1726773039.24172: checking to see if all hosts have failed and the running result is not ok 3057 1726773039.24173: done checking to see if all hosts have failed 3057 1726773039.24173: getting the remaining hosts for this loop 3057 1726773039.24175: done getting the remaining hosts for this loop 3057 1726773039.24178: getting the next task for host managed_node2 3057 1726773039.24183: done getting next task for host managed_node2 3057 1726773039.24186: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3057 1726773039.24189: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773039.24202: getting variables 3057 1726773039.24204: in VariableManager get_vars() 3057 1726773039.24248: Calling all_inventory to load vars for managed_node2 3057 1726773039.24251: Calling groups_inventory to load vars for managed_node2 3057 1726773039.24254: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773039.24273: Calling all_plugins_play to load vars for managed_node2 3057 1726773039.24277: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773039.24280: Calling groups_plugins_play to load vars for managed_node2 3057 1726773039.24532: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773039.25050: done with get_vars() 3057 1726773039.25062: done getting variables 3057 1726773039.25124: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:10:39 -0400 (0:00:00.379) 0:01:23.992 **** 3057 1726773039.25374: entering _queue_task() for managed_node2/template 3057 1726773039.26088: worker is 1 (out of 1 available) 3057 1726773039.26103: exiting _queue_task() for managed_node2/template 3057 1726773039.26116: done queuing things up, now waiting for results queue to drain 3057 1726773039.26118: waiting for pending results... 3057 1726773039.26677: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3057 1726773039.26733: in run() - task 02b512f9-4fcf-6140-6a9e-00000000061f 3057 1726773039.26760: variable 'ansible_search_path' from source: unknown 3057 1726773039.26838: variable 'ansible_search_path' from source: unknown 3057 1726773039.26841: calling self._execute() 3057 1726773039.26926: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773039.26939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773039.26954: variable 'omit' from source: magic vars 3057 1726773039.27086: variable 'omit' from source: magic vars 3057 1726773039.27152: variable 'omit' from source: magic vars 3057 1726773039.27543: variable '__kernel_settings_profile_src' from source: role '' all vars 3057 1726773039.27558: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773039.27654: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773039.27740: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773039.27767: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773039.27849: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773039.27953: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773039.27966: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773039.28015: variable 'omit' from source: magic vars 3057 1726773039.28071: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773039.28121: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773039.28149: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773039.28340: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773039.28344: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773039.28347: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773039.28350: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773039.28352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773039.28367: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773039.28383: Set connection var ansible_pipelining to False 3057 1726773039.28394: Set connection var ansible_shell_type to sh 3057 1726773039.28402: Set connection var ansible_connection to ssh 3057 1726773039.28413: Set connection var ansible_timeout to 10 3057 1726773039.28426: Set connection var ansible_shell_executable to /bin/sh 3057 1726773039.28461: variable 'ansible_shell_executable' from source: unknown 3057 1726773039.28470: variable 'ansible_connection' from source: unknown 3057 1726773039.28477: variable 'ansible_module_compression' from source: unknown 3057 1726773039.28484: variable 'ansible_shell_type' from source: unknown 3057 1726773039.28494: variable 'ansible_shell_executable' from source: unknown 3057 1726773039.28503: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773039.28512: variable 'ansible_pipelining' from source: unknown 3057 1726773039.28519: variable 'ansible_timeout' from source: unknown 3057 1726773039.28740: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773039.29341: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773039.29344: variable 'omit' from source: magic vars 3057 1726773039.29347: starting attempt loop 3057 1726773039.29349: running the handler 3057 1726773039.29352: _low_level_execute_command(): starting 3057 1726773039.29354: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773039.30610: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773039.30645: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773039.30728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773039.32574: stdout chunk (state=3): >>>/root <<< 3057 1726773039.32719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773039.32800: stderr chunk (state=3): >>><<< 3057 1726773039.32804: stdout chunk (state=3): >>><<< 3057 1726773039.32824: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773039.32941: _low_level_execute_command(): starting 3057 1726773039.32945: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546 `" && echo ansible-tmp-1726773039.3283293-5461-183921033017546="` echo /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546 `" ) && sleep 0' 3057 1726773039.33639: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773039.33649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773039.33652: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726773039.33655: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.33658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.33755: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773039.33785: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773039.35948: stdout chunk (state=3): >>>ansible-tmp-1726773039.3283293-5461-183921033017546=/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546 <<< 3057 1726773039.36164: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773039.36168: stdout chunk (state=3): >>><<< 3057 1726773039.36171: stderr chunk (state=3): >>><<< 3057 1726773039.36341: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773039.3283293-5461-183921033017546=/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773039.36345: evaluation_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 3057 1726773039.36349: search_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 3057 1726773039.36352: variable 'ansible_search_path' from source: unknown 3057 1726773039.37433: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773039.39874: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773039.39996: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773039.40049: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773039.40105: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773039.40138: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773039.40525: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773039.40564: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773039.40596: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773039.40655: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773039.40675: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773039.41181: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773039.41228: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773039.41268: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773039.41412: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773039.41415: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773039.41872: variable 'ansible_managed' from source: unknown 3057 1726773039.41883: variable '__sections' from source: task vars 3057 1726773039.42086: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773039.42117: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773039.42162: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773039.42217: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773039.42269: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773039.42413: variable 'kernel_settings_sysctl' from source: include params 3057 1726773039.42428: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773039.42442: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773039.42536: variable '__sysctl_old' from source: task vars 3057 1726773039.42703: variable '__sysctl_old' from source: task vars 3057 1726773039.42944: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773039.42955: variable 'kernel_settings_sysctl' from source: include params 3057 1726773039.42974: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773039.42984: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773039.42993: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773039.43299: variable 'kernel_settings_sysfs' from source: include params 3057 1726773039.43311: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773039.43327: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773039.43369: variable '__sysfs_old' from source: task vars 3057 1726773039.43445: variable '__sysfs_old' from source: task vars 3057 1726773039.43804: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773039.43815: variable 'kernel_settings_sysfs' from source: include params 3057 1726773039.43826: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773039.43838: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773039.43848: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773039.43920: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 3057 1726773039.43934: variable '__systemd_old' from source: task vars 3057 1726773039.44004: variable '__systemd_old' from source: task vars 3057 1726773039.44262: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773039.44273: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 3057 1726773039.44282: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.44291: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773039.44314: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 3057 1726773039.44324: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 3057 1726773039.44333: variable '__trans_huge_old' from source: task vars 3057 1726773039.44411: variable '__trans_huge_old' from source: task vars 3057 1726773039.44684: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773039.44694: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 3057 1726773039.44703: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.44714: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773039.44792: variable '__trans_defrag_old' from source: task vars 3057 1726773039.44823: variable '__trans_defrag_old' from source: task vars 3057 1726773039.45468: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773039.45479: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 3057 1726773039.45487: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45497: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773039.45523: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45559: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45585: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45599: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45641: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45644: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45649: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45731: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45734: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45739: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45741: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45743: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.45745: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773039.46295: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773039.46352: variable 'ansible_module_compression' from source: unknown 3057 1726773039.46393: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773039.46411: variable 'ansible_facts' from source: unknown 3057 1726773039.46478: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_stat.py 3057 1726773039.46583: Sending initial data 3057 1726773039.46586: Sent initial data (151 bytes) 3057 1726773039.47123: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.47127: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.47130: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.47133: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.47134: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773039.47138: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773039.47171: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773039.47215: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773039.49032: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773039.49146: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773039.49186: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp5dl17ye2 /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_stat.py <<< 3057 1726773039.49190: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_stat.py" <<< 3057 1726773039.49221: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp5dl17ye2" to remote "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_stat.py" <<< 3057 1726773039.49225: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_stat.py" <<< 3057 1726773039.49802: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773039.49831: stderr chunk (state=3): >>><<< 3057 1726773039.49836: stdout chunk (state=3): >>><<< 3057 1726773039.49857: done transferring module to remote 3057 1726773039.49867: _low_level_execute_command(): starting 3057 1726773039.49873: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/ /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_stat.py && sleep 0' 3057 1726773039.50503: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.50550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.50583: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773039.50615: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773039.50619: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773039.50793: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773039.52719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773039.52724: stdout chunk (state=3): >>><<< 3057 1726773039.52733: stderr chunk (state=3): >>><<< 3057 1726773039.52752: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773039.52755: _low_level_execute_command(): starting 3057 1726773039.52760: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_stat.py && sleep 0' 3057 1726773039.53227: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.53231: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773039.53258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.53262: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.53264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.53319: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773039.53323: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773039.53340: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773039.53385: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773039.71904: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 351, "inode": 262938, "dev": 51714, "nlink": 1, "atime": 1726773030.7064743, "mtime": 1726772974.657117, "ctime": 1726773030.2024693, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "mimetype": "text/plain", "charset": "us-ascii", "version": "588093356", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773039.73686: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773039.73714: stderr chunk (state=3): >>><<< 3057 1726773039.73719: stdout chunk (state=3): >>><<< 3057 1726773039.73738: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 351, "inode": 262938, "dev": 51714, "nlink": 1, "atime": 1726773030.7064743, "mtime": 1726772974.657117, "ctime": 1726773030.2024693, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "mimetype": "text/plain", "charset": "us-ascii", "version": "588093356", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773039.73799: 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-1726773039.3283293-5461-183921033017546/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773039.73929: Sending initial data 3057 1726773039.73933: Sent initial data (165 bytes) 3057 1726773039.74403: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.74407: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773039.74486: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773039.74492: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726773039.74494: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.74496: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.74506: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773039.74514: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773039.74674: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773039.76346: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773039.76415: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773039.76447: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpgk9fmolf/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/.source.conf <<< 3057 1726773039.76451: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/.source.conf" <<< 3057 1726773039.76497: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpgk9fmolf/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/.source.conf" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/.source.conf" <<< 3057 1726773039.76669: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773039.76748: stderr chunk (state=3): >>><<< 3057 1726773039.76753: stdout chunk (state=3): >>><<< 3057 1726773039.76767: _low_level_execute_command(): starting 3057 1726773039.76772: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/ /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/.source.conf && sleep 0' 3057 1726773039.77310: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.77315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773039.77318: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.77321: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773039.77324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773039.77326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.77329: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773039.77332: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773039.77348: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773039.77406: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773039.79320: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773039.79346: stderr chunk (state=3): >>><<< 3057 1726773039.79349: stdout chunk (state=3): >>><<< 3057 1726773039.79366: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773039.79388: variable 'ansible_module_compression' from source: unknown 3057 1726773039.79429: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3057 1726773039.79447: variable 'ansible_facts' from source: unknown 3057 1726773039.79493: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_copy.py 3057 1726773039.79596: Sending initial data 3057 1726773039.79600: Sent initial data (151 bytes) 3057 1726773039.80095: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773039.80098: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.80101: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773039.80103: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773039.80106: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.80141: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773039.80144: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773039.80166: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773039.80224: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773039.81850: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773039.81880: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773039.81921: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpsgydk7o3 /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_copy.py <<< 3057 1726773039.81927: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_copy.py" <<< 3057 1726773039.81977: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpsgydk7o3" to remote "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_copy.py" <<< 3057 1726773039.81981: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_copy.py" <<< 3057 1726773039.82537: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773039.82615: stderr chunk (state=3): >>><<< 3057 1726773039.82619: stdout chunk (state=3): >>><<< 3057 1726773039.82639: done transferring module to remote 3057 1726773039.82647: _low_level_execute_command(): starting 3057 1726773039.82652: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/ /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_copy.py && sleep 0' 3057 1726773039.83315: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.83320: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773039.83324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.83395: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773039.83412: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773039.85189: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773039.85256: stderr chunk (state=3): >>><<< 3057 1726773039.85265: stdout chunk (state=3): >>><<< 3057 1726773039.85281: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773039.85284: _low_level_execute_command(): starting 3057 1726773039.85293: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/AnsiballZ_copy.py && sleep 0' 3057 1726773039.85825: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773039.85829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.85839: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773039.85842: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773039.85877: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773039.85916: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773039.85992: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773040.04388: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/.source.conf", "md5sum": "1fd7f2202613b516022cf613601e26bd", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726773040.06116: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773040.06121: stderr chunk (state=3): >>><<< 3057 1726773040.06127: stdout chunk (state=3): >>><<< 3057 1726773040.06161: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/.source.conf", "md5sum": "1fd7f2202613b516022cf613601e26bd", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773040.06200: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': '3107bf46f5c007ef178305bb243dd11664f9bf35', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773040.06245: _low_level_execute_command(): starting 3057 1726773040.06249: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/ > /dev/null 2>&1 && sleep 0' 3057 1726773040.07007: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773040.07070: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773040.07084: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773040.07112: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773040.07239: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773040.09197: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773040.09247: stderr chunk (state=3): >>><<< 3057 1726773040.09254: stdout chunk (state=3): >>><<< 3057 1726773040.09271: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773040.09298: handler run complete 3057 1726773040.09320: attempt loop complete, returning result 3057 1726773040.09325: _execute() done 3057 1726773040.09330: dumping result to json 3057 1726773040.09338: done dumping result, returning 3057 1726773040.09351: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [02b512f9-4fcf-6140-6a9e-00000000061f] 3057 1726773040.09354: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000061f changed: [managed_node2] => { "changed": true, "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "1fd7f2202613b516022cf613601e26bd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "src": "/root/.ansible/tmp/ansible-tmp-1726773039.3283293-5461-183921033017546/.source.conf", "state": "file", "uid": 0 } 3057 1726773040.09621: no more pending results, returning what we have 3057 1726773040.09625: results queue empty 3057 1726773040.09626: checking for any_errors_fatal 3057 1726773040.09632: done checking for any_errors_fatal 3057 1726773040.09633: checking for max_fail_percentage 3057 1726773040.09636: done checking for max_fail_percentage 3057 1726773040.09637: checking to see if all hosts have failed and the running result is not ok 3057 1726773040.09638: done checking to see if all hosts have failed 3057 1726773040.09639: getting the remaining hosts for this loop 3057 1726773040.09640: done getting the remaining hosts for this loop 3057 1726773040.09643: getting the next task for host managed_node2 3057 1726773040.09650: done getting next task for host managed_node2 3057 1726773040.09654: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3057 1726773040.09657: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773040.09670: getting variables 3057 1726773040.09673: in VariableManager get_vars() 3057 1726773040.09712: Calling all_inventory to load vars for managed_node2 3057 1726773040.09715: Calling groups_inventory to load vars for managed_node2 3057 1726773040.09717: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773040.09727: Calling all_plugins_play to load vars for managed_node2 3057 1726773040.09729: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773040.09732: Calling groups_plugins_play to load vars for managed_node2 3057 1726773040.09781: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000061f 3057 1726773040.09784: WORKER PROCESS EXITING 3057 1726773040.10000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773040.10221: done with get_vars() 3057 1726773040.10234: done getting variables 3057 1726773040.10310: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:10:40 -0400 (0:00:00.849) 0:01:24.842 **** 3057 1726773040.10349: entering _queue_task() for managed_node2/service 3057 1726773040.10851: worker is 1 (out of 1 available) 3057 1726773040.10864: exiting _queue_task() for managed_node2/service 3057 1726773040.10877: done queuing things up, now waiting for results queue to drain 3057 1726773040.10879: waiting for pending results... 3057 1726773040.11008: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3057 1726773040.11110: in run() - task 02b512f9-4fcf-6140-6a9e-000000000620 3057 1726773040.11239: variable 'ansible_search_path' from source: unknown 3057 1726773040.11242: variable 'ansible_search_path' from source: unknown 3057 1726773040.11244: variable '__kernel_settings_services' from source: include_vars 3057 1726773040.11452: variable '__kernel_settings_services' from source: include_vars 3057 1726773040.11521: variable 'omit' from source: magic vars 3057 1726773040.11620: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773040.11628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773040.11638: variable 'omit' from source: magic vars 3057 1726773040.11848: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773040.12055: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773040.12090: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773040.12120: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773040.12175: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773040.12263: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726773040.12274: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726773040.12291: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 3057 1726773040.12298: when evaluation is False, skipping this task 3057 1726773040.12325: variable 'item' from source: unknown 3057 1726773040.12379: variable 'item' from source: unknown skipping: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed", "item": "tuned", "skip_reason": "Conditional result was False" } 3057 1726773040.12561: dumping result to json 3057 1726773040.12564: done dumping result, returning 3057 1726773040.12566: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [02b512f9-4fcf-6140-6a9e-000000000620] 3057 1726773040.12569: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000620 3057 1726773040.12611: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000620 3057 1726773040.12614: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 3057 1726773040.12653: no more pending results, returning what we have 3057 1726773040.12656: results queue empty 3057 1726773040.12657: checking for any_errors_fatal 3057 1726773040.12667: done checking for any_errors_fatal 3057 1726773040.12668: checking for max_fail_percentage 3057 1726773040.12669: done checking for max_fail_percentage 3057 1726773040.12669: checking to see if all hosts have failed and the running result is not ok 3057 1726773040.12670: done checking to see if all hosts have failed 3057 1726773040.12671: getting the remaining hosts for this loop 3057 1726773040.12673: done getting the remaining hosts for this loop 3057 1726773040.12675: getting the next task for host managed_node2 3057 1726773040.12681: done getting next task for host managed_node2 3057 1726773040.12685: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3057 1726773040.12688: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773040.12703: getting variables 3057 1726773040.12704: in VariableManager get_vars() 3057 1726773040.12738: Calling all_inventory to load vars for managed_node2 3057 1726773040.12741: Calling groups_inventory to load vars for managed_node2 3057 1726773040.12742: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773040.12751: Calling all_plugins_play to load vars for managed_node2 3057 1726773040.12753: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773040.12756: Calling groups_plugins_play to load vars for managed_node2 3057 1726773040.12869: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773040.13043: done with get_vars() 3057 1726773040.13055: done getting variables 3057 1726773040.13118: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:10:40 -0400 (0:00:00.028) 0:01:24.870 **** 3057 1726773040.13151: entering _queue_task() for managed_node2/command 3057 1726773040.13637: worker is 1 (out of 1 available) 3057 1726773040.13650: exiting _queue_task() for managed_node2/command 3057 1726773040.13664: done queuing things up, now waiting for results queue to drain 3057 1726773040.13665: waiting for pending results... 3057 1726773040.14169: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3057 1726773040.14174: in run() - task 02b512f9-4fcf-6140-6a9e-000000000621 3057 1726773040.14178: variable 'ansible_search_path' from source: unknown 3057 1726773040.14180: variable 'ansible_search_path' from source: unknown 3057 1726773040.14182: calling self._execute() 3057 1726773040.14185: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773040.14187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773040.14190: variable 'omit' from source: magic vars 3057 1726773040.14670: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773040.15017: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773040.15053: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773040.15079: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773040.15108: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773040.15201: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726773040.15228: Evaluated conditional (not __kernel_settings_register_profile is changed): True 3057 1726773040.15333: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726773040.15345: Evaluated conditional (not __kernel_settings_register_mode is changed): True 3057 1726773040.15430: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726773040.15443: Evaluated conditional (__kernel_settings_register_apply is changed): True 3057 1726773040.15449: variable 'omit' from source: magic vars 3057 1726773040.15486: variable 'omit' from source: magic vars 3057 1726773040.15581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773040.17400: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773040.17768: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773040.17804: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773040.17836: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773040.17853: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773040.17973: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726773040.17983: variable 'omit' from source: magic vars 3057 1726773040.18012: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773040.18061: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773040.18086: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773040.18095: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773040.18104: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773040.18240: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773040.18244: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773040.18246: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773040.18255: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773040.18269: Set connection var ansible_pipelining to False 3057 1726773040.18275: Set connection var ansible_shell_type to sh 3057 1726773040.18282: Set connection var ansible_connection to ssh 3057 1726773040.18292: Set connection var ansible_timeout to 10 3057 1726773040.18304: Set connection var ansible_shell_executable to /bin/sh 3057 1726773040.18340: variable 'ansible_shell_executable' from source: unknown 3057 1726773040.18348: variable 'ansible_connection' from source: unknown 3057 1726773040.18354: variable 'ansible_module_compression' from source: unknown 3057 1726773040.18361: variable 'ansible_shell_type' from source: unknown 3057 1726773040.18368: variable 'ansible_shell_executable' from source: unknown 3057 1726773040.18375: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773040.18383: variable 'ansible_pipelining' from source: unknown 3057 1726773040.18391: variable 'ansible_timeout' from source: unknown 3057 1726773040.18400: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773040.18524: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773040.18544: variable 'omit' from source: magic vars 3057 1726773040.18555: starting attempt loop 3057 1726773040.18562: running the handler 3057 1726773040.18583: _low_level_execute_command(): starting 3057 1726773040.18595: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773040.19269: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773040.19286: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773040.19302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773040.19323: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773040.19353: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773040.19371: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773040.19386: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773040.19411: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773040.19422: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773040.19472: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773040.19484: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773040.19549: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773040.21356: stdout chunk (state=3): >>>/root <<< 3057 1726773040.21614: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773040.21618: stdout chunk (state=3): >>><<< 3057 1726773040.21621: stderr chunk (state=3): >>><<< 3057 1726773040.21721: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773040.21733: _low_level_execute_command(): starting 3057 1726773040.21736: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604 `" && echo ansible-tmp-1726773040.2164898-5514-72997964215604="` echo /root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604 `" ) && sleep 0' 3057 1726773040.22308: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773040.22351: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773040.22371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773040.22374: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773040.22433: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773040.22442: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773040.22483: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773040.24514: stdout chunk (state=3): >>>ansible-tmp-1726773040.2164898-5514-72997964215604=/root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604 <<< 3057 1726773040.24624: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773040.24692: stderr chunk (state=3): >>><<< 3057 1726773040.24695: stdout chunk (state=3): >>><<< 3057 1726773040.24711: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773040.2164898-5514-72997964215604=/root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773040.24742: variable 'ansible_module_compression' from source: unknown 3057 1726773040.24785: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773040.24816: variable 'ansible_facts' from source: unknown 3057 1726773040.24879: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604/AnsiballZ_command.py 3057 1726773040.24985: Sending initial data 3057 1726773040.24988: Sent initial data (153 bytes) 3057 1726773040.25495: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773040.25499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773040.25502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773040.25504: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773040.25506: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773040.25566: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773040.25570: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773040.25674: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773040.27300: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773040.27330: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773040.27371: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp9fkgsomn /root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604/AnsiballZ_command.py <<< 3057 1726773040.27375: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604/AnsiballZ_command.py" <<< 3057 1726773040.27419: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp9fkgsomn" to remote "/root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604/AnsiballZ_command.py" <<< 3057 1726773040.27436: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604/AnsiballZ_command.py" <<< 3057 1726773040.27952: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773040.28029: stderr chunk (state=3): >>><<< 3057 1726773040.28032: stdout chunk (state=3): >>><<< 3057 1726773040.28058: done transferring module to remote 3057 1726773040.28066: _low_level_execute_command(): starting 3057 1726773040.28072: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604/ /root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604/AnsiballZ_command.py && sleep 0' 3057 1726773040.28569: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773040.28573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773040.28575: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773040.28577: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773040.28580: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773040.28633: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773040.28640: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773040.28646: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773040.28683: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773040.30503: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773040.30571: stderr chunk (state=3): >>><<< 3057 1726773040.30575: stdout chunk (state=3): >>><<< 3057 1726773040.30588: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773040.30594: _low_level_execute_command(): starting 3057 1726773040.30596: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604/AnsiballZ_command.py && sleep 0' 3057 1726773040.31113: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773040.31117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773040.31119: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773040.31122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773040.31124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773040.31182: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773040.31186: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773040.31188: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773040.31239: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773041.60646: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:10:40.482267", "end": "2024-09-19 15:10:41.604077", "delta": "0:00:01.121810", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773041.62601: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773041.62606: stdout chunk (state=3): >>><<< 3057 1726773041.62608: stderr chunk (state=3): >>><<< 3057 1726773041.62611: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:10:40.482267", "end": "2024-09-19 15:10:41.604077", "delta": "0:00:01.121810", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773041.62614: done with _execute_module (ansible.legacy.command, {'_raw_params': "tuned-adm profile 'virtual-guest kernel_settings'", '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773041.62739: _low_level_execute_command(): starting 3057 1726773041.62745: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773040.2164898-5514-72997964215604/ > /dev/null 2>&1 && sleep 0' 3057 1726773041.64145: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773041.64149: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773041.66206: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773041.66222: stdout chunk (state=3): >>><<< 3057 1726773041.66238: stderr chunk (state=3): >>><<< 3057 1726773041.66263: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773041.66276: handler run complete 3057 1726773041.66313: Evaluated conditional (True): True 3057 1726773041.66338: attempt loop complete, returning result 3057 1726773041.66348: _execute() done 3057 1726773041.66356: dumping result to json 3057 1726773041.66365: done dumping result, returning 3057 1726773041.66379: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [02b512f9-4fcf-6140-6a9e-000000000621] 3057 1726773041.66389: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000621 changed: [managed_node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.121810", "end": "2024-09-19 15:10:41.604077", "rc": 0, "start": "2024-09-19 15:10:40.482267" } 3057 1726773041.66838: no more pending results, returning what we have 3057 1726773041.66842: results queue empty 3057 1726773041.66843: checking for any_errors_fatal 3057 1726773041.66851: done checking for any_errors_fatal 3057 1726773041.66852: checking for max_fail_percentage 3057 1726773041.66854: done checking for max_fail_percentage 3057 1726773041.66855: checking to see if all hosts have failed and the running result is not ok 3057 1726773041.66856: done checking to see if all hosts have failed 3057 1726773041.66857: getting the remaining hosts for this loop 3057 1726773041.66859: done getting the remaining hosts for this loop 3057 1726773041.66863: getting the next task for host managed_node2 3057 1726773041.66871: done getting next task for host managed_node2 3057 1726773041.66876: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3057 1726773041.66880: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773041.66893: getting variables 3057 1726773041.66896: in VariableManager get_vars() 3057 1726773041.66945: Calling all_inventory to load vars for managed_node2 3057 1726773041.66948: Calling groups_inventory to load vars for managed_node2 3057 1726773041.66951: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773041.67054: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000621 3057 1726773041.67058: WORKER PROCESS EXITING 3057 1726773041.67068: Calling all_plugins_play to load vars for managed_node2 3057 1726773041.67071: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773041.67075: Calling groups_plugins_play to load vars for managed_node2 3057 1726773041.67594: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773041.67820: done with get_vars() 3057 1726773041.67833: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:10:41 -0400 (0:00:01.547) 0:01:26.417 **** 3057 1726773041.67940: entering _queue_task() for managed_node2/include_tasks 3057 1726773041.68228: worker is 1 (out of 1 available) 3057 1726773041.68247: exiting _queue_task() for managed_node2/include_tasks 3057 1726773041.68261: done queuing things up, now waiting for results queue to drain 3057 1726773041.68262: waiting for pending results... 3057 1726773041.68588: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3057 1726773041.68720: in run() - task 02b512f9-4fcf-6140-6a9e-000000000622 3057 1726773041.68749: variable 'ansible_search_path' from source: unknown 3057 1726773041.68758: variable 'ansible_search_path' from source: unknown 3057 1726773041.68804: calling self._execute() 3057 1726773041.68904: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773041.68914: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773041.68929: variable 'omit' from source: magic vars 3057 1726773041.69550: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773041.69877: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773041.69934: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773041.69983: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773041.70028: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773041.70173: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726773041.70278: Evaluated conditional (__kernel_settings_register_apply is changed): True 3057 1726773041.70281: _execute() done 3057 1726773041.70284: dumping result to json 3057 1726773041.70286: done dumping result, returning 3057 1726773041.70288: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [02b512f9-4fcf-6140-6a9e-000000000622] 3057 1726773041.70293: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000622 3057 1726773041.70377: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000622 3057 1726773041.70538: WORKER PROCESS EXITING 3057 1726773041.70580: no more pending results, returning what we have 3057 1726773041.70585: in VariableManager get_vars() 3057 1726773041.70630: Calling all_inventory to load vars for managed_node2 3057 1726773041.70633: Calling groups_inventory to load vars for managed_node2 3057 1726773041.70637: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773041.70647: Calling all_plugins_play to load vars for managed_node2 3057 1726773041.70650: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773041.70653: Calling groups_plugins_play to load vars for managed_node2 3057 1726773041.71108: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773041.71531: done with get_vars() 3057 1726773041.71544: variable 'ansible_search_path' from source: unknown 3057 1726773041.71546: variable 'ansible_search_path' from source: unknown 3057 1726773041.71583: we have included files to process 3057 1726773041.71585: generating all_blocks data 3057 1726773041.71594: done generating all_blocks data 3057 1726773041.71601: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726773041.71602: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726773041.71605: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726773041.72668: done processing included file 3057 1726773041.72672: iterating over new_blocks loaded from include file 3057 1726773041.72674: in VariableManager get_vars() 3057 1726773041.72706: done with get_vars() 3057 1726773041.72708: filtering new block on tags 3057 1726773041.72772: done filtering new block on tags 3057 1726773041.72775: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node2 3057 1726773041.72781: extending task lists for all hosts with included blocks 3057 1726773041.74327: done extending task lists 3057 1726773041.74329: done processing included files 3057 1726773041.74330: results queue empty 3057 1726773041.74331: checking for any_errors_fatal 3057 1726773041.74339: done checking for any_errors_fatal 3057 1726773041.74340: checking for max_fail_percentage 3057 1726773041.74341: done checking for max_fail_percentage 3057 1726773041.74342: checking to see if all hosts have failed and the running result is not ok 3057 1726773041.74343: done checking to see if all hosts have failed 3057 1726773041.74344: getting the remaining hosts for this loop 3057 1726773041.74346: done getting the remaining hosts for this loop 3057 1726773041.74349: getting the next task for host managed_node2 3057 1726773041.74354: done getting next task for host managed_node2 3057 1726773041.74357: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 3057 1726773041.74361: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773041.74373: getting variables 3057 1726773041.74374: in VariableManager get_vars() 3057 1726773041.74396: Calling all_inventory to load vars for managed_node2 3057 1726773041.74399: Calling groups_inventory to load vars for managed_node2 3057 1726773041.74402: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773041.74409: Calling all_plugins_play to load vars for managed_node2 3057 1726773041.74411: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773041.74415: Calling groups_plugins_play to load vars for managed_node2 3057 1726773041.74784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773041.75059: done with get_vars() 3057 1726773041.75073: done getting variables 3057 1726773041.75130: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 15:10:41 -0400 (0:00:00.072) 0:01:26.490 **** 3057 1726773041.75170: entering _queue_task() for managed_node2/command 3057 1726773041.75481: worker is 1 (out of 1 available) 3057 1726773041.75499: exiting _queue_task() for managed_node2/command 3057 1726773041.75514: done queuing things up, now waiting for results queue to drain 3057 1726773041.75515: waiting for pending results... 3057 1726773041.75871: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 3057 1726773041.76144: in run() - task 02b512f9-4fcf-6140-6a9e-0000000007f9 3057 1726773041.76148: variable 'ansible_search_path' from source: unknown 3057 1726773041.76151: variable 'ansible_search_path' from source: unknown 3057 1726773041.76154: calling self._execute() 3057 1726773041.76240: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773041.76258: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773041.76274: variable 'omit' from source: magic vars 3057 1726773041.76406: variable 'omit' from source: magic vars 3057 1726773041.76494: variable 'omit' from source: magic vars 3057 1726773041.76538: variable 'omit' from source: magic vars 3057 1726773041.76599: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773041.76649: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773041.76678: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773041.76711: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773041.76731: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773041.76772: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773041.76782: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773041.76798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773041.76927: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773041.76945: Set connection var ansible_pipelining to False 3057 1726773041.76953: Set connection var ansible_shell_type to sh 3057 1726773041.76961: Set connection var ansible_connection to ssh 3057 1726773041.76972: Set connection var ansible_timeout to 10 3057 1726773041.76986: Set connection var ansible_shell_executable to /bin/sh 3057 1726773041.77030: variable 'ansible_shell_executable' from source: unknown 3057 1726773041.77042: variable 'ansible_connection' from source: unknown 3057 1726773041.77050: variable 'ansible_module_compression' from source: unknown 3057 1726773041.77057: variable 'ansible_shell_type' from source: unknown 3057 1726773041.77126: variable 'ansible_shell_executable' from source: unknown 3057 1726773041.77129: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773041.77132: variable 'ansible_pipelining' from source: unknown 3057 1726773041.77134: variable 'ansible_timeout' from source: unknown 3057 1726773041.77138: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773041.77276: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773041.77295: variable 'omit' from source: magic vars 3057 1726773041.77304: starting attempt loop 3057 1726773041.77310: running the handler 3057 1726773041.77327: _low_level_execute_command(): starting 3057 1726773041.77340: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773041.78244: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773041.78283: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773041.78304: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773041.78338: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773041.78421: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773041.80361: stdout chunk (state=3): >>>/root <<< 3057 1726773041.80567: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773041.80617: stderr chunk (state=3): >>><<< 3057 1726773041.80630: stdout chunk (state=3): >>><<< 3057 1726773041.80673: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773041.80793: _low_level_execute_command(): starting 3057 1726773041.80797: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295 `" && echo ansible-tmp-1726773041.806827-5630-12205219834295="` echo /root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295 `" ) && sleep 0' 3057 1726773041.81469: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773041.81496: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773041.81556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773041.81631: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773041.81696: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773041.81818: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773041.81856: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773041.83859: stdout chunk (state=3): >>>ansible-tmp-1726773041.806827-5630-12205219834295=/root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295 <<< 3057 1726773041.83974: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773041.84086: stderr chunk (state=3): >>><<< 3057 1726773041.84109: stdout chunk (state=3): >>><<< 3057 1726773041.84130: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773041.806827-5630-12205219834295=/root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773041.84185: variable 'ansible_module_compression' from source: unknown 3057 1726773041.84295: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773041.84301: variable 'ansible_facts' from source: unknown 3057 1726773041.84641: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295/AnsiballZ_command.py 3057 1726773041.84740: Sending initial data 3057 1726773041.84841: Sent initial data (152 bytes) 3057 1726773041.85331: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773041.85347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773041.85361: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773041.85415: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773041.85429: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773041.85493: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773041.87257: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773041.87273: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773041.87379: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp1tvqto3i /root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295/AnsiballZ_command.py <<< 3057 1726773041.87423: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295/AnsiballZ_command.py" <<< 3057 1726773041.87429: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp1tvqto3i" to remote "/root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295/AnsiballZ_command.py" <<< 3057 1726773041.88680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773041.88855: stderr chunk (state=3): >>><<< 3057 1726773041.88859: stdout chunk (state=3): >>><<< 3057 1726773041.88864: done transferring module to remote 3057 1726773041.88885: _low_level_execute_command(): starting 3057 1726773041.88899: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295/ /root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295/AnsiballZ_command.py && sleep 0' 3057 1726773041.89797: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773041.89815: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773041.89841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773041.89860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773041.89964: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773041.90194: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773041.90286: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773041.92291: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773041.92301: stdout chunk (state=3): >>><<< 3057 1726773041.92303: stderr chunk (state=3): >>><<< 3057 1726773041.92324: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773041.92334: _low_level_execute_command(): starting 3057 1726773041.92352: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295/AnsiballZ_command.py && sleep 0' 3057 1726773041.93052: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773041.93128: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773041.93166: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773041.93191: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773041.93210: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773041.93301: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773042.21312: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:10:42.099171", "end": "2024-09-19 15:10:42.210226", "delta": "0:00:00.111055", "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}}} <<< 3057 1726773042.22832: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773042.22912: stderr chunk (state=3): >>><<< 3057 1726773042.22922: stdout chunk (state=3): >>><<< 3057 1726773042.22952: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:10:42.099171", "end": "2024-09-19 15:10:42.210226", "delta": "0:00:00.111055", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773042.23116: 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-1726773041.806827-5630-12205219834295/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773042.23120: _low_level_execute_command(): starting 3057 1726773042.23122: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773041.806827-5630-12205219834295/ > /dev/null 2>&1 && sleep 0' 3057 1726773042.23715: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773042.23732: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773042.23751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773042.23775: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773042.23795: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773042.23809: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773042.23825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773042.23856: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773042.23949: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773042.23979: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773042.24060: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773042.26006: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773042.26129: stderr chunk (state=3): >>><<< 3057 1726773042.26132: stdout chunk (state=3): >>><<< 3057 1726773042.26152: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773042.26170: handler run complete 3057 1726773042.26206: Evaluated conditional (False): False 3057 1726773042.26224: attempt loop complete, returning result 3057 1726773042.26234: _execute() done 3057 1726773042.26246: dumping result to json 3057 1726773042.26256: done dumping result, returning 3057 1726773042.26278: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [02b512f9-4fcf-6140-6a9e-0000000007f9] 3057 1726773042.26344: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000007f9 ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.111055", "end": "2024-09-19 15:10:42.210226", "rc": 0, "start": "2024-09-19 15:10:42.099171" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 3057 1726773042.26546: no more pending results, returning what we have 3057 1726773042.26550: results queue empty 3057 1726773042.26551: checking for any_errors_fatal 3057 1726773042.26553: done checking for any_errors_fatal 3057 1726773042.26554: checking for max_fail_percentage 3057 1726773042.26555: done checking for max_fail_percentage 3057 1726773042.26557: checking to see if all hosts have failed and the running result is not ok 3057 1726773042.26557: done checking to see if all hosts have failed 3057 1726773042.26558: getting the remaining hosts for this loop 3057 1726773042.26561: done getting the remaining hosts for this loop 3057 1726773042.26565: getting the next task for host managed_node2 3057 1726773042.26572: done getting next task for host managed_node2 3057 1726773042.26576: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 3057 1726773042.26581: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773042.26596: getting variables 3057 1726773042.26599: in VariableManager get_vars() 3057 1726773042.26849: Calling all_inventory to load vars for managed_node2 3057 1726773042.26853: Calling groups_inventory to load vars for managed_node2 3057 1726773042.26855: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773042.26944: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000007f9 3057 1726773042.26952: WORKER PROCESS EXITING 3057 1726773042.26963: Calling all_plugins_play to load vars for managed_node2 3057 1726773042.26967: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773042.26970: Calling groups_plugins_play to load vars for managed_node2 3057 1726773042.27203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773042.27441: done with get_vars() 3057 1726773042.27454: done getting variables 3057 1726773042.27531: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 15:10:42 -0400 (0:00:00.523) 0:01:27.014 **** 3057 1726773042.27572: entering _queue_task() for managed_node2/shell 3057 1726773042.27986: worker is 1 (out of 1 available) 3057 1726773042.28002: exiting _queue_task() for managed_node2/shell 3057 1726773042.28015: done queuing things up, now waiting for results queue to drain 3057 1726773042.28017: waiting for pending results... 3057 1726773042.28250: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 3057 1726773042.28482: in run() - task 02b512f9-4fcf-6140-6a9e-0000000007fa 3057 1726773042.28486: variable 'ansible_search_path' from source: unknown 3057 1726773042.28494: variable 'ansible_search_path' from source: unknown 3057 1726773042.28515: calling self._execute() 3057 1726773042.28702: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.28706: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.28709: variable 'omit' from source: magic vars 3057 1726773042.29223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773042.29532: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773042.29596: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773042.29640: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773042.29688: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773042.29822: variable '__kernel_settings_register_verify_values' from source: set_fact 3057 1726773042.29861: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 3057 1726773042.29870: when evaluation is False, skipping this task 3057 1726773042.29879: _execute() done 3057 1726773042.29900: dumping result to json 3057 1726773042.29905: done dumping result, returning 3057 1726773042.29941: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [02b512f9-4fcf-6140-6a9e-0000000007fa] 3057 1726773042.29944: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000007fa skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 3057 1726773042.30231: no more pending results, returning what we have 3057 1726773042.30237: results queue empty 3057 1726773042.30239: checking for any_errors_fatal 3057 1726773042.30249: done checking for any_errors_fatal 3057 1726773042.30250: checking for max_fail_percentage 3057 1726773042.30252: done checking for max_fail_percentage 3057 1726773042.30253: checking to see if all hosts have failed and the running result is not ok 3057 1726773042.30254: done checking to see if all hosts have failed 3057 1726773042.30254: getting the remaining hosts for this loop 3057 1726773042.30257: done getting the remaining hosts for this loop 3057 1726773042.30261: getting the next task for host managed_node2 3057 1726773042.30270: done getting next task for host managed_node2 3057 1726773042.30275: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 3057 1726773042.30279: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773042.30305: getting variables 3057 1726773042.30307: in VariableManager get_vars() 3057 1726773042.30462: Calling all_inventory to load vars for managed_node2 3057 1726773042.30465: Calling groups_inventory to load vars for managed_node2 3057 1726773042.30468: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773042.30474: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000007fa 3057 1726773042.30477: WORKER PROCESS EXITING 3057 1726773042.30488: Calling all_plugins_play to load vars for managed_node2 3057 1726773042.30494: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773042.30498: Calling groups_plugins_play to load vars for managed_node2 3057 1726773042.30761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773042.31009: done with get_vars() 3057 1726773042.31021: done getting variables 3057 1726773042.31087: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 15:10:42 -0400 (0:00:00.035) 0:01:27.049 **** 3057 1726773042.31134: entering _queue_task() for managed_node2/fail 3057 1726773042.31545: worker is 1 (out of 1 available) 3057 1726773042.31560: exiting _queue_task() for managed_node2/fail 3057 1726773042.31572: done queuing things up, now waiting for results queue to drain 3057 1726773042.31574: waiting for pending results... 3057 1726773042.31806: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 3057 1726773042.31985: in run() - task 02b512f9-4fcf-6140-6a9e-0000000007fb 3057 1726773042.32011: variable 'ansible_search_path' from source: unknown 3057 1726773042.32021: variable 'ansible_search_path' from source: unknown 3057 1726773042.32076: calling self._execute() 3057 1726773042.32194: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.32208: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.32222: variable 'omit' from source: magic vars 3057 1726773042.32796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773042.33550: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773042.33717: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773042.33721: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773042.33724: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773042.33828: variable '__kernel_settings_register_verify_values' from source: set_fact 3057 1726773042.33868: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 3057 1726773042.33878: when evaluation is False, skipping this task 3057 1726773042.33886: _execute() done 3057 1726773042.33896: dumping result to json 3057 1726773042.33905: done dumping result, returning 3057 1726773042.33918: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [02b512f9-4fcf-6140-6a9e-0000000007fb] 3057 1726773042.33933: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000007fb skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 3057 1726773042.34109: no more pending results, returning what we have 3057 1726773042.34114: results queue empty 3057 1726773042.34115: checking for any_errors_fatal 3057 1726773042.34119: done checking for any_errors_fatal 3057 1726773042.34120: checking for max_fail_percentage 3057 1726773042.34122: done checking for max_fail_percentage 3057 1726773042.34123: checking to see if all hosts have failed and the running result is not ok 3057 1726773042.34123: done checking to see if all hosts have failed 3057 1726773042.34124: getting the remaining hosts for this loop 3057 1726773042.34126: done getting the remaining hosts for this loop 3057 1726773042.34131: getting the next task for host managed_node2 3057 1726773042.34143: done getting next task for host managed_node2 3057 1726773042.34148: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3057 1726773042.34152: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773042.34174: getting variables 3057 1726773042.34176: in VariableManager get_vars() 3057 1726773042.34223: Calling all_inventory to load vars for managed_node2 3057 1726773042.34226: Calling groups_inventory to load vars for managed_node2 3057 1726773042.34229: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773042.34447: Calling all_plugins_play to load vars for managed_node2 3057 1726773042.34451: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773042.34456: Calling groups_plugins_play to load vars for managed_node2 3057 1726773042.35025: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000007fb 3057 1726773042.35029: WORKER PROCESS EXITING 3057 1726773042.35056: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773042.35287: done with get_vars() 3057 1726773042.35300: done getting variables 3057 1726773042.35370: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:10:42 -0400 (0:00:00.042) 0:01:27.092 **** 3057 1726773042.35405: entering _queue_task() for managed_node2/set_fact 3057 1726773042.35791: worker is 1 (out of 1 available) 3057 1726773042.35806: exiting _queue_task() for managed_node2/set_fact 3057 1726773042.35818: done queuing things up, now waiting for results queue to drain 3057 1726773042.35820: waiting for pending results... 3057 1726773042.36064: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3057 1726773042.36224: in run() - task 02b512f9-4fcf-6140-6a9e-000000000623 3057 1726773042.36249: variable 'ansible_search_path' from source: unknown 3057 1726773042.36262: variable 'ansible_search_path' from source: unknown 3057 1726773042.36316: calling self._execute() 3057 1726773042.36433: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.36451: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.36468: variable 'omit' from source: magic vars 3057 1726773042.36603: variable 'omit' from source: magic vars 3057 1726773042.36670: variable 'omit' from source: magic vars 3057 1726773042.36715: variable 'omit' from source: magic vars 3057 1726773042.36768: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773042.36818: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773042.36849: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773042.36871: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773042.36886: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773042.36929: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773042.36939: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.37061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.37068: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773042.37082: Set connection var ansible_pipelining to False 3057 1726773042.37091: Set connection var ansible_shell_type to sh 3057 1726773042.37098: Set connection var ansible_connection to ssh 3057 1726773042.37107: Set connection var ansible_timeout to 10 3057 1726773042.37119: Set connection var ansible_shell_executable to /bin/sh 3057 1726773042.37151: variable 'ansible_shell_executable' from source: unknown 3057 1726773042.37159: variable 'ansible_connection' from source: unknown 3057 1726773042.37171: variable 'ansible_module_compression' from source: unknown 3057 1726773042.37182: variable 'ansible_shell_type' from source: unknown 3057 1726773042.37191: variable 'ansible_shell_executable' from source: unknown 3057 1726773042.37198: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.37240: variable 'ansible_pipelining' from source: unknown 3057 1726773042.37242: variable 'ansible_timeout' from source: unknown 3057 1726773042.37245: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.37387: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773042.37412: variable 'omit' from source: magic vars 3057 1726773042.37422: starting attempt loop 3057 1726773042.37429: running the handler 3057 1726773042.37497: handler run complete 3057 1726773042.37500: attempt loop complete, returning result 3057 1726773042.37503: _execute() done 3057 1726773042.37506: dumping result to json 3057 1726773042.37508: done dumping result, returning 3057 1726773042.37511: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [02b512f9-4fcf-6140-6a9e-000000000623] 3057 1726773042.37514: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000623 3057 1726773042.37677: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000623 3057 1726773042.37681: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 3057 1726773042.37764: no more pending results, returning what we have 3057 1726773042.37769: results queue empty 3057 1726773042.37769: checking for any_errors_fatal 3057 1726773042.37780: done checking for any_errors_fatal 3057 1726773042.37780: checking for max_fail_percentage 3057 1726773042.37782: done checking for max_fail_percentage 3057 1726773042.37782: checking to see if all hosts have failed and the running result is not ok 3057 1726773042.37783: done checking to see if all hosts have failed 3057 1726773042.37784: getting the remaining hosts for this loop 3057 1726773042.37787: done getting the remaining hosts for this loop 3057 1726773042.37793: getting the next task for host managed_node2 3057 1726773042.37799: done getting next task for host managed_node2 3057 1726773042.37803: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3057 1726773042.37806: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773042.37936: getting variables 3057 1726773042.37938: in VariableManager get_vars() 3057 1726773042.37976: Calling all_inventory to load vars for managed_node2 3057 1726773042.37979: Calling groups_inventory to load vars for managed_node2 3057 1726773042.37981: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773042.37994: Calling all_plugins_play to load vars for managed_node2 3057 1726773042.37997: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773042.38000: Calling groups_plugins_play to load vars for managed_node2 3057 1726773042.38280: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773042.38532: done with get_vars() 3057 1726773042.38547: done getting variables 3057 1726773042.38620: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:10:42 -0400 (0:00:00.032) 0:01:27.125 **** 3057 1726773042.38659: entering _queue_task() for managed_node2/set_fact 3057 1726773042.39061: worker is 1 (out of 1 available) 3057 1726773042.39074: exiting _queue_task() for managed_node2/set_fact 3057 1726773042.39086: done queuing things up, now waiting for results queue to drain 3057 1726773042.39088: waiting for pending results... 3057 1726773042.39440: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3057 1726773042.39535: in run() - task 02b512f9-4fcf-6140-6a9e-000000000624 3057 1726773042.39542: variable 'ansible_search_path' from source: unknown 3057 1726773042.39546: variable 'ansible_search_path' from source: unknown 3057 1726773042.39595: calling self._execute() 3057 1726773042.39788: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.39795: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.39799: variable 'omit' from source: magic vars 3057 1726773042.39867: variable 'omit' from source: magic vars 3057 1726773042.39940: variable 'omit' from source: magic vars 3057 1726773042.40509: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773042.41102: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773042.41320: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773042.41323: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773042.41360: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773042.41762: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726773042.41785: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726773042.41802: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726773042.41976: variable 'omit' from source: magic vars 3057 1726773042.42016: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773042.42108: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773042.42112: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773042.42156: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773042.42185: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773042.42227: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773042.42245: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.42254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.42377: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773042.42395: Set connection var ansible_pipelining to False 3057 1726773042.42519: Set connection var ansible_shell_type to sh 3057 1726773042.42523: Set connection var ansible_connection to ssh 3057 1726773042.42525: Set connection var ansible_timeout to 10 3057 1726773042.42527: Set connection var ansible_shell_executable to /bin/sh 3057 1726773042.42530: variable 'ansible_shell_executable' from source: unknown 3057 1726773042.42532: variable 'ansible_connection' from source: unknown 3057 1726773042.42537: variable 'ansible_module_compression' from source: unknown 3057 1726773042.42540: variable 'ansible_shell_type' from source: unknown 3057 1726773042.42543: variable 'ansible_shell_executable' from source: unknown 3057 1726773042.42545: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.42547: variable 'ansible_pipelining' from source: unknown 3057 1726773042.42550: variable 'ansible_timeout' from source: unknown 3057 1726773042.42552: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.42645: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773042.42663: variable 'omit' from source: magic vars 3057 1726773042.42673: starting attempt loop 3057 1726773042.42679: running the handler 3057 1726773042.42697: handler run complete 3057 1726773042.42712: attempt loop complete, returning result 3057 1726773042.42719: _execute() done 3057 1726773042.42726: dumping result to json 3057 1726773042.42737: done dumping result, returning 3057 1726773042.42754: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [02b512f9-4fcf-6140-6a9e-000000000624] 3057 1726773042.42763: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000624 ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 3057 1726773042.43048: no more pending results, returning what we have 3057 1726773042.43052: results queue empty 3057 1726773042.43053: checking for any_errors_fatal 3057 1726773042.43060: done checking for any_errors_fatal 3057 1726773042.43061: checking for max_fail_percentage 3057 1726773042.43063: done checking for max_fail_percentage 3057 1726773042.43064: checking to see if all hosts have failed and the running result is not ok 3057 1726773042.43065: done checking to see if all hosts have failed 3057 1726773042.43065: getting the remaining hosts for this loop 3057 1726773042.43068: done getting the remaining hosts for this loop 3057 1726773042.43072: getting the next task for host managed_node2 3057 1726773042.43084: done getting next task for host managed_node2 3057 1726773042.43087: ^ task is: TASK: meta (role_complete) 3057 1726773042.43092: ^ state is: HOST STATE: block=2, task=36, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773042.43106: getting variables 3057 1726773042.43108: in VariableManager get_vars() 3057 1726773042.43329: Calling all_inventory to load vars for managed_node2 3057 1726773042.43332: Calling groups_inventory to load vars for managed_node2 3057 1726773042.43337: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773042.43344: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000624 3057 1726773042.43347: WORKER PROCESS EXITING 3057 1726773042.43357: Calling all_plugins_play to load vars for managed_node2 3057 1726773042.43360: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773042.43363: Calling groups_plugins_play to load vars for managed_node2 3057 1726773042.43608: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773042.43829: done with get_vars() 3057 1726773042.43842: done getting variables 3057 1726773042.43923: done queuing things up, now waiting for results queue to drain 3057 1726773042.43925: results queue empty 3057 1726773042.43926: checking for any_errors_fatal 3057 1726773042.43929: done checking for any_errors_fatal 3057 1726773042.43929: checking for max_fail_percentage 3057 1726773042.43930: done checking for max_fail_percentage 3057 1726773042.43939: checking to see if all hosts have failed and the running result is not ok 3057 1726773042.43940: done checking to see if all hosts have failed 3057 1726773042.43940: getting the remaining hosts for this loop 3057 1726773042.43941: done getting the remaining hosts for this loop 3057 1726773042.43944: getting the next task for host managed_node2 3057 1726773042.43948: done getting next task for host managed_node2 3057 1726773042.43950: ^ task is: TASK: meta (flush_handlers) 3057 1726773042.43951: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773042.43956: getting variables 3057 1726773042.43957: in VariableManager get_vars() 3057 1726773042.43969: Calling all_inventory to load vars for managed_node2 3057 1726773042.43971: Calling groups_inventory to load vars for managed_node2 3057 1726773042.43974: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773042.43979: Calling all_plugins_play to load vars for managed_node2 3057 1726773042.43982: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773042.43985: Calling groups_plugins_play to load vars for managed_node2 3057 1726773042.44141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773042.44423: done with get_vars() 3057 1726773042.44432: done getting variables TASK [Force handlers] ********************************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:159 Thursday 19 September 2024 15:10:42 -0400 (0:00:00.058) 0:01:27.183 **** 3057 1726773042.44526: in VariableManager get_vars() 3057 1726773042.44541: Calling all_inventory to load vars for managed_node2 3057 1726773042.44543: Calling groups_inventory to load vars for managed_node2 3057 1726773042.44546: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773042.44551: Calling all_plugins_play to load vars for managed_node2 3057 1726773042.44553: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773042.44556: Calling groups_plugins_play to load vars for managed_node2 3057 1726773042.44726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773042.44924: done with get_vars() META: triggered running handlers for managed_node2 3057 1726773042.44943: done queuing things up, now waiting for results queue to drain 3057 1726773042.44945: results queue empty 3057 1726773042.44946: checking for any_errors_fatal 3057 1726773042.44948: done checking for any_errors_fatal 3057 1726773042.44948: checking for max_fail_percentage 3057 1726773042.44949: done checking for max_fail_percentage 3057 1726773042.44950: checking to see if all hosts have failed and the running result is not ok 3057 1726773042.44951: done checking to see if all hosts have failed 3057 1726773042.44952: getting the remaining hosts for this loop 3057 1726773042.44953: done getting the remaining hosts for this loop 3057 1726773042.44955: getting the next task for host managed_node2 3057 1726773042.44960: done getting next task for host managed_node2 3057 1726773042.44962: ^ task is: TASK: Ensure kernel_settings_reboot_required is not set or is false 3057 1726773042.44964: ^ state is: HOST STATE: block=2, task=38, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773042.44967: getting variables 3057 1726773042.44968: in VariableManager get_vars() 3057 1726773042.44978: Calling all_inventory to load vars for managed_node2 3057 1726773042.44980: Calling groups_inventory to load vars for managed_node2 3057 1726773042.44983: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773042.44988: Calling all_plugins_play to load vars for managed_node2 3057 1726773042.44993: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773042.44997: Calling groups_plugins_play to load vars for managed_node2 3057 1726773042.45127: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773042.45329: done with get_vars() 3057 1726773042.45339: done getting variables 3057 1726773042.45377: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure kernel_settings_reboot_required is not set or is false] *********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:162 Thursday 19 September 2024 15:10:42 -0400 (0:00:00.008) 0:01:27.192 **** 3057 1726773042.45402: entering _queue_task() for managed_node2/assert 3057 1726773042.45877: worker is 1 (out of 1 available) 3057 1726773042.45893: exiting _queue_task() for managed_node2/assert 3057 1726773042.45905: done queuing things up, now waiting for results queue to drain 3057 1726773042.45907: waiting for pending results... 3057 1726773042.46058: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false 3057 1726773042.46173: in run() - task 02b512f9-4fcf-6140-6a9e-000000000021 3057 1726773042.46201: variable 'ansible_search_path' from source: unknown 3057 1726773042.46253: calling self._execute() 3057 1726773042.46374: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.46387: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.46403: variable 'omit' from source: magic vars 3057 1726773042.46530: variable 'omit' from source: magic vars 3057 1726773042.46580: variable 'omit' from source: magic vars 3057 1726773042.46625: variable 'omit' from source: magic vars 3057 1726773042.46678: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773042.46730: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773042.46764: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773042.46798: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773042.46817: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773042.46898: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773042.46902: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.46905: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.46997: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773042.47018: Set connection var ansible_pipelining to False 3057 1726773042.47026: Set connection var ansible_shell_type to sh 3057 1726773042.47033: Set connection var ansible_connection to ssh 3057 1726773042.47047: Set connection var ansible_timeout to 10 3057 1726773042.47115: Set connection var ansible_shell_executable to /bin/sh 3057 1726773042.47119: variable 'ansible_shell_executable' from source: unknown 3057 1726773042.47121: variable 'ansible_connection' from source: unknown 3057 1726773042.47123: variable 'ansible_module_compression' from source: unknown 3057 1726773042.47125: variable 'ansible_shell_type' from source: unknown 3057 1726773042.47127: variable 'ansible_shell_executable' from source: unknown 3057 1726773042.47130: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.47131: variable 'ansible_pipelining' from source: unknown 3057 1726773042.47133: variable 'ansible_timeout' from source: unknown 3057 1726773042.47144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.47309: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773042.47334: variable 'omit' from source: magic vars 3057 1726773042.47349: starting attempt loop 3057 1726773042.47357: running the handler 3057 1726773042.48163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773042.53438: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773042.53577: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773042.53844: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773042.53847: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773042.53863: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773042.53966: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773042.54019: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773042.54053: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773042.54105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773042.54122: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773042.54265: variable 'kernel_settings_reboot_required' from source: set_fact 3057 1726773042.54298: Evaluated conditional (not kernel_settings_reboot_required | d(false)): True 3057 1726773042.54312: handler run complete 3057 1726773042.54344: attempt loop complete, returning result 3057 1726773042.54352: _execute() done 3057 1726773042.54358: dumping result to json 3057 1726773042.54365: done dumping result, returning 3057 1726773042.54386: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false [02b512f9-4fcf-6140-6a9e-000000000021] 3057 1726773042.54391: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000021 3057 1726773042.54768: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000021 3057 1726773042.54771: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 3057 1726773042.54815: no more pending results, returning what we have 3057 1726773042.54818: results queue empty 3057 1726773042.54819: checking for any_errors_fatal 3057 1726773042.54821: done checking for any_errors_fatal 3057 1726773042.54822: checking for max_fail_percentage 3057 1726773042.54823: done checking for max_fail_percentage 3057 1726773042.54824: checking to see if all hosts have failed and the running result is not ok 3057 1726773042.54825: done checking to see if all hosts have failed 3057 1726773042.54826: getting the remaining hosts for this loop 3057 1726773042.54827: done getting the remaining hosts for this loop 3057 1726773042.54831: getting the next task for host managed_node2 3057 1726773042.54837: done getting next task for host managed_node2 3057 1726773042.54840: ^ task is: TASK: Ensure role reported changed 3057 1726773042.54842: ^ state is: HOST STATE: block=2, task=39, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773042.54845: getting variables 3057 1726773042.54847: in VariableManager get_vars() 3057 1726773042.54883: Calling all_inventory to load vars for managed_node2 3057 1726773042.54885: Calling groups_inventory to load vars for managed_node2 3057 1726773042.54888: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773042.54900: Calling all_plugins_play to load vars for managed_node2 3057 1726773042.54910: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773042.54913: Calling groups_plugins_play to load vars for managed_node2 3057 1726773042.55213: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773042.55406: done with get_vars() 3057 1726773042.55418: done getting variables 3057 1726773042.55486: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure role reported changed] ******************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:166 Thursday 19 September 2024 15:10:42 -0400 (0:00:00.101) 0:01:27.293 **** 3057 1726773042.55521: entering _queue_task() for managed_node2/assert 3057 1726773042.55808: worker is 1 (out of 1 available) 3057 1726773042.55823: exiting _queue_task() for managed_node2/assert 3057 1726773042.55942: done queuing things up, now waiting for results queue to drain 3057 1726773042.55944: waiting for pending results... 3057 1726773042.56166: running TaskExecutor() for managed_node2/TASK: Ensure role reported changed 3057 1726773042.56280: in run() - task 02b512f9-4fcf-6140-6a9e-000000000022 3057 1726773042.56316: variable 'ansible_search_path' from source: unknown 3057 1726773042.56370: calling self._execute() 3057 1726773042.56487: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.56512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.56526: variable 'omit' from source: magic vars 3057 1726773042.56667: variable 'omit' from source: magic vars 3057 1726773042.56734: variable 'omit' from source: magic vars 3057 1726773042.56780: variable 'omit' from source: magic vars 3057 1726773042.56865: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773042.56911: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773042.57029: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773042.57033: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773042.57037: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773042.57040: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773042.57043: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.57045: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.57173: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773042.57188: Set connection var ansible_pipelining to False 3057 1726773042.57198: Set connection var ansible_shell_type to sh 3057 1726773042.57205: Set connection var ansible_connection to ssh 3057 1726773042.57217: Set connection var ansible_timeout to 10 3057 1726773042.57229: Set connection var ansible_shell_executable to /bin/sh 3057 1726773042.57282: variable 'ansible_shell_executable' from source: unknown 3057 1726773042.57294: variable 'ansible_connection' from source: unknown 3057 1726773042.57303: variable 'ansible_module_compression' from source: unknown 3057 1726773042.57336: variable 'ansible_shell_type' from source: unknown 3057 1726773042.57339: variable 'ansible_shell_executable' from source: unknown 3057 1726773042.57342: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.57344: variable 'ansible_pipelining' from source: unknown 3057 1726773042.57375: variable 'ansible_timeout' from source: unknown 3057 1726773042.57381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.57560: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773042.57586: variable 'omit' from source: magic vars 3057 1726773042.57660: starting attempt loop 3057 1726773042.57664: running the handler 3057 1726773042.58163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773042.61762: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773042.61866: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773042.61919: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773042.62042: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773042.62050: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773042.62258: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773042.62308: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773042.62346: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773042.62403: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773042.62429: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773042.62568: variable '__kernel_settings_changed' from source: set_fact 3057 1726773042.62604: Evaluated conditional (__kernel_settings_changed | d(false)): True 3057 1726773042.62633: handler run complete 3057 1726773042.62845: attempt loop complete, returning result 3057 1726773042.62848: _execute() done 3057 1726773042.62851: dumping result to json 3057 1726773042.62853: done dumping result, returning 3057 1726773042.62856: done running TaskExecutor() for managed_node2/TASK: Ensure role reported changed [02b512f9-4fcf-6140-6a9e-000000000022] 3057 1726773042.62858: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000022 3057 1726773042.62938: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000022 3057 1726773042.62942: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 3057 1726773042.63005: no more pending results, returning what we have 3057 1726773042.63010: results queue empty 3057 1726773042.63011: checking for any_errors_fatal 3057 1726773042.63021: done checking for any_errors_fatal 3057 1726773042.63022: checking for max_fail_percentage 3057 1726773042.63024: done checking for max_fail_percentage 3057 1726773042.63025: checking to see if all hosts have failed and the running result is not ok 3057 1726773042.63025: done checking to see if all hosts have failed 3057 1726773042.63026: getting the remaining hosts for this loop 3057 1726773042.63028: done getting the remaining hosts for this loop 3057 1726773042.63033: getting the next task for host managed_node2 3057 1726773042.63042: done getting next task for host managed_node2 3057 1726773042.63045: ^ task is: TASK: Check sysctl 3057 1726773042.63047: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773042.63052: getting variables 3057 1726773042.63054: in VariableManager get_vars() 3057 1726773042.63354: Calling all_inventory to load vars for managed_node2 3057 1726773042.63357: Calling groups_inventory to load vars for managed_node2 3057 1726773042.63360: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773042.63372: Calling all_plugins_play to load vars for managed_node2 3057 1726773042.63375: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773042.63385: Calling groups_plugins_play to load vars for managed_node2 3057 1726773042.64001: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773042.64611: done with get_vars() 3057 1726773042.64626: done getting variables 3057 1726773042.64708: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check sysctl] ************************************************************ task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:170 Thursday 19 September 2024 15:10:42 -0400 (0:00:00.092) 0:01:27.386 **** 3057 1726773042.64746: entering _queue_task() for managed_node2/shell 3057 1726773042.65145: worker is 1 (out of 1 available) 3057 1726773042.65160: exiting _queue_task() for managed_node2/shell 3057 1726773042.65175: done queuing things up, now waiting for results queue to drain 3057 1726773042.65177: waiting for pending results... 3057 1726773042.65557: running TaskExecutor() for managed_node2/TASK: Check sysctl 3057 1726773042.65626: in run() - task 02b512f9-4fcf-6140-6a9e-000000000023 3057 1726773042.65660: variable 'ansible_search_path' from source: unknown 3057 1726773042.65713: calling self._execute() 3057 1726773042.65827: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.65845: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.65863: variable 'omit' from source: magic vars 3057 1726773042.66006: variable 'omit' from source: magic vars 3057 1726773042.66052: variable 'omit' from source: magic vars 3057 1726773042.66140: variable 'omit' from source: magic vars 3057 1726773042.66157: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773042.66239: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773042.66269: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773042.66297: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773042.66322: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773042.66420: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773042.66423: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.66425: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.66499: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773042.66514: Set connection var ansible_pipelining to False 3057 1726773042.66525: Set connection var ansible_shell_type to sh 3057 1726773042.66539: Set connection var ansible_connection to ssh 3057 1726773042.66552: Set connection var ansible_timeout to 10 3057 1726773042.66565: Set connection var ansible_shell_executable to /bin/sh 3057 1726773042.66601: variable 'ansible_shell_executable' from source: unknown 3057 1726773042.66609: variable 'ansible_connection' from source: unknown 3057 1726773042.66617: variable 'ansible_module_compression' from source: unknown 3057 1726773042.66624: variable 'ansible_shell_type' from source: unknown 3057 1726773042.66641: variable 'ansible_shell_executable' from source: unknown 3057 1726773042.66645: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773042.66740: variable 'ansible_pipelining' from source: unknown 3057 1726773042.66744: variable 'ansible_timeout' from source: unknown 3057 1726773042.66748: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773042.66842: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773042.66866: variable 'omit' from source: magic vars 3057 1726773042.66877: starting attempt loop 3057 1726773042.66885: running the handler 3057 1726773042.66945: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773042.66958: _low_level_execute_command(): starting 3057 1726773042.66975: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773042.68693: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773042.68829: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773042.68857: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773042.68902: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773042.71231: stdout chunk (state=3): >>>/root <<< 3057 1726773042.71237: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773042.71240: stdout chunk (state=3): >>><<< 3057 1726773042.71242: stderr chunk (state=3): >>><<< 3057 1726773042.71245: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773042.71248: _low_level_execute_command(): starting 3057 1726773042.71251: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329 `" && echo ansible-tmp-1726773042.7114074-5683-40557864794329="` echo /root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329 `" ) && sleep 0' 3057 1726773042.72218: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773042.72250: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773042.72272: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773042.72346: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773042.74338: stdout chunk (state=3): >>>ansible-tmp-1726773042.7114074-5683-40557864794329=/root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329 <<< 3057 1726773042.74469: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773042.74537: stderr chunk (state=3): >>><<< 3057 1726773042.74548: stdout chunk (state=3): >>><<< 3057 1726773042.74578: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773042.7114074-5683-40557864794329=/root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773042.74629: variable 'ansible_module_compression' from source: unknown 3057 1726773042.74702: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773042.74763: variable 'ansible_facts' from source: unknown 3057 1726773042.74865: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329/AnsiballZ_command.py 3057 1726773042.75193: Sending initial data 3057 1726773042.75196: Sent initial data (153 bytes) 3057 1726773042.76140: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773042.76145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773042.76165: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773042.76364: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773042.76446: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773042.78053: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773042.78131: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773042.78168: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp1fjcgu2v /root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329/AnsiballZ_command.py <<< 3057 1726773042.78177: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329/AnsiballZ_command.py" <<< 3057 1726773042.78209: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp1fjcgu2v" to remote "/root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329/AnsiballZ_command.py" <<< 3057 1726773042.78741: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773042.78830: stderr chunk (state=3): >>><<< 3057 1726773042.78833: stdout chunk (state=3): >>><<< 3057 1726773042.78860: done transferring module to remote 3057 1726773042.78869: _low_level_execute_command(): starting 3057 1726773042.78874: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329/ /root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329/AnsiballZ_command.py && sleep 0' 3057 1726773042.79476: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773042.79481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773042.79484: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773042.79488: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773042.79492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773042.79495: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773042.79498: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773042.79514: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773042.79563: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773042.81431: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773042.81487: stderr chunk (state=3): >>><<< 3057 1726773042.81498: stdout chunk (state=3): >>><<< 3057 1726773042.81508: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773042.81513: _low_level_execute_command(): starting 3057 1726773042.81518: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329/AnsiballZ_command.py && sleep 0' 3057 1726773042.82011: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773042.82014: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773042.82017: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773042.82019: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773042.82021: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773042.82076: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773042.82079: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773042.82085: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773042.82131: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773042.99913: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "start": "2024-09-19 15:10:42.992617", "end": "2024-09-19 15:10:42.998213", "delta": "0:00:00.005596", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773043.01661: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773043.01665: stdout chunk (state=3): >>><<< 3057 1726773043.01668: stderr chunk (state=3): >>><<< 3057 1726773043.01671: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "start": "2024-09-19 15:10:42.992617", "end": "2024-09-19 15:10:42.998213", "delta": "0:00:00.005596", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773043.01885: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773043.01895: _low_level_execute_command(): starting 3057 1726773043.01898: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773042.7114074-5683-40557864794329/ > /dev/null 2>&1 && sleep 0' 3057 1726773043.02613: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773043.02617: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773043.02620: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.02623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773043.02625: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773043.02628: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773043.02630: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.02633: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773043.02637: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773043.02640: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 3057 1726773043.02700: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773043.02703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.02706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773043.02709: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773043.02713: stderr chunk (state=3): >>>debug2: match found <<< 3057 1726773043.02715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.02808: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773043.02815: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773043.02820: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773043.02854: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773043.04726: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773043.04786: stderr chunk (state=3): >>><<< 3057 1726773043.04794: stdout chunk (state=3): >>><<< 3057 1726773043.04811: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773043.04818: handler run complete 3057 1726773043.04839: Evaluated conditional (False): False 3057 1726773043.04848: attempt loop complete, returning result 3057 1726773043.04851: _execute() done 3057 1726773043.04854: dumping result to json 3057 1726773043.04859: done dumping result, returning 3057 1726773043.04867: done running TaskExecutor() for managed_node2/TASK: Check sysctl [02b512f9-4fcf-6140-6a9e-000000000023] 3057 1726773043.04872: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000023 ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "delta": "0:00:00.005596", "end": "2024-09-19 15:10:42.998213", "rc": 0, "start": "2024-09-19 15:10:42.992617" } 3057 1726773043.05059: no more pending results, returning what we have 3057 1726773043.05063: results queue empty 3057 1726773043.05063: checking for any_errors_fatal 3057 1726773043.05070: done checking for any_errors_fatal 3057 1726773043.05070: checking for max_fail_percentage 3057 1726773043.05072: done checking for max_fail_percentage 3057 1726773043.05073: checking to see if all hosts have failed and the running result is not ok 3057 1726773043.05073: done checking to see if all hosts have failed 3057 1726773043.05074: getting the remaining hosts for this loop 3057 1726773043.05076: done getting the remaining hosts for this loop 3057 1726773043.05080: getting the next task for host managed_node2 3057 1726773043.05086: done getting next task for host managed_node2 3057 1726773043.05091: ^ task is: TASK: Check sysfs after role runs 3057 1726773043.05093: ^ state is: HOST STATE: block=2, task=41, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773043.05097: getting variables 3057 1726773043.05098: in VariableManager get_vars() 3057 1726773043.05139: Calling all_inventory to load vars for managed_node2 3057 1726773043.05142: Calling groups_inventory to load vars for managed_node2 3057 1726773043.05144: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.05155: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000023 3057 1726773043.05158: WORKER PROCESS EXITING 3057 1726773043.05167: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.05170: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.05173: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.05357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.05480: done with get_vars() 3057 1726773043.05490: done getting variables 3057 1726773043.05538: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check sysfs after role runs] ********************************************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:176 Thursday 19 September 2024 15:10:43 -0400 (0:00:00.408) 0:01:27.794 **** 3057 1726773043.05560: entering _queue_task() for managed_node2/command 3057 1726773043.05776: worker is 1 (out of 1 available) 3057 1726773043.05796: exiting _queue_task() for managed_node2/command 3057 1726773043.05810: done queuing things up, now waiting for results queue to drain 3057 1726773043.05812: waiting for pending results... 3057 1726773043.06002: running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs 3057 1726773043.06070: in run() - task 02b512f9-4fcf-6140-6a9e-000000000024 3057 1726773043.06083: variable 'ansible_search_path' from source: unknown 3057 1726773043.06118: calling self._execute() 3057 1726773043.06204: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.06209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.06217: variable 'omit' from source: magic vars 3057 1726773043.06303: variable 'omit' from source: magic vars 3057 1726773043.06329: variable 'omit' from source: magic vars 3057 1726773043.06356: variable 'omit' from source: magic vars 3057 1726773043.06443: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773043.06448: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773043.06451: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773043.06613: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773043.06617: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773043.06619: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773043.06622: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.06624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.06714: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773043.06730: Set connection var ansible_pipelining to False 3057 1726773043.06740: Set connection var ansible_shell_type to sh 3057 1726773043.06748: Set connection var ansible_connection to ssh 3057 1726773043.06761: Set connection var ansible_timeout to 10 3057 1726773043.06774: Set connection var ansible_shell_executable to /bin/sh 3057 1726773043.06804: variable 'ansible_shell_executable' from source: unknown 3057 1726773043.06813: variable 'ansible_connection' from source: unknown 3057 1726773043.06944: variable 'ansible_module_compression' from source: unknown 3057 1726773043.06948: variable 'ansible_shell_type' from source: unknown 3057 1726773043.06950: variable 'ansible_shell_executable' from source: unknown 3057 1726773043.06953: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.06955: variable 'ansible_pipelining' from source: unknown 3057 1726773043.06957: variable 'ansible_timeout' from source: unknown 3057 1726773043.06960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.07031: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773043.07056: variable 'omit' from source: magic vars 3057 1726773043.07066: starting attempt loop 3057 1726773043.07073: running the handler 3057 1726773043.07096: _low_level_execute_command(): starting 3057 1726773043.07108: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773043.07794: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.07812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.07862: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773043.07875: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773043.07917: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773043.09904: stdout chunk (state=3): >>>/root <<< 3057 1726773043.10010: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773043.10075: stderr chunk (state=3): >>><<< 3057 1726773043.10078: stdout chunk (state=3): >>><<< 3057 1726773043.10102: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773043.10114: _low_level_execute_command(): starting 3057 1726773043.10120: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196 `" && echo ansible-tmp-1726773043.1010177-5732-123130881472196="` echo /root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196 `" ) && sleep 0' 3057 1726773043.10624: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.10629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.10632: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.10635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.10692: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773043.10698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773043.10700: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773043.10738: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773043.12709: stdout chunk (state=3): >>>ansible-tmp-1726773043.1010177-5732-123130881472196=/root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196 <<< 3057 1726773043.12821: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773043.12880: stderr chunk (state=3): >>><<< 3057 1726773043.12883: stdout chunk (state=3): >>><<< 3057 1726773043.12907: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773043.1010177-5732-123130881472196=/root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773043.12937: variable 'ansible_module_compression' from source: unknown 3057 1726773043.12982: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773043.13020: variable 'ansible_facts' from source: unknown 3057 1726773043.13079: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196/AnsiballZ_command.py 3057 1726773043.13198: Sending initial data 3057 1726773043.13202: Sent initial data (154 bytes) 3057 1726773043.13690: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.13694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.13696: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773043.13699: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.13758: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773043.13761: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773043.13767: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773043.13811: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773043.15442: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773043.15473: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773043.15538: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpis6uffr7 /root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196/AnsiballZ_command.py <<< 3057 1726773043.15544: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196/AnsiballZ_command.py" <<< 3057 1726773043.15573: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpis6uffr7" to remote "/root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196/AnsiballZ_command.py" <<< 3057 1726773043.15579: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196/AnsiballZ_command.py" <<< 3057 1726773043.16162: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773043.16244: stderr chunk (state=3): >>><<< 3057 1726773043.16248: stdout chunk (state=3): >>><<< 3057 1726773043.16268: done transferring module to remote 3057 1726773043.16280: _low_level_execute_command(): starting 3057 1726773043.16288: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196/ /root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196/AnsiballZ_command.py && sleep 0' 3057 1726773043.16773: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773043.16777: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773043.16780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.16782: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.16785: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.16842: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773043.16849: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773043.16889: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773043.18712: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773043.18768: stderr chunk (state=3): >>><<< 3057 1726773043.18772: stdout chunk (state=3): >>><<< 3057 1726773043.18787: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773043.18793: _low_level_execute_command(): starting 3057 1726773043.18799: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196/AnsiballZ_command.py && sleep 0' 3057 1726773043.19284: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773043.19290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.19293: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773043.19296: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.19298: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.19342: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773043.19362: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773043.19365: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773043.19403: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773043.36454: stdout chunk (state=3): >>> {"changed": true, "stdout": "60666", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "60666", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:10:43.359795", "end": "2024-09-19 15:10:43.363422", "delta": "0:00:00.003627", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 60666 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773043.38065: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773043.38128: stderr chunk (state=3): >>><<< 3057 1726773043.38131: stdout chunk (state=3): >>><<< 3057 1726773043.38148: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "60666", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "60666", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:10:43.359795", "end": "2024-09-19 15:10:43.363422", "delta": "0:00:00.003627", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 60666 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773043.38196: done with _execute_module (ansible.legacy.command, {'_raw_params': 'grep -x 60666 /sys/class/net/lo/mtu', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773043.38202: _low_level_execute_command(): starting 3057 1726773043.38208: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773043.1010177-5732-123130881472196/ > /dev/null 2>&1 && sleep 0' 3057 1726773043.38696: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.38701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.38704: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.38706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.38770: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773043.38777: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773043.38779: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773043.38818: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773043.40751: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773043.40808: stderr chunk (state=3): >>><<< 3057 1726773043.40812: stdout chunk (state=3): >>><<< 3057 1726773043.40828: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773043.40834: handler run complete 3057 1726773043.40855: Evaluated conditional (False): False 3057 1726773043.40867: attempt loop complete, returning result 3057 1726773043.40870: _execute() done 3057 1726773043.40873: dumping result to json 3057 1726773043.40878: done dumping result, returning 3057 1726773043.40886: done running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs [02b512f9-4fcf-6140-6a9e-000000000024] 3057 1726773043.40942: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000024 3057 1726773043.41001: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000024 3057 1726773043.41003: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "grep", "-x", "60666", "/sys/class/net/lo/mtu" ], "delta": "0:00:00.003627", "end": "2024-09-19 15:10:43.363422", "rc": 0, "start": "2024-09-19 15:10:43.359795" } STDOUT: 60666 3057 1726773043.41123: no more pending results, returning what we have 3057 1726773043.41126: results queue empty 3057 1726773043.41127: checking for any_errors_fatal 3057 1726773043.41137: done checking for any_errors_fatal 3057 1726773043.41137: checking for max_fail_percentage 3057 1726773043.41139: done checking for max_fail_percentage 3057 1726773043.41140: checking to see if all hosts have failed and the running result is not ok 3057 1726773043.41141: done checking to see if all hosts have failed 3057 1726773043.41141: getting the remaining hosts for this loop 3057 1726773043.41143: done getting the remaining hosts for this loop 3057 1726773043.41147: getting the next task for host managed_node2 3057 1726773043.41154: done getting next task for host managed_node2 3057 1726773043.41157: ^ task is: TASK: Apply kernel_settings for removing section 3057 1726773043.41159: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773043.41162: getting variables 3057 1726773043.41164: in VariableManager get_vars() 3057 1726773043.41198: Calling all_inventory to load vars for managed_node2 3057 1726773043.41201: Calling groups_inventory to load vars for managed_node2 3057 1726773043.41202: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.41212: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.41214: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.41217: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.41368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.41499: done with get_vars() 3057 1726773043.41507: done getting variables TASK [Apply kernel_settings for removing section] ****************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:180 Thursday 19 September 2024 15:10:43 -0400 (0:00:00.360) 0:01:28.154 **** 3057 1726773043.41581: entering _queue_task() for managed_node2/include_role 3057 1726773043.41869: worker is 1 (out of 1 available) 3057 1726773043.41888: exiting _queue_task() for managed_node2/include_role 3057 1726773043.41905: done queuing things up, now waiting for results queue to drain 3057 1726773043.41907: waiting for pending results... 3057 1726773043.42253: running TaskExecutor() for managed_node2/TASK: Apply kernel_settings for removing section 3057 1726773043.42303: in run() - task 02b512f9-4fcf-6140-6a9e-000000000025 3057 1726773043.42327: variable 'ansible_search_path' from source: unknown 3057 1726773043.42381: calling self._execute() 3057 1726773043.42503: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.42516: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.42529: variable 'omit' from source: magic vars 3057 1726773043.42659: _execute() done 3057 1726773043.42674: dumping result to json 3057 1726773043.42679: done dumping result, returning 3057 1726773043.42693: done running TaskExecutor() for managed_node2/TASK: Apply kernel_settings for removing section [02b512f9-4fcf-6140-6a9e-000000000025] 3057 1726773043.42702: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000025 3057 1726773043.42830: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000025 3057 1726773043.42834: WORKER PROCESS EXITING 3057 1726773043.42903: no more pending results, returning what we have 3057 1726773043.42907: in VariableManager get_vars() 3057 1726773043.42968: Calling all_inventory to load vars for managed_node2 3057 1726773043.42972: Calling groups_inventory to load vars for managed_node2 3057 1726773043.42974: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.42984: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.42987: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.42990: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.43213: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.43415: done with get_vars() 3057 1726773043.43424: variable 'ansible_search_path' from source: unknown 3057 1726773043.46069: variable 'omit' from source: magic vars 3057 1726773043.46097: variable 'omit' from source: magic vars 3057 1726773043.46114: variable 'omit' from source: magic vars 3057 1726773043.46118: we have included files to process 3057 1726773043.46119: generating all_blocks data 3057 1726773043.46121: done generating all_blocks data 3057 1726773043.46125: processing included file: fedora.linux_system_roles.kernel_settings 3057 1726773043.46150: in VariableManager get_vars() 3057 1726773043.46171: done with get_vars() 3057 1726773043.46201: in VariableManager get_vars() 3057 1726773043.46221: done with get_vars() 3057 1726773043.46263: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 3057 1726773043.46338: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 3057 1726773043.46366: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 3057 1726773043.46455: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 3057 1726773043.47057: in VariableManager get_vars() 3057 1726773043.47092: done with get_vars() 3057 1726773043.48040: in VariableManager get_vars() 3057 1726773043.48059: done with get_vars() 3057 1726773043.48177: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 3057 1726773043.48628: iterating over new_blocks loaded from include file 3057 1726773043.48630: in VariableManager get_vars() 3057 1726773043.48646: done with get_vars() 3057 1726773043.48648: filtering new block on tags 3057 1726773043.48673: done filtering new block on tags 3057 1726773043.48675: in VariableManager get_vars() 3057 1726773043.48685: done with get_vars() 3057 1726773043.48686: filtering new block on tags 3057 1726773043.48713: done filtering new block on tags 3057 1726773043.48715: in VariableManager get_vars() 3057 1726773043.48725: done with get_vars() 3057 1726773043.48726: filtering new block on tags 3057 1726773043.48827: done filtering new block on tags 3057 1726773043.48829: in VariableManager get_vars() 3057 1726773043.48841: done with get_vars() 3057 1726773043.48842: filtering new block on tags 3057 1726773043.48853: done filtering new block on tags 3057 1726773043.48855: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 3057 1726773043.48860: extending task lists for all hosts with included blocks 3057 1726773043.51146: done extending task lists 3057 1726773043.51148: done processing included files 3057 1726773043.51149: results queue empty 3057 1726773043.51149: checking for any_errors_fatal 3057 1726773043.51152: done checking for any_errors_fatal 3057 1726773043.51153: checking for max_fail_percentage 3057 1726773043.51154: done checking for max_fail_percentage 3057 1726773043.51154: checking to see if all hosts have failed and the running result is not ok 3057 1726773043.51155: done checking to see if all hosts have failed 3057 1726773043.51155: getting the remaining hosts for this loop 3057 1726773043.51156: done getting the remaining hosts for this loop 3057 1726773043.51158: getting the next task for host managed_node2 3057 1726773043.51161: done getting next task for host managed_node2 3057 1726773043.51163: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3057 1726773043.51165: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773043.51176: getting variables 3057 1726773043.51176: in VariableManager get_vars() 3057 1726773043.51192: Calling all_inventory to load vars for managed_node2 3057 1726773043.51194: Calling groups_inventory to load vars for managed_node2 3057 1726773043.51195: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.51200: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.51202: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.51203: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.51299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.51420: done with get_vars() 3057 1726773043.51428: done getting variables 3057 1726773043.51472: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:10:43 -0400 (0:00:00.099) 0:01:28.253 **** 3057 1726773043.51496: entering _queue_task() for managed_node2/fail 3057 1726773043.51738: worker is 1 (out of 1 available) 3057 1726773043.51753: exiting _queue_task() for managed_node2/fail 3057 1726773043.51766: done queuing things up, now waiting for results queue to drain 3057 1726773043.51768: waiting for pending results... 3057 1726773043.51970: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3057 1726773043.52071: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009ee 3057 1726773043.52085: variable 'ansible_search_path' from source: unknown 3057 1726773043.52089: variable 'ansible_search_path' from source: unknown 3057 1726773043.52126: calling self._execute() 3057 1726773043.52208: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.52214: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.52223: variable 'omit' from source: magic vars 3057 1726773043.52645: variable 'kernel_settings_sysctl' from source: include params 3057 1726773043.52658: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773043.52666: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): False 3057 1726773043.52670: when evaluation is False, skipping this task 3057 1726773043.52672: _execute() done 3057 1726773043.52676: dumping result to json 3057 1726773043.52678: done dumping result, returning 3057 1726773043.52686: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [02b512f9-4fcf-6140-6a9e-0000000009ee] 3057 1726773043.52695: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009ee 3057 1726773043.52794: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009ee 3057 1726773043.52797: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "kernel_settings_sysctl != __kernel_settings_state_empty", "skip_reason": "Conditional result was False" } 3057 1726773043.52855: no more pending results, returning what we have 3057 1726773043.52859: results queue empty 3057 1726773043.52860: checking for any_errors_fatal 3057 1726773043.52862: done checking for any_errors_fatal 3057 1726773043.52862: checking for max_fail_percentage 3057 1726773043.52864: done checking for max_fail_percentage 3057 1726773043.52864: checking to see if all hosts have failed and the running result is not ok 3057 1726773043.52865: done checking to see if all hosts have failed 3057 1726773043.52866: getting the remaining hosts for this loop 3057 1726773043.52868: done getting the remaining hosts for this loop 3057 1726773043.52872: getting the next task for host managed_node2 3057 1726773043.52878: done getting next task for host managed_node2 3057 1726773043.52883: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3057 1726773043.52886: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773043.52903: getting variables 3057 1726773043.52905: in VariableManager get_vars() 3057 1726773043.52945: Calling all_inventory to load vars for managed_node2 3057 1726773043.52948: Calling groups_inventory to load vars for managed_node2 3057 1726773043.52950: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.52959: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.52962: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.52964: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.53110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.53243: done with get_vars() 3057 1726773043.53251: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:10:43 -0400 (0:00:00.018) 0:01:28.271 **** 3057 1726773043.53323: entering _queue_task() for managed_node2/include_tasks 3057 1726773043.53536: worker is 1 (out of 1 available) 3057 1726773043.53551: exiting _queue_task() for managed_node2/include_tasks 3057 1726773043.53564: done queuing things up, now waiting for results queue to drain 3057 1726773043.53566: waiting for pending results... 3057 1726773043.53759: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3057 1726773043.53836: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009ef 3057 1726773043.53850: variable 'ansible_search_path' from source: unknown 3057 1726773043.53854: variable 'ansible_search_path' from source: unknown 3057 1726773043.53888: calling self._execute() 3057 1726773043.53968: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.53972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.53982: variable 'omit' from source: magic vars 3057 1726773043.54070: _execute() done 3057 1726773043.54074: dumping result to json 3057 1726773043.54078: done dumping result, returning 3057 1726773043.54083: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [02b512f9-4fcf-6140-6a9e-0000000009ef] 3057 1726773043.54089: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009ef 3057 1726773043.54186: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009ef 3057 1726773043.54189: WORKER PROCESS EXITING 3057 1726773043.54237: no more pending results, returning what we have 3057 1726773043.54242: in VariableManager get_vars() 3057 1726773043.54278: Calling all_inventory to load vars for managed_node2 3057 1726773043.54281: Calling groups_inventory to load vars for managed_node2 3057 1726773043.54282: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.54291: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.54294: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.54297: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.54415: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.54563: done with get_vars() 3057 1726773043.54568: variable 'ansible_search_path' from source: unknown 3057 1726773043.54569: variable 'ansible_search_path' from source: unknown 3057 1726773043.54593: we have included files to process 3057 1726773043.54593: generating all_blocks data 3057 1726773043.54595: done generating all_blocks data 3057 1726773043.54601: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726773043.54602: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726773043.54603: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726773043.55093: done processing included file 3057 1726773043.55095: iterating over new_blocks loaded from include file 3057 1726773043.55096: in VariableManager get_vars() 3057 1726773043.55113: done with get_vars() 3057 1726773043.55114: filtering new block on tags 3057 1726773043.55132: done filtering new block on tags 3057 1726773043.55134: in VariableManager get_vars() 3057 1726773043.55151: done with get_vars() 3057 1726773043.55152: filtering new block on tags 3057 1726773043.55177: done filtering new block on tags 3057 1726773043.55179: in VariableManager get_vars() 3057 1726773043.55195: done with get_vars() 3057 1726773043.55197: filtering new block on tags 3057 1726773043.55221: done filtering new block on tags 3057 1726773043.55222: in VariableManager get_vars() 3057 1726773043.55238: done with get_vars() 3057 1726773043.55239: filtering new block on tags 3057 1726773043.55254: done filtering new block on tags 3057 1726773043.55256: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node2 3057 1726773043.55260: extending task lists for all hosts with included blocks 3057 1726773043.55359: done extending task lists 3057 1726773043.55360: done processing included files 3057 1726773043.55360: results queue empty 3057 1726773043.55361: checking for any_errors_fatal 3057 1726773043.55363: done checking for any_errors_fatal 3057 1726773043.55364: checking for max_fail_percentage 3057 1726773043.55365: done checking for max_fail_percentage 3057 1726773043.55365: checking to see if all hosts have failed and the running result is not ok 3057 1726773043.55366: done checking to see if all hosts have failed 3057 1726773043.55366: getting the remaining hosts for this loop 3057 1726773043.55367: done getting the remaining hosts for this loop 3057 1726773043.55369: getting the next task for host managed_node2 3057 1726773043.55372: done getting next task for host managed_node2 3057 1726773043.55374: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3057 1726773043.55376: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773043.55383: getting variables 3057 1726773043.55384: in VariableManager get_vars() 3057 1726773043.55394: Calling all_inventory to load vars for managed_node2 3057 1726773043.55395: Calling groups_inventory to load vars for managed_node2 3057 1726773043.55397: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.55401: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.55402: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.55404: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.55508: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.55628: done with get_vars() 3057 1726773043.55637: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:10:43 -0400 (0:00:00.023) 0:01:28.295 **** 3057 1726773043.55689: entering _queue_task() for managed_node2/setup 3057 1726773043.55914: worker is 1 (out of 1 available) 3057 1726773043.55929: exiting _queue_task() for managed_node2/setup 3057 1726773043.55945: done queuing things up, now waiting for results queue to drain 3057 1726773043.55946: waiting for pending results... 3057 1726773043.56146: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3057 1726773043.56253: in run() - task 02b512f9-4fcf-6140-6a9e-000000000bd2 3057 1726773043.56267: variable 'ansible_search_path' from source: unknown 3057 1726773043.56271: variable 'ansible_search_path' from source: unknown 3057 1726773043.56306: calling self._execute() 3057 1726773043.56381: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.56387: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.56400: variable 'omit' from source: magic vars 3057 1726773043.56823: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773043.58451: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773043.58505: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773043.58534: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773043.58564: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773043.58585: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773043.58655: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773043.58677: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773043.58701: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773043.58730: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773043.58745: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773043.58790: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773043.58810: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773043.58828: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773043.58858: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773043.58868: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773043.59006: variable '__kernel_settings_required_facts' from source: role '' all vars 3057 1726773043.59018: variable 'ansible_facts' from source: unknown 3057 1726773043.59086: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 3057 1726773043.59090: when evaluation is False, skipping this task 3057 1726773043.59093: _execute() done 3057 1726773043.59096: dumping result to json 3057 1726773043.59101: done dumping result, returning 3057 1726773043.59108: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [02b512f9-4fcf-6140-6a9e-000000000bd2] 3057 1726773043.59114: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000bd2 3057 1726773043.59209: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000bd2 3057 1726773043.59212: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 3057 1726773043.59277: no more pending results, returning what we have 3057 1726773043.59281: results queue empty 3057 1726773043.59282: checking for any_errors_fatal 3057 1726773043.59283: done checking for any_errors_fatal 3057 1726773043.59284: checking for max_fail_percentage 3057 1726773043.59286: done checking for max_fail_percentage 3057 1726773043.59287: checking to see if all hosts have failed and the running result is not ok 3057 1726773043.59288: done checking to see if all hosts have failed 3057 1726773043.59288: getting the remaining hosts for this loop 3057 1726773043.59291: done getting the remaining hosts for this loop 3057 1726773043.59295: getting the next task for host managed_node2 3057 1726773043.59305: done getting next task for host managed_node2 3057 1726773043.59309: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3057 1726773043.59313: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773043.59331: getting variables 3057 1726773043.59333: in VariableManager get_vars() 3057 1726773043.59371: Calling all_inventory to load vars for managed_node2 3057 1726773043.59374: Calling groups_inventory to load vars for managed_node2 3057 1726773043.59376: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.59385: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.59387: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.59390: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.59525: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.59686: done with get_vars() 3057 1726773043.59694: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:10:43 -0400 (0:00:00.040) 0:01:28.336 **** 3057 1726773043.59769: entering _queue_task() for managed_node2/stat 3057 1726773043.59988: worker is 1 (out of 1 available) 3057 1726773043.60003: exiting _queue_task() for managed_node2/stat 3057 1726773043.60018: done queuing things up, now waiting for results queue to drain 3057 1726773043.60020: waiting for pending results... 3057 1726773043.60222: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3057 1726773043.60327: in run() - task 02b512f9-4fcf-6140-6a9e-000000000bd4 3057 1726773043.60343: variable 'ansible_search_path' from source: unknown 3057 1726773043.60346: variable 'ansible_search_path' from source: unknown 3057 1726773043.60381: calling self._execute() 3057 1726773043.60456: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.60460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.60472: variable 'omit' from source: magic vars 3057 1726773043.60850: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773043.61048: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773043.61083: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773043.61114: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773043.61145: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773043.61216: 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) 3057 1726773043.61239: 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) 3057 1726773043.61259: 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) 3057 1726773043.61278: 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) 3057 1726773043.61379: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726773043.61387: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 3057 1726773043.61390: when evaluation is False, skipping this task 3057 1726773043.61398: _execute() done 3057 1726773043.61400: dumping result to json 3057 1726773043.61403: done dumping result, returning 3057 1726773043.61410: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [02b512f9-4fcf-6140-6a9e-000000000bd4] 3057 1726773043.61415: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000bd4 3057 1726773043.61508: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000bd4 3057 1726773043.61512: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 3057 1726773043.61572: no more pending results, returning what we have 3057 1726773043.61576: results queue empty 3057 1726773043.61577: checking for any_errors_fatal 3057 1726773043.61587: done checking for any_errors_fatal 3057 1726773043.61588: checking for max_fail_percentage 3057 1726773043.61589: done checking for max_fail_percentage 3057 1726773043.61590: checking to see if all hosts have failed and the running result is not ok 3057 1726773043.61591: done checking to see if all hosts have failed 3057 1726773043.61592: getting the remaining hosts for this loop 3057 1726773043.61594: done getting the remaining hosts for this loop 3057 1726773043.61598: getting the next task for host managed_node2 3057 1726773043.61605: done getting next task for host managed_node2 3057 1726773043.61610: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3057 1726773043.61613: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773043.61633: getting variables 3057 1726773043.61639: in VariableManager get_vars() 3057 1726773043.61676: Calling all_inventory to load vars for managed_node2 3057 1726773043.61679: Calling groups_inventory to load vars for managed_node2 3057 1726773043.61681: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.61690: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.61693: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.61696: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.61815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.61951: done with get_vars() 3057 1726773043.61962: done getting variables 3057 1726773043.62008: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:10:43 -0400 (0:00:00.022) 0:01:28.358 **** 3057 1726773043.62036: entering _queue_task() for managed_node2/set_fact 3057 1726773043.62256: worker is 1 (out of 1 available) 3057 1726773043.62270: exiting _queue_task() for managed_node2/set_fact 3057 1726773043.62284: done queuing things up, now waiting for results queue to drain 3057 1726773043.62286: waiting for pending results... 3057 1726773043.62484: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3057 1726773043.62583: in run() - task 02b512f9-4fcf-6140-6a9e-000000000bd5 3057 1726773043.62600: variable 'ansible_search_path' from source: unknown 3057 1726773043.62605: variable 'ansible_search_path' from source: unknown 3057 1726773043.62641: calling self._execute() 3057 1726773043.62719: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.62725: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.62734: variable 'omit' from source: magic vars 3057 1726773043.63125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773043.63386: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773043.63422: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773043.63452: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773043.63478: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773043.63555: 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) 3057 1726773043.63573: 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) 3057 1726773043.63596: 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) 3057 1726773043.63616: 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) 3057 1726773043.63720: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726773043.63726: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 3057 1726773043.63729: when evaluation is False, skipping this task 3057 1726773043.63732: _execute() done 3057 1726773043.63737: dumping result to json 3057 1726773043.63740: done dumping result, returning 3057 1726773043.63748: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [02b512f9-4fcf-6140-6a9e-000000000bd5] 3057 1726773043.63753: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000bd5 skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 3057 1726773043.63895: no more pending results, returning what we have 3057 1726773043.63899: results queue empty 3057 1726773043.63900: checking for any_errors_fatal 3057 1726773043.63906: done checking for any_errors_fatal 3057 1726773043.63906: checking for max_fail_percentage 3057 1726773043.63908: done checking for max_fail_percentage 3057 1726773043.63909: checking to see if all hosts have failed and the running result is not ok 3057 1726773043.63911: done checking to see if all hosts have failed 3057 1726773043.63911: getting the remaining hosts for this loop 3057 1726773043.63914: done getting the remaining hosts for this loop 3057 1726773043.63918: getting the next task for host managed_node2 3057 1726773043.63927: done getting next task for host managed_node2 3057 1726773043.63931: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3057 1726773043.63937: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773043.63956: getting variables 3057 1726773043.63957: in VariableManager get_vars() 3057 1726773043.63993: Calling all_inventory to load vars for managed_node2 3057 1726773043.63996: Calling groups_inventory to load vars for managed_node2 3057 1726773043.63998: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.64007: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.64009: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.64012: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.64178: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000bd5 3057 1726773043.64182: WORKER PROCESS EXITING 3057 1726773043.64195: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.64325: done with get_vars() 3057 1726773043.64333: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:10:43 -0400 (0:00:00.023) 0:01:28.382 **** 3057 1726773043.64409: entering _queue_task() for managed_node2/stat 3057 1726773043.64627: worker is 1 (out of 1 available) 3057 1726773043.64645: exiting _queue_task() for managed_node2/stat 3057 1726773043.64659: done queuing things up, now waiting for results queue to drain 3057 1726773043.64661: waiting for pending results... 3057 1726773043.64856: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3057 1726773043.64967: in run() - task 02b512f9-4fcf-6140-6a9e-000000000bd7 3057 1726773043.64980: variable 'ansible_search_path' from source: unknown 3057 1726773043.64983: variable 'ansible_search_path' from source: unknown 3057 1726773043.65019: calling self._execute() 3057 1726773043.65100: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.65105: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.65115: variable 'omit' from source: magic vars 3057 1726773043.65492: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773043.65699: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773043.65736: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773043.65765: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773043.65795: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773043.65865: 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) 3057 1726773043.65886: 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) 3057 1726773043.65909: 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) 3057 1726773043.65929: 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) 3057 1726773043.66028: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773043.66039: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 3057 1726773043.66042: when evaluation is False, skipping this task 3057 1726773043.66045: _execute() done 3057 1726773043.66048: dumping result to json 3057 1726773043.66052: done dumping result, returning 3057 1726773043.66060: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [02b512f9-4fcf-6140-6a9e-000000000bd7] 3057 1726773043.66066: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000bd7 3057 1726773043.66162: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000bd7 3057 1726773043.66165: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 3057 1726773043.66222: no more pending results, returning what we have 3057 1726773043.66226: results queue empty 3057 1726773043.66227: checking for any_errors_fatal 3057 1726773043.66236: done checking for any_errors_fatal 3057 1726773043.66237: checking for max_fail_percentage 3057 1726773043.66239: done checking for max_fail_percentage 3057 1726773043.66240: checking to see if all hosts have failed and the running result is not ok 3057 1726773043.66240: done checking to see if all hosts have failed 3057 1726773043.66241: getting the remaining hosts for this loop 3057 1726773043.66243: done getting the remaining hosts for this loop 3057 1726773043.66247: getting the next task for host managed_node2 3057 1726773043.66254: done getting next task for host managed_node2 3057 1726773043.66258: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3057 1726773043.66262: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773043.66284: getting variables 3057 1726773043.66285: in VariableManager get_vars() 3057 1726773043.66321: Calling all_inventory to load vars for managed_node2 3057 1726773043.66324: Calling groups_inventory to load vars for managed_node2 3057 1726773043.66327: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.66337: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.66340: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.66343: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.66464: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.66616: done with get_vars() 3057 1726773043.66630: done getting variables 3057 1726773043.66694: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:10:43 -0400 (0:00:00.023) 0:01:28.405 **** 3057 1726773043.66732: entering _queue_task() for managed_node2/set_fact 3057 1726773043.67005: worker is 1 (out of 1 available) 3057 1726773043.67019: exiting _queue_task() for managed_node2/set_fact 3057 1726773043.67036: done queuing things up, now waiting for results queue to drain 3057 1726773043.67038: waiting for pending results... 3057 1726773043.67457: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3057 1726773043.67542: in run() - task 02b512f9-4fcf-6140-6a9e-000000000bd8 3057 1726773043.67574: variable 'ansible_search_path' from source: unknown 3057 1726773043.67585: variable 'ansible_search_path' from source: unknown 3057 1726773043.67637: calling self._execute() 3057 1726773043.67748: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.67768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.67790: variable 'omit' from source: magic vars 3057 1726773043.68427: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773043.68634: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773043.68676: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773043.68704: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773043.68731: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773043.68805: 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) 3057 1726773043.68824: 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) 3057 1726773043.68846: 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) 3057 1726773043.68866: 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) 3057 1726773043.68960: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773043.68969: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 3057 1726773043.68972: when evaluation is False, skipping this task 3057 1726773043.68976: _execute() done 3057 1726773043.68979: dumping result to json 3057 1726773043.68981: done dumping result, returning 3057 1726773043.68994: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [02b512f9-4fcf-6140-6a9e-000000000bd8] 3057 1726773043.69001: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000bd8 3057 1726773043.69098: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000bd8 3057 1726773043.69100: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 3057 1726773043.69155: no more pending results, returning what we have 3057 1726773043.69158: results queue empty 3057 1726773043.69159: checking for any_errors_fatal 3057 1726773043.69165: done checking for any_errors_fatal 3057 1726773043.69166: checking for max_fail_percentage 3057 1726773043.69168: done checking for max_fail_percentage 3057 1726773043.69169: checking to see if all hosts have failed and the running result is not ok 3057 1726773043.69170: done checking to see if all hosts have failed 3057 1726773043.69170: getting the remaining hosts for this loop 3057 1726773043.69173: done getting the remaining hosts for this loop 3057 1726773043.69176: getting the next task for host managed_node2 3057 1726773043.69186: done getting next task for host managed_node2 3057 1726773043.69192: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3057 1726773043.69196: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773043.69214: getting variables 3057 1726773043.69216: in VariableManager get_vars() 3057 1726773043.69257: Calling all_inventory to load vars for managed_node2 3057 1726773043.69260: Calling groups_inventory to load vars for managed_node2 3057 1726773043.69262: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.69271: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.69274: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.69277: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.69438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.69571: done with get_vars() 3057 1726773043.69579: done getting variables 3057 1726773043.69625: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:10:43 -0400 (0:00:00.029) 0:01:28.435 **** 3057 1726773043.69653: entering _queue_task() for managed_node2/include_vars 3057 1726773043.69874: worker is 1 (out of 1 available) 3057 1726773043.69891: exiting _queue_task() for managed_node2/include_vars 3057 1726773043.69907: done queuing things up, now waiting for results queue to drain 3057 1726773043.69908: waiting for pending results... 3057 1726773043.70097: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3057 1726773043.70194: in run() - task 02b512f9-4fcf-6140-6a9e-000000000bda 3057 1726773043.70206: variable 'ansible_search_path' from source: unknown 3057 1726773043.70209: variable 'ansible_search_path' from source: unknown 3057 1726773043.70243: calling self._execute() 3057 1726773043.70322: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.70326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.70340: variable 'omit' from source: magic vars 3057 1726773043.70423: variable 'omit' from source: magic vars 3057 1726773043.70478: variable 'omit' from source: magic vars 3057 1726773043.70775: variable 'ffparams' from source: task vars 3057 1726773043.70876: variable 'ansible_facts' from source: unknown 3057 1726773043.71021: variable 'ansible_facts' from source: unknown 3057 1726773043.71225: variable 'ansible_facts' from source: unknown 3057 1726773043.71228: variable 'ansible_facts' from source: unknown 3057 1726773043.71292: variable 'role_path' from source: magic vars 3057 1726773043.71425: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 3057 1726773043.71607: Loaded config def from plugin (lookup/first_found) 3057 1726773043.71611: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 3057 1726773043.71645: variable 'ansible_search_path' from source: unknown 3057 1726773043.71663: variable 'ansible_search_path' from source: unknown 3057 1726773043.71674: variable 'ansible_search_path' from source: unknown 3057 1726773043.71840: variable 'ansible_search_path' from source: unknown 3057 1726773043.71843: variable 'ansible_search_path' from source: unknown 3057 1726773043.71844: variable 'omit' from source: magic vars 3057 1726773043.71846: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773043.71848: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773043.71849: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773043.71851: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773043.71853: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773043.71854: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773043.71856: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.71857: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.71890: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773043.71895: Set connection var ansible_pipelining to False 3057 1726773043.71898: Set connection var ansible_shell_type to sh 3057 1726773043.71900: Set connection var ansible_connection to ssh 3057 1726773043.71908: Set connection var ansible_timeout to 10 3057 1726773043.71916: Set connection var ansible_shell_executable to /bin/sh 3057 1726773043.71939: variable 'ansible_shell_executable' from source: unknown 3057 1726773043.71942: variable 'ansible_connection' from source: unknown 3057 1726773043.71945: variable 'ansible_module_compression' from source: unknown 3057 1726773043.71947: variable 'ansible_shell_type' from source: unknown 3057 1726773043.71950: variable 'ansible_shell_executable' from source: unknown 3057 1726773043.71952: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.71957: variable 'ansible_pipelining' from source: unknown 3057 1726773043.71959: variable 'ansible_timeout' from source: unknown 3057 1726773043.71964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.72054: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773043.72063: variable 'omit' from source: magic vars 3057 1726773043.72068: starting attempt loop 3057 1726773043.72071: running the handler 3057 1726773043.72239: handler run complete 3057 1726773043.72242: attempt loop complete, returning result 3057 1726773043.72243: _execute() done 3057 1726773043.72245: dumping result to json 3057 1726773043.72246: done dumping result, returning 3057 1726773043.72248: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [02b512f9-4fcf-6140-6a9e-000000000bda] 3057 1726773043.72249: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000bda 3057 1726773043.72309: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000bda 3057 1726773043.72314: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 3057 1726773043.72402: no more pending results, returning what we have 3057 1726773043.72405: results queue empty 3057 1726773043.72406: checking for any_errors_fatal 3057 1726773043.72413: done checking for any_errors_fatal 3057 1726773043.72413: checking for max_fail_percentage 3057 1726773043.72415: done checking for max_fail_percentage 3057 1726773043.72415: checking to see if all hosts have failed and the running result is not ok 3057 1726773043.72416: done checking to see if all hosts have failed 3057 1726773043.72417: getting the remaining hosts for this loop 3057 1726773043.72419: done getting the remaining hosts for this loop 3057 1726773043.72422: getting the next task for host managed_node2 3057 1726773043.72429: done getting next task for host managed_node2 3057 1726773043.72433: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3057 1726773043.72438: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773043.72450: getting variables 3057 1726773043.72451: in VariableManager get_vars() 3057 1726773043.72485: Calling all_inventory to load vars for managed_node2 3057 1726773043.72490: Calling groups_inventory to load vars for managed_node2 3057 1726773043.72493: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773043.72503: Calling all_plugins_play to load vars for managed_node2 3057 1726773043.72505: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773043.72508: Calling groups_plugins_play to load vars for managed_node2 3057 1726773043.72628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773043.72767: done with get_vars() 3057 1726773043.72776: done getting variables 3057 1726773043.72823: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:10:43 -0400 (0:00:00.031) 0:01:28.467 **** 3057 1726773043.72853: entering _queue_task() for managed_node2/package 3057 1726773043.73074: worker is 1 (out of 1 available) 3057 1726773043.73093: exiting _queue_task() for managed_node2/package 3057 1726773043.73107: done queuing things up, now waiting for results queue to drain 3057 1726773043.73109: waiting for pending results... 3057 1726773043.73306: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3057 1726773043.73391: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009f0 3057 1726773043.73403: variable 'ansible_search_path' from source: unknown 3057 1726773043.73408: variable 'ansible_search_path' from source: unknown 3057 1726773043.73442: calling self._execute() 3057 1726773043.73518: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.73521: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.73530: variable 'omit' from source: magic vars 3057 1726773043.73619: variable 'omit' from source: magic vars 3057 1726773043.73840: variable 'omit' from source: magic vars 3057 1726773043.73843: variable '__kernel_settings_packages' from source: include_vars 3057 1726773043.74010: variable '__kernel_settings_packages' from source: include_vars 3057 1726773043.74187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773043.75718: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773043.75779: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773043.75808: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773043.75836: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773043.75866: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773043.75950: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773043.75972: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773043.75994: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773043.76021: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773043.76032: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773043.76115: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726773043.76118: variable 'omit' from source: magic vars 3057 1726773043.76148: variable 'omit' from source: magic vars 3057 1726773043.76176: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773043.76196: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773043.76212: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773043.76226: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773043.76236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773043.76262: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773043.76265: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.76268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.76343: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773043.76351: Set connection var ansible_pipelining to False 3057 1726773043.76354: Set connection var ansible_shell_type to sh 3057 1726773043.76357: Set connection var ansible_connection to ssh 3057 1726773043.76362: Set connection var ansible_timeout to 10 3057 1726773043.76369: Set connection var ansible_shell_executable to /bin/sh 3057 1726773043.76395: variable 'ansible_shell_executable' from source: unknown 3057 1726773043.76399: variable 'ansible_connection' from source: unknown 3057 1726773043.76401: variable 'ansible_module_compression' from source: unknown 3057 1726773043.76403: variable 'ansible_shell_type' from source: unknown 3057 1726773043.76406: variable 'ansible_shell_executable' from source: unknown 3057 1726773043.76408: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773043.76410: variable 'ansible_pipelining' from source: unknown 3057 1726773043.76413: variable 'ansible_timeout' from source: unknown 3057 1726773043.76418: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773043.76500: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773043.76543: variable 'omit' from source: magic vars 3057 1726773043.76546: starting attempt loop 3057 1726773043.76547: running the handler 3057 1726773043.76548: variable 'ansible_facts' from source: unknown 3057 1726773043.76550: variable 'ansible_facts' from source: unknown 3057 1726773043.76579: _low_level_execute_command(): starting 3057 1726773043.76585: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773043.77133: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773043.77141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.77144: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773043.77146: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773043.77149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.77194: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773043.77198: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773043.77209: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773043.77261: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773043.79015: stdout chunk (state=3): >>>/root <<< 3057 1726773043.79122: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773043.79187: stderr chunk (state=3): >>><<< 3057 1726773043.79191: stdout chunk (state=3): >>><<< 3057 1726773043.79215: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773043.79227: _low_level_execute_command(): starting 3057 1726773043.79232: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043 `" && echo ansible-tmp-1726773043.7921598-5761-78912131376043="` echo /root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043 `" ) && sleep 0' 3057 1726773043.79724: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.79727: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.79730: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773043.79732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773043.79738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.79792: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773043.79797: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773043.79800: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773043.79838: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773043.81833: stdout chunk (state=3): >>>ansible-tmp-1726773043.7921598-5761-78912131376043=/root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043 <<< 3057 1726773043.81952: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773043.82019: stderr chunk (state=3): >>><<< 3057 1726773043.82023: stdout chunk (state=3): >>><<< 3057 1726773043.82037: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773043.7921598-5761-78912131376043=/root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773043.82067: variable 'ansible_module_compression' from source: unknown 3057 1726773043.82110: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 3057 1726773043.82149: variable 'ansible_facts' from source: unknown 3057 1726773043.82233: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043/AnsiballZ_dnf.py 3057 1726773043.82339: Sending initial data 3057 1726773043.82353: Sent initial data (149 bytes) 3057 1726773043.82823: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773043.82827: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.82829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773043.82832: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.82845: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.82895: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773043.82899: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773043.82910: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773043.82956: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773043.84576: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773043.84610: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773043.84651: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpp2saoz0w /root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043/AnsiballZ_dnf.py <<< 3057 1726773043.84654: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043/AnsiballZ_dnf.py" <<< 3057 1726773043.84691: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpp2saoz0w" to remote "/root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043/AnsiballZ_dnf.py" <<< 3057 1726773043.84695: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043/AnsiballZ_dnf.py" <<< 3057 1726773043.85365: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773043.85440: stderr chunk (state=3): >>><<< 3057 1726773043.85443: stdout chunk (state=3): >>><<< 3057 1726773043.85465: done transferring module to remote 3057 1726773043.85475: _low_level_execute_command(): starting 3057 1726773043.85480: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043/ /root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043/AnsiballZ_dnf.py && sleep 0' 3057 1726773043.85941: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.85965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773043.85969: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.86028: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773043.86036: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773043.86039: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773043.86074: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773043.87920: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773043.87978: stderr chunk (state=3): >>><<< 3057 1726773043.87982: stdout chunk (state=3): >>><<< 3057 1726773043.87996: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773043.87999: _low_level_execute_command(): starting 3057 1726773043.88006: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043/AnsiballZ_dnf.py && sleep 0' 3057 1726773043.88502: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773043.88505: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.88508: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773043.88510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773043.88512: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773043.88566: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773043.88570: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773043.88623: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773044.99142: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 3057 1726773045.03791: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773045.03857: stderr chunk (state=3): >>><<< 3057 1726773045.03861: stdout chunk (state=3): >>><<< 3057 1726773045.03876: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773045.03919: 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-1726773043.7921598-5761-78912131376043/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773045.03926: _low_level_execute_command(): starting 3057 1726773045.03933: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773043.7921598-5761-78912131376043/ > /dev/null 2>&1 && sleep 0' 3057 1726773045.04428: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773045.04432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773045.04437: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.04440: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.04442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773045.04444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.04499: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773045.04506: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773045.04510: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773045.04549: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773045.06512: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773045.06572: stderr chunk (state=3): >>><<< 3057 1726773045.06576: stdout chunk (state=3): >>><<< 3057 1726773045.06590: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773045.06599: handler run complete 3057 1726773045.06628: attempt loop complete, returning result 3057 1726773045.06631: _execute() done 3057 1726773045.06633: dumping result to json 3057 1726773045.06643: done dumping result, returning 3057 1726773045.06654: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [02b512f9-4fcf-6140-6a9e-0000000009f0] 3057 1726773045.06659: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f0 3057 1726773045.06765: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f0 3057 1726773045.06768: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 3057 1726773045.06886: no more pending results, returning what we have 3057 1726773045.06889: results queue empty 3057 1726773045.06890: checking for any_errors_fatal 3057 1726773045.06896: done checking for any_errors_fatal 3057 1726773045.06897: checking for max_fail_percentage 3057 1726773045.06899: done checking for max_fail_percentage 3057 1726773045.06899: checking to see if all hosts have failed and the running result is not ok 3057 1726773045.06900: done checking to see if all hosts have failed 3057 1726773045.06901: getting the remaining hosts for this loop 3057 1726773045.06903: done getting the remaining hosts for this loop 3057 1726773045.06906: getting the next task for host managed_node2 3057 1726773045.06914: done getting next task for host managed_node2 3057 1726773045.06918: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3057 1726773045.06921: ^ state is: HOST STATE: block=2, task=44, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773045.06932: getting variables 3057 1726773045.06933: in VariableManager get_vars() 3057 1726773045.06973: Calling all_inventory to load vars for managed_node2 3057 1726773045.06976: Calling groups_inventory to load vars for managed_node2 3057 1726773045.06978: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773045.06992: Calling all_plugins_play to load vars for managed_node2 3057 1726773045.06995: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773045.06999: Calling groups_plugins_play to load vars for managed_node2 3057 1726773045.07160: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773045.07285: done with get_vars() 3057 1726773045.07294: done getting variables 3057 1726773045.07342: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:10:45 -0400 (0:00:01.345) 0:01:29.812 **** 3057 1726773045.07367: entering _queue_task() for managed_node2/debug 3057 1726773045.07585: worker is 1 (out of 1 available) 3057 1726773045.07604: exiting _queue_task() for managed_node2/debug 3057 1726773045.07618: done queuing things up, now waiting for results queue to drain 3057 1726773045.07620: waiting for pending results... 3057 1726773045.07822: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3057 1726773045.07916: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009f2 3057 1726773045.07928: variable 'ansible_search_path' from source: unknown 3057 1726773045.07932: variable 'ansible_search_path' from source: unknown 3057 1726773045.07967: calling self._execute() 3057 1726773045.08043: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773045.08047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773045.08058: variable 'omit' from source: magic vars 3057 1726773045.08467: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773045.10110: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773045.10342: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773045.10346: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773045.10349: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773045.10351: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773045.10401: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773045.10442: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773045.10478: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773045.10532: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773045.10563: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773045.10690: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773045.10716: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726773045.10725: when evaluation is False, skipping this task 3057 1726773045.10733: _execute() done 3057 1726773045.10743: dumping result to json 3057 1726773045.10750: done dumping result, returning 3057 1726773045.10761: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [02b512f9-4fcf-6140-6a9e-0000000009f2] 3057 1726773045.10771: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f2 skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 3057 1726773045.10934: no more pending results, returning what we have 3057 1726773045.11018: results queue empty 3057 1726773045.11020: checking for any_errors_fatal 3057 1726773045.11030: done checking for any_errors_fatal 3057 1726773045.11031: checking for max_fail_percentage 3057 1726773045.11032: done checking for max_fail_percentage 3057 1726773045.11033: checking to see if all hosts have failed and the running result is not ok 3057 1726773045.11034: done checking to see if all hosts have failed 3057 1726773045.11037: getting the remaining hosts for this loop 3057 1726773045.11039: done getting the remaining hosts for this loop 3057 1726773045.11044: getting the next task for host managed_node2 3057 1726773045.11051: done getting next task for host managed_node2 3057 1726773045.11056: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3057 1726773045.11060: ^ state is: HOST STATE: block=2, task=44, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773045.11079: getting variables 3057 1726773045.11081: in VariableManager get_vars() 3057 1726773045.11118: Calling all_inventory to load vars for managed_node2 3057 1726773045.11121: Calling groups_inventory to load vars for managed_node2 3057 1726773045.11123: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773045.11134: Calling all_plugins_play to load vars for managed_node2 3057 1726773045.11196: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773045.11202: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f2 3057 1726773045.11205: WORKER PROCESS EXITING 3057 1726773045.11210: Calling groups_plugins_play to load vars for managed_node2 3057 1726773045.11386: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773045.11524: done with get_vars() 3057 1726773045.11533: done getting variables 3057 1726773045.11581: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:10:45 -0400 (0:00:00.042) 0:01:29.854 **** 3057 1726773045.11608: entering _queue_task() for managed_node2/reboot 3057 1726773045.11823: worker is 1 (out of 1 available) 3057 1726773045.11838: exiting _queue_task() for managed_node2/reboot 3057 1726773045.11852: done queuing things up, now waiting for results queue to drain 3057 1726773045.11853: waiting for pending results... 3057 1726773045.12052: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3057 1726773045.12141: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009f3 3057 1726773045.12153: variable 'ansible_search_path' from source: unknown 3057 1726773045.12157: variable 'ansible_search_path' from source: unknown 3057 1726773045.12195: calling self._execute() 3057 1726773045.12269: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773045.12273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773045.12282: variable 'omit' from source: magic vars 3057 1726773045.12747: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773045.14729: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773045.15343: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773045.15348: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773045.15351: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773045.15353: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773045.15356: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773045.15359: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773045.15381: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773045.15437: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773045.15461: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773045.15586: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773045.15610: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726773045.15619: when evaluation is False, skipping this task 3057 1726773045.15627: _execute() done 3057 1726773045.15634: dumping result to json 3057 1726773045.15645: done dumping result, returning 3057 1726773045.15660: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [02b512f9-4fcf-6140-6a9e-0000000009f3] 3057 1726773045.15674: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f3 3057 1726773045.16041: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f3 3057 1726773045.16045: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3057 1726773045.16090: no more pending results, returning what we have 3057 1726773045.16093: results queue empty 3057 1726773045.16094: checking for any_errors_fatal 3057 1726773045.16103: done checking for any_errors_fatal 3057 1726773045.16104: checking for max_fail_percentage 3057 1726773045.16106: done checking for max_fail_percentage 3057 1726773045.16107: checking to see if all hosts have failed and the running result is not ok 3057 1726773045.16108: done checking to see if all hosts have failed 3057 1726773045.16109: getting the remaining hosts for this loop 3057 1726773045.16110: done getting the remaining hosts for this loop 3057 1726773045.16114: getting the next task for host managed_node2 3057 1726773045.16121: done getting next task for host managed_node2 3057 1726773045.16125: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3057 1726773045.16129: ^ state is: HOST STATE: block=2, task=44, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773045.16149: getting variables 3057 1726773045.16151: in VariableManager get_vars() 3057 1726773045.16191: Calling all_inventory to load vars for managed_node2 3057 1726773045.16194: Calling groups_inventory to load vars for managed_node2 3057 1726773045.16197: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773045.16207: Calling all_plugins_play to load vars for managed_node2 3057 1726773045.16210: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773045.16213: Calling groups_plugins_play to load vars for managed_node2 3057 1726773045.16504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773045.16717: done with get_vars() 3057 1726773045.16729: done getting variables 3057 1726773045.16795: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:10:45 -0400 (0:00:00.052) 0:01:29.906 **** 3057 1726773045.16829: entering _queue_task() for managed_node2/fail 3057 1726773045.17101: worker is 1 (out of 1 available) 3057 1726773045.17117: exiting _queue_task() for managed_node2/fail 3057 1726773045.17132: done queuing things up, now waiting for results queue to drain 3057 1726773045.17133: waiting for pending results... 3057 1726773045.17454: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3057 1726773045.17598: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009f4 3057 1726773045.17619: variable 'ansible_search_path' from source: unknown 3057 1726773045.17627: variable 'ansible_search_path' from source: unknown 3057 1726773045.17676: calling self._execute() 3057 1726773045.17779: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773045.17872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773045.17876: variable 'omit' from source: magic vars 3057 1726773045.18351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773045.21015: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773045.21098: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773045.21150: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773045.21193: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773045.21224: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773045.21322: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773045.21365: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773045.21397: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773045.21449: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773045.21475: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773045.21740: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773045.21743: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726773045.21746: when evaluation is False, skipping this task 3057 1726773045.21749: _execute() done 3057 1726773045.21751: dumping result to json 3057 1726773045.21753: done dumping result, returning 3057 1726773045.21756: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [02b512f9-4fcf-6140-6a9e-0000000009f4] 3057 1726773045.21758: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f4 3057 1726773045.21833: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f4 3057 1726773045.21839: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3057 1726773045.21888: no more pending results, returning what we have 3057 1726773045.21892: results queue empty 3057 1726773045.21893: checking for any_errors_fatal 3057 1726773045.21898: done checking for any_errors_fatal 3057 1726773045.21899: checking for max_fail_percentage 3057 1726773045.21900: done checking for max_fail_percentage 3057 1726773045.21901: checking to see if all hosts have failed and the running result is not ok 3057 1726773045.21902: done checking to see if all hosts have failed 3057 1726773045.21903: getting the remaining hosts for this loop 3057 1726773045.21905: done getting the remaining hosts for this loop 3057 1726773045.21909: getting the next task for host managed_node2 3057 1726773045.21919: done getting next task for host managed_node2 3057 1726773045.21924: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3057 1726773045.21926: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773045.21949: getting variables 3057 1726773045.21951: in VariableManager get_vars() 3057 1726773045.21997: Calling all_inventory to load vars for managed_node2 3057 1726773045.22000: Calling groups_inventory to load vars for managed_node2 3057 1726773045.22003: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773045.22015: Calling all_plugins_play to load vars for managed_node2 3057 1726773045.22019: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773045.22022: Calling groups_plugins_play to load vars for managed_node2 3057 1726773045.22412: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773045.22711: done with get_vars() 3057 1726773045.22723: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:10:45 -0400 (0:00:00.059) 0:01:29.966 **** 3057 1726773045.22815: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773045.23090: worker is 1 (out of 1 available) 3057 1726773045.23105: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773045.23120: done queuing things up, now waiting for results queue to drain 3057 1726773045.23122: waiting for pending results... 3057 1726773045.23559: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3057 1726773045.23573: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009f6 3057 1726773045.23597: variable 'ansible_search_path' from source: unknown 3057 1726773045.23606: variable 'ansible_search_path' from source: unknown 3057 1726773045.23660: calling self._execute() 3057 1726773045.23770: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773045.23782: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773045.23797: variable 'omit' from source: magic vars 3057 1726773045.23927: variable 'omit' from source: magic vars 3057 1726773045.23991: variable 'omit' from source: magic vars 3057 1726773045.24030: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3057 1726773045.24379: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3057 1726773045.24473: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773045.24641: variable 'omit' from source: magic vars 3057 1726773045.24645: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773045.24648: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773045.24651: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773045.24665: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773045.24683: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773045.24726: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773045.24747: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773045.24757: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773045.24848: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773045.24855: Set connection var ansible_pipelining to False 3057 1726773045.24859: Set connection var ansible_shell_type to sh 3057 1726773045.24861: Set connection var ansible_connection to ssh 3057 1726773045.24866: Set connection var ansible_timeout to 10 3057 1726773045.24875: Set connection var ansible_shell_executable to /bin/sh 3057 1726773045.24901: variable 'ansible_shell_executable' from source: unknown 3057 1726773045.24905: variable 'ansible_connection' from source: unknown 3057 1726773045.24907: variable 'ansible_module_compression' from source: unknown 3057 1726773045.24910: variable 'ansible_shell_type' from source: unknown 3057 1726773045.24912: variable 'ansible_shell_executable' from source: unknown 3057 1726773045.24914: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773045.24923: variable 'ansible_pipelining' from source: unknown 3057 1726773045.24926: variable 'ansible_timeout' from source: unknown 3057 1726773045.24936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773045.25085: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773045.25093: variable 'omit' from source: magic vars 3057 1726773045.25099: starting attempt loop 3057 1726773045.25102: running the handler 3057 1726773045.25118: _low_level_execute_command(): starting 3057 1726773045.25124: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773045.25646: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.25652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.25655: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.25657: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.25706: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773045.25710: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773045.25760: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773045.27553: stdout chunk (state=3): >>>/root <<< 3057 1726773045.27706: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773045.27772: stderr chunk (state=3): >>><<< 3057 1726773045.27775: stdout chunk (state=3): >>><<< 3057 1726773045.27791: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773045.27842: _low_level_execute_command(): starting 3057 1726773045.27846: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270 `" && echo ansible-tmp-1726773045.2779696-5787-176736770654270="` echo /root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270 `" ) && sleep 0' 3057 1726773045.28283: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.28287: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773045.28301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773045.28304: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773045.28307: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.28349: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773045.28353: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773045.28397: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773045.30448: stdout chunk (state=3): >>>ansible-tmp-1726773045.2779696-5787-176736770654270=/root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270 <<< 3057 1726773045.30564: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773045.30625: stderr chunk (state=3): >>><<< 3057 1726773045.30627: stdout chunk (state=3): >>><<< 3057 1726773045.30644: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773045.2779696-5787-176736770654270=/root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773045.30719: variable 'ansible_module_compression' from source: unknown 3057 1726773045.30730: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 3057 1726773045.30765: variable 'ansible_facts' from source: unknown 3057 1726773045.30831: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270/AnsiballZ_kernel_settings_get_config.py 3057 1726773045.30944: Sending initial data 3057 1726773045.30949: Sent initial data (173 bytes) 3057 1726773045.31428: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773045.31432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773045.31438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.31440: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.31442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.31495: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773045.31499: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773045.31505: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773045.31550: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773045.33260: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773045.33299: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773045.33339: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp6egd7o5i /root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270/AnsiballZ_kernel_settings_get_config.py <<< 3057 1726773045.33343: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773045.33381: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 3057 1726773045.33384: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp6egd7o5i" to remote "/root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773045.33895: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773045.33970: stderr chunk (state=3): >>><<< 3057 1726773045.33974: stdout chunk (state=3): >>><<< 3057 1726773045.33996: done transferring module to remote 3057 1726773045.34006: _low_level_execute_command(): starting 3057 1726773045.34012: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270/ /root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773045.34490: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773045.34494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773045.34496: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726773045.34503: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773045.34505: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.34558: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773045.34561: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773045.34564: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773045.34604: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773045.36532: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773045.36587: stderr chunk (state=3): >>><<< 3057 1726773045.36590: stdout chunk (state=3): >>><<< 3057 1726773045.36608: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773045.36611: _low_level_execute_command(): starting 3057 1726773045.36620: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773045.37096: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.37100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.37103: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.37105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.37156: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773045.37160: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773045.37214: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773045.54975: 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"}}} <<< 3057 1726773045.56740: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773045.56746: stdout chunk (state=3): >>><<< 3057 1726773045.56749: stderr chunk (state=3): >>><<< 3057 1726773045.56752: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773045.56756: 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-1726773045.2779696-5787-176736770654270/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773045.56759: _low_level_execute_command(): starting 3057 1726773045.56761: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773045.2779696-5787-176736770654270/ > /dev/null 2>&1 && sleep 0' 3057 1726773045.57430: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773045.57448: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773045.57460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.57478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773045.57501: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773045.57552: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.57623: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773045.57649: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773045.57673: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773045.57749: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773045.59767: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773045.59786: stderr chunk (state=3): >>><<< 3057 1726773045.59804: stdout chunk (state=3): >>><<< 3057 1726773045.59820: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773045.59840: handler run complete 3057 1726773045.59885: attempt loop complete, returning result 3057 1726773045.59890: _execute() done 3057 1726773045.59893: dumping result to json 3057 1726773045.59895: done dumping result, returning 3057 1726773045.59897: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [02b512f9-4fcf-6140-6a9e-0000000009f6] 3057 1726773045.59907: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f6 3057 1726773045.60064: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f6 3057 1726773045.60066: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 3057 1726773045.60164: no more pending results, returning what we have 3057 1726773045.60168: results queue empty 3057 1726773045.60169: checking for any_errors_fatal 3057 1726773045.60181: done checking for any_errors_fatal 3057 1726773045.60182: checking for max_fail_percentage 3057 1726773045.60183: done checking for max_fail_percentage 3057 1726773045.60185: checking to see if all hosts have failed and the running result is not ok 3057 1726773045.60185: done checking to see if all hosts have failed 3057 1726773045.60186: getting the remaining hosts for this loop 3057 1726773045.60192: done getting the remaining hosts for this loop 3057 1726773045.60197: getting the next task for host managed_node2 3057 1726773045.60209: done getting next task for host managed_node2 3057 1726773045.60213: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3057 1726773045.60217: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773045.60231: getting variables 3057 1726773045.60233: in VariableManager get_vars() 3057 1726773045.60483: Calling all_inventory to load vars for managed_node2 3057 1726773045.60487: Calling groups_inventory to load vars for managed_node2 3057 1726773045.60492: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773045.60503: Calling all_plugins_play to load vars for managed_node2 3057 1726773045.60506: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773045.60509: Calling groups_plugins_play to load vars for managed_node2 3057 1726773045.60812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773045.61054: done with get_vars() 3057 1726773045.61066: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:10:45 -0400 (0:00:00.383) 0:01:30.350 **** 3057 1726773045.61182: entering _queue_task() for managed_node2/stat 3057 1726773045.61694: worker is 1 (out of 1 available) 3057 1726773045.61710: exiting _queue_task() for managed_node2/stat 3057 1726773045.61724: done queuing things up, now waiting for results queue to drain 3057 1726773045.61725: waiting for pending results... 3057 1726773045.62157: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3057 1726773045.62255: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009f7 3057 1726773045.62259: variable 'ansible_search_path' from source: unknown 3057 1726773045.62262: variable 'ansible_search_path' from source: unknown 3057 1726773045.62275: variable '__prof_from_conf' from source: task vars 3057 1726773045.62651: variable '__prof_from_conf' from source: task vars 3057 1726773045.62899: variable '__data' from source: task vars 3057 1726773045.62998: variable '__kernel_settings_register_tuned_main' from source: set_fact 3057 1726773045.63353: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773045.63371: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773045.63444: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773045.63541: variable 'omit' from source: magic vars 3057 1726773045.63601: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773045.63618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773045.63636: variable 'omit' from source: magic vars 3057 1726773045.63950: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773045.70283: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773045.70404: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773045.70540: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773045.70544: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773045.70561: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773045.70649: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773045.70687: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773045.70724: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773045.70776: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773045.70798: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773045.70913: variable 'item' from source: unknown 3057 1726773045.70937: Evaluated conditional (item | length > 0): False 3057 1726773045.71061: when evaluation is False, skipping this task 3057 1726773045.71065: variable 'item' from source: unknown 3057 1726773045.71075: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 3057 1726773045.71441: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773045.71445: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773045.71448: variable 'omit' from source: magic vars 3057 1726773045.71522: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773045.71559: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773045.71597: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773045.71648: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773045.71675: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773045.71763: variable 'item' from source: unknown 3057 1726773045.71796: Evaluated conditional (item | length > 0): True 3057 1726773045.71846: variable 'omit' from source: magic vars 3057 1726773045.71913: variable 'omit' from source: magic vars 3057 1726773045.72173: variable 'item' from source: unknown 3057 1726773045.72176: variable 'item' from source: unknown 3057 1726773045.72184: variable 'omit' from source: magic vars 3057 1726773045.72217: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773045.72250: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773045.72332: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773045.72336: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773045.72341: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773045.72343: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773045.72345: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773045.72347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773045.72446: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773045.72463: Set connection var ansible_pipelining to False 3057 1726773045.72471: Set connection var ansible_shell_type to sh 3057 1726773045.72477: Set connection var ansible_connection to ssh 3057 1726773045.72487: Set connection var ansible_timeout to 10 3057 1726773045.72499: Set connection var ansible_shell_executable to /bin/sh 3057 1726773045.72528: variable 'ansible_shell_executable' from source: unknown 3057 1726773045.72540: variable 'ansible_connection' from source: unknown 3057 1726773045.72553: variable 'ansible_module_compression' from source: unknown 3057 1726773045.72562: variable 'ansible_shell_type' from source: unknown 3057 1726773045.72660: variable 'ansible_shell_executable' from source: unknown 3057 1726773045.72664: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773045.72672: variable 'ansible_pipelining' from source: unknown 3057 1726773045.72675: variable 'ansible_timeout' from source: unknown 3057 1726773045.72677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773045.72749: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773045.72759: variable 'omit' from source: magic vars 3057 1726773045.72762: starting attempt loop 3057 1726773045.72765: running the handler 3057 1726773045.72775: _low_level_execute_command(): starting 3057 1726773045.72786: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773045.73307: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.73311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.73313: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773045.73316: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.73373: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773045.73376: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773045.73379: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773045.73445: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773045.75247: stdout chunk (state=3): >>>/root <<< 3057 1726773045.75495: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773045.75498: stdout chunk (state=3): >>><<< 3057 1726773045.75501: stderr chunk (state=3): >>><<< 3057 1726773045.75540: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773045.75544: _low_level_execute_command(): starting 3057 1726773045.75554: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173 `" && echo ansible-tmp-1726773045.7552586-5803-4620107906173="` echo /root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173 `" ) && sleep 0' 3057 1726773045.76226: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.76231: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.76236: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.76238: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.76240: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773045.76241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773045.76262: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773045.76317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773045.78362: stdout chunk (state=3): >>>ansible-tmp-1726773045.7552586-5803-4620107906173=/root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173 <<< 3057 1726773045.78449: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773045.78514: stderr chunk (state=3): >>><<< 3057 1726773045.78517: stdout chunk (state=3): >>><<< 3057 1726773045.78534: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773045.7552586-5803-4620107906173=/root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773045.78574: variable 'ansible_module_compression' from source: unknown 3057 1726773045.78612: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773045.78639: variable 'ansible_facts' from source: unknown 3057 1726773045.78712: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173/AnsiballZ_stat.py 3057 1726773045.78842: Sending initial data 3057 1726773045.78845: Sent initial data (149 bytes) 3057 1726773045.79296: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.79299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773045.79307: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773045.79309: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.79311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.79365: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773045.79368: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773045.79374: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773045.79453: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773045.81064: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773045.81102: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773045.81170: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp889j3dae /root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173/AnsiballZ_stat.py <<< 3057 1726773045.81173: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173/AnsiballZ_stat.py" <<< 3057 1726773045.81211: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp889j3dae" to remote "/root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173/AnsiballZ_stat.py" <<< 3057 1726773045.81214: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173/AnsiballZ_stat.py" <<< 3057 1726773045.81752: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773045.81831: stderr chunk (state=3): >>><<< 3057 1726773045.81836: stdout chunk (state=3): >>><<< 3057 1726773045.81856: done transferring module to remote 3057 1726773045.81866: _low_level_execute_command(): starting 3057 1726773045.81871: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173/ /root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173/AnsiballZ_stat.py && sleep 0' 3057 1726773045.82328: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773045.82332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773045.82409: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773045.82413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773045.82416: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773045.82418: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.82420: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773045.82421: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773045.82444: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773045.82498: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773045.84378: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773045.84463: stderr chunk (state=3): >>><<< 3057 1726773045.84467: stdout chunk (state=3): >>><<< 3057 1726773045.84470: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773045.84473: _low_level_execute_command(): starting 3057 1726773045.84475: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173/AnsiballZ_stat.py && sleep 0' 3057 1726773045.85042: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773045.85046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.85050: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773045.85052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773045.85093: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773045.85102: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773045.85160: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773046.03234: 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": 4096, "inode": 262607, "dev": 51714, "nlink": 3, "atime": 1726772976.6601307, "mtime": 1726772974.1081133, "ctime": 1726772974.1081133, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3652884641", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3057 1726773046.05145: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773046.05151: stdout chunk (state=3): >>><<< 3057 1726773046.05154: stderr chunk (state=3): >>><<< 3057 1726773046.05156: _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": 4096, "inode": 262607, "dev": 51714, "nlink": 3, "atime": 1726772976.6601307, "mtime": 1726772974.1081133, "ctime": 1726772974.1081133, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3652884641", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773046.05160: 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-1726773045.7552586-5803-4620107906173/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773046.05162: _low_level_execute_command(): starting 3057 1726773046.05165: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773045.7552586-5803-4620107906173/ > /dev/null 2>&1 && sleep 0' 3057 1726773046.05801: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773046.05824: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773046.05948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773046.05971: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773046.06045: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773046.08033: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773046.08039: stdout chunk (state=3): >>><<< 3057 1726773046.08043: stderr chunk (state=3): >>><<< 3057 1726773046.08211: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773046.08215: handler run complete 3057 1726773046.08217: attempt loop complete, returning result 3057 1726773046.08219: variable 'item' from source: unknown 3057 1726773046.08242: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726772976.6601307, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772974.1081133, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262607, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726772974.1081133, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "3652884641", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3057 1726773046.08583: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773046.08586: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773046.08589: variable 'omit' from source: magic vars 3057 1726773046.08878: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773046.08882: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773046.08885: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773046.08887: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773046.08890: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773046.08892: variable 'item' from source: unknown 3057 1726773046.08894: Evaluated conditional (item | length > 0): True 3057 1726773046.08896: variable 'omit' from source: magic vars 3057 1726773046.08899: variable 'omit' from source: magic vars 3057 1726773046.08910: variable 'item' from source: unknown 3057 1726773046.08989: variable 'item' from source: unknown 3057 1726773046.09007: variable 'omit' from source: magic vars 3057 1726773046.09027: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773046.09038: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773046.09046: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773046.09069: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773046.09072: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773046.09075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773046.09172: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773046.09180: Set connection var ansible_pipelining to False 3057 1726773046.09183: Set connection var ansible_shell_type to sh 3057 1726773046.09186: Set connection var ansible_connection to ssh 3057 1726773046.09195: Set connection var ansible_timeout to 10 3057 1726773046.09204: Set connection var ansible_shell_executable to /bin/sh 3057 1726773046.09229: variable 'ansible_shell_executable' from source: unknown 3057 1726773046.09232: variable 'ansible_connection' from source: unknown 3057 1726773046.09236: variable 'ansible_module_compression' from source: unknown 3057 1726773046.09239: variable 'ansible_shell_type' from source: unknown 3057 1726773046.09241: variable 'ansible_shell_executable' from source: unknown 3057 1726773046.09244: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773046.09249: variable 'ansible_pipelining' from source: unknown 3057 1726773046.09251: variable 'ansible_timeout' from source: unknown 3057 1726773046.09256: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773046.09385: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773046.09397: variable 'omit' from source: magic vars 3057 1726773046.09401: starting attempt loop 3057 1726773046.09403: running the handler 3057 1726773046.09413: _low_level_execute_command(): starting 3057 1726773046.09416: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773046.10117: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773046.10152: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773046.10163: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773046.10253: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773046.10276: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773046.10353: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773046.12159: stdout chunk (state=3): >>>/root <<< 3057 1726773046.12384: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773046.12472: stderr chunk (state=3): >>><<< 3057 1726773046.12476: stdout chunk (state=3): >>><<< 3057 1726773046.12493: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773046.12561: _low_level_execute_command(): starting 3057 1726773046.12565: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559 `" && echo ansible-tmp-1726773046.1249967-5803-50782813188559="` echo /root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559 `" ) && sleep 0' 3057 1726773046.13176: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773046.13192: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773046.13225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773046.13338: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773046.13371: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773046.13460: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773046.15448: stdout chunk (state=3): >>>ansible-tmp-1726773046.1249967-5803-50782813188559=/root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559 <<< 3057 1726773046.15669: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773046.15673: stdout chunk (state=3): >>><<< 3057 1726773046.15676: stderr chunk (state=3): >>><<< 3057 1726773046.15698: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773046.1249967-5803-50782813188559=/root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773046.15751: variable 'ansible_module_compression' from source: unknown 3057 1726773046.15809: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773046.15836: variable 'ansible_facts' from source: unknown 3057 1726773046.15999: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559/AnsiballZ_stat.py 3057 1726773046.16171: Sending initial data 3057 1726773046.16174: Sent initial data (150 bytes) 3057 1726773046.16958: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773046.17081: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773046.17118: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773046.18739: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773046.18870: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773046.18913: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559/AnsiballZ_stat.py" <<< 3057 1726773046.18950: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpsuzgi0fk /root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559/AnsiballZ_stat.py <<< 3057 1726773046.19249: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpsuzgi0fk" to remote "/root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559/AnsiballZ_stat.py" <<< 3057 1726773046.19658: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773046.19764: stderr chunk (state=3): >>><<< 3057 1726773046.19767: stdout chunk (state=3): >>><<< 3057 1726773046.19793: done transferring module to remote 3057 1726773046.19803: _low_level_execute_command(): starting 3057 1726773046.19816: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559/ /root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559/AnsiballZ_stat.py && sleep 0' 3057 1726773046.20550: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773046.20585: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773046.20597: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773046.20613: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773046.20672: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773046.22550: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773046.22646: stderr chunk (state=3): >>><<< 3057 1726773046.22655: stdout chunk (state=3): >>><<< 3057 1726773046.22676: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773046.22683: _low_level_execute_command(): starting 3057 1726773046.22695: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559/AnsiballZ_stat.py && sleep 0' 3057 1726773046.23402: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773046.23456: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773046.23476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773046.23552: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773046.23590: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773046.23620: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773046.23704: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773046.41516: stdout chunk (state=3): >>> <<< 3057 1726773046.41522: 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": 4096, "inode": 262602, "dev": 51714, "nlink": 4, "atime": 1726772971.8100975, "mtime": 1726772982.7141726, "ctime": 1726772982.7141726, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1048239013", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3057 1726773046.43201: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773046.43266: stderr chunk (state=3): >>><<< 3057 1726773046.43270: stdout chunk (state=3): >>><<< 3057 1726773046.43286: _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": 4096, "inode": 262602, "dev": 51714, "nlink": 4, "atime": 1726772971.8100975, "mtime": 1726772982.7141726, "ctime": 1726772982.7141726, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1048239013", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773046.43324: 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-1726773046.1249967-5803-50782813188559/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773046.43331: _low_level_execute_command(): starting 3057 1726773046.43338: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773046.1249967-5803-50782813188559/ > /dev/null 2>&1 && sleep 0' 3057 1726773046.43804: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773046.43809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773046.43838: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773046.43842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773046.43898: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773046.43905: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773046.43908: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773046.43956: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773046.45864: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773046.45917: stderr chunk (state=3): >>><<< 3057 1726773046.45921: stdout chunk (state=3): >>><<< 3057 1726773046.45937: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773046.45943: handler run complete 3057 1726773046.45981: attempt loop complete, returning result 3057 1726773046.45999: variable 'item' from source: unknown 3057 1726773046.46064: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726772971.8100975, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772982.7141726, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262602, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726772982.7141726, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "1048239013", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3057 1726773046.46227: dumping result to json 3057 1726773046.46230: done dumping result, returning 3057 1726773046.46233: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [02b512f9-4fcf-6140-6a9e-0000000009f7] 3057 1726773046.46237: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f7 3057 1726773046.46471: no more pending results, returning what we have 3057 1726773046.46475: results queue empty 3057 1726773046.46476: checking for any_errors_fatal 3057 1726773046.46480: done checking for any_errors_fatal 3057 1726773046.46481: checking for max_fail_percentage 3057 1726773046.46482: done checking for max_fail_percentage 3057 1726773046.46483: checking to see if all hosts have failed and the running result is not ok 3057 1726773046.46484: done checking to see if all hosts have failed 3057 1726773046.46485: getting the remaining hosts for this loop 3057 1726773046.46486: done getting the remaining hosts for this loop 3057 1726773046.46489: getting the next task for host managed_node2 3057 1726773046.46494: done getting next task for host managed_node2 3057 1726773046.46497: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3057 1726773046.46500: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773046.46510: getting variables 3057 1726773046.46512: in VariableManager get_vars() 3057 1726773046.46543: Calling all_inventory to load vars for managed_node2 3057 1726773046.46545: Calling groups_inventory to load vars for managed_node2 3057 1726773046.46547: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773046.46553: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f7 3057 1726773046.46560: WORKER PROCESS EXITING 3057 1726773046.46569: Calling all_plugins_play to load vars for managed_node2 3057 1726773046.46572: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773046.46575: Calling groups_plugins_play to load vars for managed_node2 3057 1726773046.46686: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773046.46813: done with get_vars() 3057 1726773046.46822: done getting variables 3057 1726773046.46868: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:10:46 -0400 (0:00:00.857) 0:01:31.207 **** 3057 1726773046.46893: entering _queue_task() for managed_node2/set_fact 3057 1726773046.47113: worker is 1 (out of 1 available) 3057 1726773046.47130: exiting _queue_task() for managed_node2/set_fact 3057 1726773046.47146: done queuing things up, now waiting for results queue to drain 3057 1726773046.47148: waiting for pending results... 3057 1726773046.47345: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3057 1726773046.47426: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009f8 3057 1726773046.47442: variable 'ansible_search_path' from source: unknown 3057 1726773046.47446: variable 'ansible_search_path' from source: unknown 3057 1726773046.47479: calling self._execute() 3057 1726773046.47561: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773046.47564: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773046.47574: variable 'omit' from source: magic vars 3057 1726773046.47664: variable 'omit' from source: magic vars 3057 1726773046.47816: variable 'omit' from source: magic vars 3057 1726773046.48073: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773046.53171: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773046.53225: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773046.53255: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773046.53282: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773046.53305: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773046.53364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773046.53386: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773046.53408: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773046.53438: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773046.53449: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773046.53485: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773046.53506: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773046.53525: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773046.53553: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773046.53565: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773046.53613: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773046.53630: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773046.53650: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773046.53676: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773046.53687: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773046.53848: variable '__kernel_settings_find_profile_dirs' from source: set_fact 3057 1726773046.53918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773046.54033: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773046.54063: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773046.54099: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773046.54121: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773046.54157: 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) 3057 1726773046.54174: 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) 3057 1726773046.54195: 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) 3057 1726773046.54214: 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) 3057 1726773046.54256: variable 'omit' from source: magic vars 3057 1726773046.54276: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773046.54295: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773046.54307: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773046.54321: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773046.54328: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773046.54346: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773046.54349: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773046.54352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773046.54419: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773046.54426: Set connection var ansible_pipelining to False 3057 1726773046.54429: Set connection var ansible_shell_type to sh 3057 1726773046.54432: Set connection var ansible_connection to ssh 3057 1726773046.54443: Set connection var ansible_timeout to 10 3057 1726773046.54446: Set connection var ansible_shell_executable to /bin/sh 3057 1726773046.54467: variable 'ansible_shell_executable' from source: unknown 3057 1726773046.54470: variable 'ansible_connection' from source: unknown 3057 1726773046.54472: variable 'ansible_module_compression' from source: unknown 3057 1726773046.54477: variable 'ansible_shell_type' from source: unknown 3057 1726773046.54479: variable 'ansible_shell_executable' from source: unknown 3057 1726773046.54481: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773046.54483: variable 'ansible_pipelining' from source: unknown 3057 1726773046.54486: variable 'ansible_timeout' from source: unknown 3057 1726773046.54495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773046.54562: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773046.54570: variable 'omit' from source: magic vars 3057 1726773046.54575: starting attempt loop 3057 1726773046.54578: running the handler 3057 1726773046.54586: handler run complete 3057 1726773046.54598: attempt loop complete, returning result 3057 1726773046.54601: _execute() done 3057 1726773046.54603: dumping result to json 3057 1726773046.54606: done dumping result, returning 3057 1726773046.54740: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [02b512f9-4fcf-6140-6a9e-0000000009f8] 3057 1726773046.54743: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f8 3057 1726773046.54808: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f8 3057 1726773046.54811: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 3057 1726773046.54890: no more pending results, returning what we have 3057 1726773046.54893: results queue empty 3057 1726773046.54894: checking for any_errors_fatal 3057 1726773046.54905: done checking for any_errors_fatal 3057 1726773046.54906: checking for max_fail_percentage 3057 1726773046.54908: done checking for max_fail_percentage 3057 1726773046.54908: checking to see if all hosts have failed and the running result is not ok 3057 1726773046.54909: done checking to see if all hosts have failed 3057 1726773046.54910: getting the remaining hosts for this loop 3057 1726773046.54911: done getting the remaining hosts for this loop 3057 1726773046.54914: getting the next task for host managed_node2 3057 1726773046.54920: done getting next task for host managed_node2 3057 1726773046.54923: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3057 1726773046.54926: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773046.54940: getting variables 3057 1726773046.54941: in VariableManager get_vars() 3057 1726773046.54977: Calling all_inventory to load vars for managed_node2 3057 1726773046.54979: Calling groups_inventory to load vars for managed_node2 3057 1726773046.54981: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773046.54988: Calling all_plugins_play to load vars for managed_node2 3057 1726773046.54991: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773046.54993: Calling groups_plugins_play to load vars for managed_node2 3057 1726773046.55319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773046.55452: done with get_vars() 3057 1726773046.55459: done getting variables 3057 1726773046.55507: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:10:46 -0400 (0:00:00.086) 0:01:31.293 **** 3057 1726773046.55533: entering _queue_task() for managed_node2/service 3057 1726773046.55753: worker is 1 (out of 1 available) 3057 1726773046.55770: exiting _queue_task() for managed_node2/service 3057 1726773046.55784: done queuing things up, now waiting for results queue to drain 3057 1726773046.55786: waiting for pending results... 3057 1726773046.55983: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3057 1726773046.56084: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009f9 3057 1726773046.56098: variable 'ansible_search_path' from source: unknown 3057 1726773046.56101: variable 'ansible_search_path' from source: unknown 3057 1726773046.56145: variable '__kernel_settings_services' from source: include_vars 3057 1726773046.56436: variable '__kernel_settings_services' from source: include_vars 3057 1726773046.56500: variable 'omit' from source: magic vars 3057 1726773046.56603: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773046.56611: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773046.56621: variable 'omit' from source: magic vars 3057 1726773046.56686: variable 'omit' from source: magic vars 3057 1726773046.56723: variable 'omit' from source: magic vars 3057 1726773046.56758: variable 'item' from source: unknown 3057 1726773046.56825: variable 'item' from source: unknown 3057 1726773046.56846: variable 'omit' from source: magic vars 3057 1726773046.56881: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773046.56914: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773046.56930: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773046.56947: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773046.56957: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773046.56983: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773046.56989: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773046.56994: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773046.57065: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773046.57072: Set connection var ansible_pipelining to False 3057 1726773046.57076: Set connection var ansible_shell_type to sh 3057 1726773046.57078: Set connection var ansible_connection to ssh 3057 1726773046.57083: Set connection var ansible_timeout to 10 3057 1726773046.57092: Set connection var ansible_shell_executable to /bin/sh 3057 1726773046.57110: variable 'ansible_shell_executable' from source: unknown 3057 1726773046.57118: variable 'ansible_connection' from source: unknown 3057 1726773046.57121: variable 'ansible_module_compression' from source: unknown 3057 1726773046.57123: variable 'ansible_shell_type' from source: unknown 3057 1726773046.57125: variable 'ansible_shell_executable' from source: unknown 3057 1726773046.57128: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773046.57132: variable 'ansible_pipelining' from source: unknown 3057 1726773046.57135: variable 'ansible_timeout' from source: unknown 3057 1726773046.57141: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773046.57263: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773046.57272: variable 'omit' from source: magic vars 3057 1726773046.57278: starting attempt loop 3057 1726773046.57280: running the handler 3057 1726773046.57359: variable 'ansible_facts' from source: unknown 3057 1726773046.57456: _low_level_execute_command(): starting 3057 1726773046.57462: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773046.58255: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773046.58272: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773046.58292: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773046.58370: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773046.60246: stdout chunk (state=3): >>>/root <<< 3057 1726773046.60350: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773046.60413: stderr chunk (state=3): >>><<< 3057 1726773046.60417: stdout chunk (state=3): >>><<< 3057 1726773046.60441: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773046.60455: _low_level_execute_command(): starting 3057 1726773046.60464: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692 `" && echo ansible-tmp-1726773046.6044273-5843-18687119394692="` echo /root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692 `" ) && sleep 0' 3057 1726773046.61255: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773046.63254: stdout chunk (state=3): >>>ansible-tmp-1726773046.6044273-5843-18687119394692=/root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692 <<< 3057 1726773046.63374: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773046.63476: stderr chunk (state=3): >>><<< 3057 1726773046.63495: stdout chunk (state=3): >>><<< 3057 1726773046.63527: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773046.6044273-5843-18687119394692=/root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773046.63574: variable 'ansible_module_compression' from source: unknown 3057 1726773046.63646: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 3057 1726773046.63726: variable 'ansible_facts' from source: unknown 3057 1726773046.64066: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692/AnsiballZ_systemd.py 3057 1726773046.64373: Sending initial data 3057 1726773046.64377: Sent initial data (153 bytes) 3057 1726773046.64905: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773046.64946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773046.64949: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773046.64951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773046.65000: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773046.66633: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773046.66707: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773046.66713: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpgl8yk0_j /root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692/AnsiballZ_systemd.py <<< 3057 1726773046.66743: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692/AnsiballZ_systemd.py" <<< 3057 1726773046.66766: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 3057 1726773046.66799: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpgl8yk0_j" to remote "/root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692/AnsiballZ_systemd.py" <<< 3057 1726773046.68695: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773046.68764: stderr chunk (state=3): >>><<< 3057 1726773046.68774: stdout chunk (state=3): >>><<< 3057 1726773046.68811: done transferring module to remote 3057 1726773046.68827: _low_level_execute_command(): starting 3057 1726773046.68911: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692/ /root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692/AnsiballZ_systemd.py && sleep 0' 3057 1726773046.69462: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773046.69478: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773046.69492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773046.69514: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773046.69532: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773046.69548: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773046.69564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773046.69583: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773046.69597: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773046.69658: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773046.69708: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773046.69728: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773046.69754: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773046.69848: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773046.72081: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773046.72092: stdout chunk (state=3): >>><<< 3057 1726773046.72210: stderr chunk (state=3): >>><<< 3057 1726773046.72213: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773046.72217: _low_level_execute_command(): starting 3057 1726773046.72219: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692/AnsiballZ_systemd.py && sleep 0' 3057 1726773046.73559: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773046.73767: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773046.73841: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773046.73882: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773046.74119: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.06880: 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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "691", "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 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "MemoryCurrent": "20258816", "MemoryPeak": "20901888", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3466100736", "CPUUsageNSec": "242221000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPR<<< 3057 1726773047.06915: stdout chunk (state=3): >>>IO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "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 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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}}} <<< 3057 1726773047.09248: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773047.09252: stdout chunk (state=3): >>><<< 3057 1726773047.09255: stderr chunk (state=3): >>><<< 3057 1726773047.09258: _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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "691", "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 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "MemoryCurrent": "20258816", "MemoryPeak": "20901888", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3466100736", "CPUUsageNSec": "242221000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "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 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773047.14055: 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-1726773046.6044273-5843-18687119394692/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773047.14086: _low_level_execute_command(): starting 3057 1726773047.14098: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773046.6044273-5843-18687119394692/ > /dev/null 2>&1 && sleep 0' 3057 1726773047.14742: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773047.14760: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773047.14777: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773047.14799: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773047.14817: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773047.14830: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773047.14856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.14875: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773047.14888: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773047.14987: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.14999: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773047.15018: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.15097: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.17154: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773047.17171: stdout chunk (state=3): >>><<< 3057 1726773047.17187: stderr chunk (state=3): >>><<< 3057 1726773047.17210: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773047.17224: handler run complete 3057 1726773047.17309: attempt loop complete, returning result 3057 1726773047.17340: variable 'item' from source: unknown 3057 1726773047.17440: variable 'item' from source: unknown ok: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "242221000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; 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 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "691", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3466100736", "MemoryCurrent": "20258816", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "20901888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "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": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 3057 1726773047.18440: dumping result to json 3057 1726773047.18447: done dumping result, returning 3057 1726773047.18450: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [02b512f9-4fcf-6140-6a9e-0000000009f9] 3057 1726773047.18453: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f9 3057 1726773047.22674: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009f9 3057 1726773047.22678: WORKER PROCESS EXITING 3057 1726773047.22767: no more pending results, returning what we have 3057 1726773047.22769: results queue empty 3057 1726773047.22769: checking for any_errors_fatal 3057 1726773047.22772: done checking for any_errors_fatal 3057 1726773047.22772: checking for max_fail_percentage 3057 1726773047.22773: done checking for max_fail_percentage 3057 1726773047.22773: checking to see if all hosts have failed and the running result is not ok 3057 1726773047.22774: done checking to see if all hosts have failed 3057 1726773047.22774: getting the remaining hosts for this loop 3057 1726773047.22775: done getting the remaining hosts for this loop 3057 1726773047.22777: getting the next task for host managed_node2 3057 1726773047.22780: done getting next task for host managed_node2 3057 1726773047.22782: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3057 1726773047.22784: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773047.22792: getting variables 3057 1726773047.22793: in VariableManager get_vars() 3057 1726773047.22807: Calling all_inventory to load vars for managed_node2 3057 1726773047.22809: Calling groups_inventory to load vars for managed_node2 3057 1726773047.22810: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773047.22815: Calling all_plugins_play to load vars for managed_node2 3057 1726773047.22816: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773047.22818: Calling groups_plugins_play to load vars for managed_node2 3057 1726773047.22913: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773047.23044: done with get_vars() 3057 1726773047.23050: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:10:47 -0400 (0:00:00.675) 0:01:31.969 **** 3057 1726773047.23113: entering _queue_task() for managed_node2/file 3057 1726773047.23344: worker is 1 (out of 1 available) 3057 1726773047.23359: exiting _queue_task() for managed_node2/file 3057 1726773047.23372: done queuing things up, now waiting for results queue to drain 3057 1726773047.23374: waiting for pending results... 3057 1726773047.23570: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3057 1726773047.23660: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009fa 3057 1726773047.23674: variable 'ansible_search_path' from source: unknown 3057 1726773047.23678: variable 'ansible_search_path' from source: unknown 3057 1726773047.23712: calling self._execute() 3057 1726773047.23812: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773047.23821: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773047.24041: variable 'omit' from source: magic vars 3057 1726773047.24044: variable 'omit' from source: magic vars 3057 1726773047.24048: variable 'omit' from source: magic vars 3057 1726773047.24055: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773047.24402: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773047.24515: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773047.24528: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773047.24585: variable 'omit' from source: magic vars 3057 1726773047.24631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773047.24679: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773047.24706: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773047.24731: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773047.24752: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773047.24791: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773047.24801: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773047.24811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773047.24922: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773047.24942: Set connection var ansible_pipelining to False 3057 1726773047.24951: Set connection var ansible_shell_type to sh 3057 1726773047.24960: Set connection var ansible_connection to ssh 3057 1726773047.24971: Set connection var ansible_timeout to 10 3057 1726773047.24983: Set connection var ansible_shell_executable to /bin/sh 3057 1726773047.25013: variable 'ansible_shell_executable' from source: unknown 3057 1726773047.25021: variable 'ansible_connection' from source: unknown 3057 1726773047.25029: variable 'ansible_module_compression' from source: unknown 3057 1726773047.25038: variable 'ansible_shell_type' from source: unknown 3057 1726773047.25045: variable 'ansible_shell_executable' from source: unknown 3057 1726773047.25053: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773047.25062: variable 'ansible_pipelining' from source: unknown 3057 1726773047.25069: variable 'ansible_timeout' from source: unknown 3057 1726773047.25078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773047.25285: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773047.25295: variable 'omit' from source: magic vars 3057 1726773047.25302: starting attempt loop 3057 1726773047.25305: running the handler 3057 1726773047.25322: _low_level_execute_command(): starting 3057 1726773047.25330: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773047.25857: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773047.25865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773047.25869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.25926: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.25930: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773047.25936: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.25975: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.27726: stdout chunk (state=3): >>>/root <<< 3057 1726773047.27960: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773047.27963: stdout chunk (state=3): >>><<< 3057 1726773047.27966: stderr chunk (state=3): >>><<< 3057 1726773047.28091: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773047.28095: _low_level_execute_command(): starting 3057 1726773047.28098: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614 `" && echo ansible-tmp-1726773047.279917-5870-157626136974614="` echo /root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614 `" ) && sleep 0' 3057 1726773047.28693: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773047.28710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773047.28736: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.28786: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.28793: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773047.28795: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.28833: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.30861: stdout chunk (state=3): >>>ansible-tmp-1726773047.279917-5870-157626136974614=/root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614 <<< 3057 1726773047.30979: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773047.31037: stderr chunk (state=3): >>><<< 3057 1726773047.31041: stdout chunk (state=3): >>><<< 3057 1726773047.31060: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773047.279917-5870-157626136974614=/root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773047.31243: variable 'ansible_module_compression' from source: unknown 3057 1726773047.31246: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773047.31249: variable 'ansible_facts' from source: unknown 3057 1726773047.31327: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614/AnsiballZ_file.py 3057 1726773047.31478: Sending initial data 3057 1726773047.31580: Sent initial data (150 bytes) 3057 1726773047.32126: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773047.32152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773047.32172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.32204: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.32217: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.32261: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.33927: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773047.33973: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614/AnsiballZ_file.py" <<< 3057 1726773047.34062: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp0d6jg2m2 /root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614/AnsiballZ_file.py <<< 3057 1726773047.34066: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp0d6jg2m2" to remote "/root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614/AnsiballZ_file.py" <<< 3057 1726773047.34840: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773047.34843: stderr chunk (state=3): >>><<< 3057 1726773047.34846: stdout chunk (state=3): >>><<< 3057 1726773047.34860: done transferring module to remote 3057 1726773047.34865: _low_level_execute_command(): starting 3057 1726773047.34871: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614/ /root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614/AnsiballZ_file.py && sleep 0' 3057 1726773047.35355: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773047.35381: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773047.35384: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773047.35387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.35441: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.35452: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.35489: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.37339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773047.37396: stderr chunk (state=3): >>><<< 3057 1726773047.37399: stdout chunk (state=3): >>><<< 3057 1726773047.37413: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773047.37416: _low_level_execute_command(): starting 3057 1726773047.37426: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614/AnsiballZ_file.py && sleep 0' 3057 1726773047.37907: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773047.37912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.37914: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773047.37917: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.37977: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.37981: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773047.37987: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.38028: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.56426: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "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}}} <<< 3057 1726773047.57973: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773047.58037: stderr chunk (state=3): >>><<< 3057 1726773047.58042: stdout chunk (state=3): >>><<< 3057 1726773047.58060: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773047.58099: 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-1726773047.279917-5870-157626136974614/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773047.58108: _low_level_execute_command(): starting 3057 1726773047.58114: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773047.279917-5870-157626136974614/ > /dev/null 2>&1 && sleep 0' 3057 1726773047.58597: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773047.58601: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.58619: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.58677: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.58680: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773047.58687: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.58729: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.60680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773047.60742: stderr chunk (state=3): >>><<< 3057 1726773047.60747: stdout chunk (state=3): >>><<< 3057 1726773047.60759: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773047.60766: handler run complete 3057 1726773047.60786: attempt loop complete, returning result 3057 1726773047.60788: _execute() done 3057 1726773047.60797: dumping result to json 3057 1726773047.60803: done dumping result, returning 3057 1726773047.60811: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [02b512f9-4fcf-6140-6a9e-0000000009fa] 3057 1726773047.60817: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009fa 3057 1726773047.60926: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009fa 3057 1726773047.60928: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } 3057 1726773047.61021: no more pending results, returning what we have 3057 1726773047.61024: results queue empty 3057 1726773047.61025: checking for any_errors_fatal 3057 1726773047.61050: done checking for any_errors_fatal 3057 1726773047.61051: checking for max_fail_percentage 3057 1726773047.61052: done checking for max_fail_percentage 3057 1726773047.61053: checking to see if all hosts have failed and the running result is not ok 3057 1726773047.61054: done checking to see if all hosts have failed 3057 1726773047.61054: getting the remaining hosts for this loop 3057 1726773047.61056: done getting the remaining hosts for this loop 3057 1726773047.61060: getting the next task for host managed_node2 3057 1726773047.61065: done getting next task for host managed_node2 3057 1726773047.61068: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3057 1726773047.61071: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773047.61082: getting variables 3057 1726773047.61083: in VariableManager get_vars() 3057 1726773047.61120: Calling all_inventory to load vars for managed_node2 3057 1726773047.61122: Calling groups_inventory to load vars for managed_node2 3057 1726773047.61125: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773047.61133: Calling all_plugins_play to load vars for managed_node2 3057 1726773047.61138: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773047.61141: Calling groups_plugins_play to load vars for managed_node2 3057 1726773047.61276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773047.61410: done with get_vars() 3057 1726773047.61418: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:10:47 -0400 (0:00:00.383) 0:01:32.353 **** 3057 1726773047.61493: entering _queue_task() for managed_node2/slurp 3057 1726773047.61699: worker is 1 (out of 1 available) 3057 1726773047.61714: exiting _queue_task() for managed_node2/slurp 3057 1726773047.61728: done queuing things up, now waiting for results queue to drain 3057 1726773047.61730: waiting for pending results... 3057 1726773047.61927: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3057 1726773047.62015: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009fb 3057 1726773047.62027: variable 'ansible_search_path' from source: unknown 3057 1726773047.62031: variable 'ansible_search_path' from source: unknown 3057 1726773047.62068: calling self._execute() 3057 1726773047.62147: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773047.62151: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773047.62162: variable 'omit' from source: magic vars 3057 1726773047.62255: variable 'omit' from source: magic vars 3057 1726773047.62301: variable 'omit' from source: magic vars 3057 1726773047.62327: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773047.62582: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773047.62647: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773047.62676: variable 'omit' from source: magic vars 3057 1726773047.62713: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773047.62749: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773047.62766: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773047.62846: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773047.62855: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773047.62881: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773047.62884: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773047.62887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773047.62962: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773047.62970: Set connection var ansible_pipelining to False 3057 1726773047.62973: Set connection var ansible_shell_type to sh 3057 1726773047.62975: Set connection var ansible_connection to ssh 3057 1726773047.62981: Set connection var ansible_timeout to 10 3057 1726773047.62988: Set connection var ansible_shell_executable to /bin/sh 3057 1726773047.63009: variable 'ansible_shell_executable' from source: unknown 3057 1726773047.63013: variable 'ansible_connection' from source: unknown 3057 1726773047.63015: variable 'ansible_module_compression' from source: unknown 3057 1726773047.63018: variable 'ansible_shell_type' from source: unknown 3057 1726773047.63020: variable 'ansible_shell_executable' from source: unknown 3057 1726773047.63022: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773047.63027: variable 'ansible_pipelining' from source: unknown 3057 1726773047.63029: variable 'ansible_timeout' from source: unknown 3057 1726773047.63034: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773047.63197: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773047.63207: variable 'omit' from source: magic vars 3057 1726773047.63212: starting attempt loop 3057 1726773047.63215: running the handler 3057 1726773047.63228: _low_level_execute_command(): starting 3057 1726773047.63234: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773047.63775: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773047.63779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.63782: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773047.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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.63843: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.63846: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773047.63850: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.63898: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.65684: stdout chunk (state=3): >>>/root <<< 3057 1726773047.65790: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773047.65853: stderr chunk (state=3): >>><<< 3057 1726773047.65856: stdout chunk (state=3): >>><<< 3057 1726773047.65877: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773047.65892: _low_level_execute_command(): starting 3057 1726773047.65896: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830 `" && echo ansible-tmp-1726773047.6587777-5883-256021055944830="` echo /root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830 `" ) && sleep 0' 3057 1726773047.66391: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773047.66395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.66405: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773047.66408: 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 <<< 3057 1726773047.66410: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.66459: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.66462: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.66515: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.68541: stdout chunk (state=3): >>>ansible-tmp-1726773047.6587777-5883-256021055944830=/root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830 <<< 3057 1726773047.68652: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773047.68714: stderr chunk (state=3): >>><<< 3057 1726773047.68717: stdout chunk (state=3): >>><<< 3057 1726773047.68737: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773047.6587777-5883-256021055944830=/root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773047.68781: variable 'ansible_module_compression' from source: unknown 3057 1726773047.68818: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 3057 1726773047.68855: variable 'ansible_facts' from source: unknown 3057 1726773047.68908: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830/AnsiballZ_slurp.py 3057 1726773047.69017: Sending initial data 3057 1726773047.69020: Sent initial data (152 bytes) 3057 1726773047.69508: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773047.69513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773047.69515: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773047.69518: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773047.69520: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.69576: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.69579: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773047.69585: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.69621: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.71225: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773047.71261: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773047.71301: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpjr3lsh09 /root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830/AnsiballZ_slurp.py <<< 3057 1726773047.71305: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830/AnsiballZ_slurp.py" <<< 3057 1726773047.71344: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpjr3lsh09" to remote "/root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830/AnsiballZ_slurp.py" <<< 3057 1726773047.71349: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830/AnsiballZ_slurp.py" <<< 3057 1726773047.71862: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773047.71941: stderr chunk (state=3): >>><<< 3057 1726773047.71945: stdout chunk (state=3): >>><<< 3057 1726773047.71965: done transferring module to remote 3057 1726773047.71975: _low_level_execute_command(): starting 3057 1726773047.71980: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830/ /root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830/AnsiballZ_slurp.py && sleep 0' 3057 1726773047.72471: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773047.72474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.72478: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773047.72485: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.72538: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.72542: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773047.72548: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.72592: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.74404: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773047.74465: stderr chunk (state=3): >>><<< 3057 1726773047.74468: stdout chunk (state=3): >>><<< 3057 1726773047.74482: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773047.74485: _low_level_execute_command(): starting 3057 1726773047.74493: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830/AnsiballZ_slurp.py && sleep 0' 3057 1726773047.75129: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.75152: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773047.75172: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.75282: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.91734: 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"}}} <<< 3057 1726773047.93114: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773047.93178: stderr chunk (state=3): >>><<< 3057 1726773047.93181: stdout chunk (state=3): >>><<< 3057 1726773047.93200: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773047.93226: 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-1726773047.6587777-5883-256021055944830/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773047.93239: _low_level_execute_command(): starting 3057 1726773047.93245: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773047.6587777-5883-256021055944830/ > /dev/null 2>&1 && sleep 0' 3057 1726773047.93721: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773047.93725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.93727: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773047.93730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773047.93791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773047.93798: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773047.93809: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773047.93839: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773047.95755: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773047.95791: stderr chunk (state=3): >>><<< 3057 1726773047.95795: stdout chunk (state=3): >>><<< 3057 1726773047.95811: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773047.95817: handler run complete 3057 1726773047.95832: attempt loop complete, returning result 3057 1726773047.95837: _execute() done 3057 1726773047.95845: dumping result to json 3057 1726773047.95848: done dumping result, returning 3057 1726773047.95856: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [02b512f9-4fcf-6140-6a9e-0000000009fb] 3057 1726773047.95862: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009fb 3057 1726773047.95967: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009fb 3057 1726773047.95970: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 3057 1726773047.96052: no more pending results, returning what we have 3057 1726773047.96056: results queue empty 3057 1726773047.96057: checking for any_errors_fatal 3057 1726773047.96065: done checking for any_errors_fatal 3057 1726773047.96066: checking for max_fail_percentage 3057 1726773047.96068: done checking for max_fail_percentage 3057 1726773047.96068: checking to see if all hosts have failed and the running result is not ok 3057 1726773047.96069: done checking to see if all hosts have failed 3057 1726773047.96070: getting the remaining hosts for this loop 3057 1726773047.96072: done getting the remaining hosts for this loop 3057 1726773047.96075: getting the next task for host managed_node2 3057 1726773047.96083: done getting next task for host managed_node2 3057 1726773047.96089: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3057 1726773047.96092: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773047.96102: getting variables 3057 1726773047.96104: in VariableManager get_vars() 3057 1726773047.96144: Calling all_inventory to load vars for managed_node2 3057 1726773047.96147: Calling groups_inventory to load vars for managed_node2 3057 1726773047.96149: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773047.96158: Calling all_plugins_play to load vars for managed_node2 3057 1726773047.96161: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773047.96164: Calling groups_plugins_play to load vars for managed_node2 3057 1726773047.96286: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773047.96478: done with get_vars() 3057 1726773047.96489: done getting variables 3057 1726773047.96534: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:10:47 -0400 (0:00:00.350) 0:01:32.704 **** 3057 1726773047.96560: entering _queue_task() for managed_node2/set_fact 3057 1726773047.96781: worker is 1 (out of 1 available) 3057 1726773047.96798: exiting _queue_task() for managed_node2/set_fact 3057 1726773047.96812: done queuing things up, now waiting for results queue to drain 3057 1726773047.96814: waiting for pending results... 3057 1726773047.97006: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3057 1726773047.97090: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009fc 3057 1726773047.97101: variable 'ansible_search_path' from source: unknown 3057 1726773047.97105: variable 'ansible_search_path' from source: unknown 3057 1726773047.97141: calling self._execute() 3057 1726773047.97224: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773047.97228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773047.97238: variable 'omit' from source: magic vars 3057 1726773047.97329: variable 'omit' from source: magic vars 3057 1726773047.97373: variable 'omit' from source: magic vars 3057 1726773047.97720: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773047.97728: variable '__cur_profile' from source: task vars 3057 1726773047.97847: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773047.99466: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773047.99515: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773047.99544: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773047.99572: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773047.99594: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773047.99673: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773047.99695: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773047.99715: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773047.99745: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773047.99758: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773047.99848: variable '__kernel_settings_tuned_current_profile' from source: set_fact 3057 1726773047.99895: variable 'omit' from source: magic vars 3057 1726773047.99917: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773047.99941: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773047.99956: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773047.99970: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773047.99979: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773048.00008: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773048.00011: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773048.00014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773048.00086: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773048.00093: Set connection var ansible_pipelining to False 3057 1726773048.00097: Set connection var ansible_shell_type to sh 3057 1726773048.00100: Set connection var ansible_connection to ssh 3057 1726773048.00107: Set connection var ansible_timeout to 10 3057 1726773048.00113: Set connection var ansible_shell_executable to /bin/sh 3057 1726773048.00136: variable 'ansible_shell_executable' from source: unknown 3057 1726773048.00139: variable 'ansible_connection' from source: unknown 3057 1726773048.00142: variable 'ansible_module_compression' from source: unknown 3057 1726773048.00145: variable 'ansible_shell_type' from source: unknown 3057 1726773048.00148: variable 'ansible_shell_executable' from source: unknown 3057 1726773048.00151: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773048.00156: variable 'ansible_pipelining' from source: unknown 3057 1726773048.00158: variable 'ansible_timeout' from source: unknown 3057 1726773048.00163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773048.00243: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773048.00253: variable 'omit' from source: magic vars 3057 1726773048.00258: starting attempt loop 3057 1726773048.00261: running the handler 3057 1726773048.00272: handler run complete 3057 1726773048.00280: attempt loop complete, returning result 3057 1726773048.00283: _execute() done 3057 1726773048.00286: dumping result to json 3057 1726773048.00291: done dumping result, returning 3057 1726773048.00297: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [02b512f9-4fcf-6140-6a9e-0000000009fc] 3057 1726773048.00301: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009fc 3057 1726773048.00393: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009fc 3057 1726773048.00396: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 3057 1726773048.00503: no more pending results, returning what we have 3057 1726773048.00506: results queue empty 3057 1726773048.00507: checking for any_errors_fatal 3057 1726773048.00514: done checking for any_errors_fatal 3057 1726773048.00515: checking for max_fail_percentage 3057 1726773048.00516: done checking for max_fail_percentage 3057 1726773048.00517: checking to see if all hosts have failed and the running result is not ok 3057 1726773048.00518: done checking to see if all hosts have failed 3057 1726773048.00519: getting the remaining hosts for this loop 3057 1726773048.00520: done getting the remaining hosts for this loop 3057 1726773048.00524: getting the next task for host managed_node2 3057 1726773048.00529: done getting next task for host managed_node2 3057 1726773048.00533: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3057 1726773048.00538: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773048.00555: getting variables 3057 1726773048.00557: in VariableManager get_vars() 3057 1726773048.00594: Calling all_inventory to load vars for managed_node2 3057 1726773048.00597: Calling groups_inventory to load vars for managed_node2 3057 1726773048.00599: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773048.00607: Calling all_plugins_play to load vars for managed_node2 3057 1726773048.00609: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773048.00612: Calling groups_plugins_play to load vars for managed_node2 3057 1726773048.00748: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773048.00886: done with get_vars() 3057 1726773048.00897: done getting variables 3057 1726773048.00944: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:10:48 -0400 (0:00:00.044) 0:01:32.748 **** 3057 1726773048.00970: entering _queue_task() for managed_node2/copy 3057 1726773048.01191: worker is 1 (out of 1 available) 3057 1726773048.01206: exiting _queue_task() for managed_node2/copy 3057 1726773048.01220: done queuing things up, now waiting for results queue to drain 3057 1726773048.01222: waiting for pending results... 3057 1726773048.01417: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3057 1726773048.01503: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009fd 3057 1726773048.01517: variable 'ansible_search_path' from source: unknown 3057 1726773048.01521: variable 'ansible_search_path' from source: unknown 3057 1726773048.01556: calling self._execute() 3057 1726773048.01639: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773048.01643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773048.01652: variable 'omit' from source: magic vars 3057 1726773048.01743: variable 'omit' from source: magic vars 3057 1726773048.01786: variable 'omit' from source: magic vars 3057 1726773048.01810: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726773048.02067: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726773048.02093: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773048.02206: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773048.02264: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773048.02291: variable 'omit' from source: magic vars 3057 1726773048.02325: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773048.02360: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773048.02377: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773048.02394: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773048.02404: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773048.02431: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773048.02434: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773048.02442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773048.02513: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773048.02520: Set connection var ansible_pipelining to False 3057 1726773048.02523: Set connection var ansible_shell_type to sh 3057 1726773048.02526: Set connection var ansible_connection to ssh 3057 1726773048.02531: Set connection var ansible_timeout to 10 3057 1726773048.02540: Set connection var ansible_shell_executable to /bin/sh 3057 1726773048.02561: variable 'ansible_shell_executable' from source: unknown 3057 1726773048.02564: variable 'ansible_connection' from source: unknown 3057 1726773048.02567: variable 'ansible_module_compression' from source: unknown 3057 1726773048.02569: variable 'ansible_shell_type' from source: unknown 3057 1726773048.02571: variable 'ansible_shell_executable' from source: unknown 3057 1726773048.02574: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773048.02579: variable 'ansible_pipelining' from source: unknown 3057 1726773048.02582: variable 'ansible_timeout' from source: unknown 3057 1726773048.02585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773048.02697: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773048.02706: variable 'omit' from source: magic vars 3057 1726773048.02713: starting attempt loop 3057 1726773048.02716: running the handler 3057 1726773048.02728: _low_level_execute_command(): starting 3057 1726773048.02734: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773048.03288: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773048.03292: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.03295: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773048.03298: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.03349: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773048.03366: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.03411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.05130: stdout chunk (state=3): >>>/root <<< 3057 1726773048.05238: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773048.05304: stderr chunk (state=3): >>><<< 3057 1726773048.05307: stdout chunk (state=3): >>><<< 3057 1726773048.05329: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773048.05343: _low_level_execute_command(): starting 3057 1726773048.05350: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649 `" && echo ansible-tmp-1726773048.0533001-5895-50354739519649="` echo /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649 `" ) && sleep 0' 3057 1726773048.05817: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773048.05839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773048.05860: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773048.05864: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.05924: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773048.05928: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773048.05937: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.05974: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.07945: stdout chunk (state=3): >>>ansible-tmp-1726773048.0533001-5895-50354739519649=/root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649 <<< 3057 1726773048.08055: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773048.08119: stderr chunk (state=3): >>><<< 3057 1726773048.08123: stdout chunk (state=3): >>><<< 3057 1726773048.08145: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773048.0533001-5895-50354739519649=/root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773048.08225: variable 'ansible_module_compression' from source: unknown 3057 1726773048.08268: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773048.08305: variable 'ansible_facts' from source: unknown 3057 1726773048.08364: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_stat.py 3057 1726773048.08464: Sending initial data 3057 1726773048.08468: Sent initial data (150 bytes) 3057 1726773048.08960: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773048.08964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.08966: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773048.08968: 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 <<< 3057 1726773048.08972: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.09026: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773048.09029: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773048.09031: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.09072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.10676: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773048.10728: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773048.10791: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpftqv2bpe /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_stat.py <<< 3057 1726773048.10801: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_stat.py" <<< 3057 1726773048.10832: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpftqv2bpe" to remote "/root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_stat.py" <<< 3057 1726773048.10837: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_stat.py" <<< 3057 1726773048.11376: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773048.11455: stderr chunk (state=3): >>><<< 3057 1726773048.11460: stdout chunk (state=3): >>><<< 3057 1726773048.11482: done transferring module to remote 3057 1726773048.11493: _low_level_execute_command(): starting 3057 1726773048.11499: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/ /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_stat.py && sleep 0' 3057 1726773048.11989: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773048.11994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773048.11997: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726773048.12003: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773048.12005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.12057: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773048.12060: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773048.12065: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.12102: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.13950: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773048.14008: stderr chunk (state=3): >>><<< 3057 1726773048.14012: stdout chunk (state=3): >>><<< 3057 1726773048.14027: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773048.14030: _low_level_execute_command(): starting 3057 1726773048.14038: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_stat.py && sleep 0' 3057 1726773048.14522: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773048.14525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.14528: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773048.14530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.14586: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773048.14593: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.14643: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.32580: 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": 262942, "dev": 51714, "nlink": 1, "atime": 1726773047.9156456, "mtime": 1726773040.5885727, "ctime": 1726773040.5885727, "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": "3558383755", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773048.34220: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773048.34283: stderr chunk (state=3): >>><<< 3057 1726773048.34286: stdout chunk (state=3): >>><<< 3057 1726773048.34303: _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": 262942, "dev": 51714, "nlink": 1, "atime": 1726773047.9156456, "mtime": 1726773040.5885727, "ctime": 1726773040.5885727, "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": "3558383755", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773048.34353: 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-1726773048.0533001-5895-50354739519649/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773048.34397: variable 'ansible_module_compression' from source: unknown 3057 1726773048.34430: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773048.34452: variable 'ansible_facts' from source: unknown 3057 1726773048.34501: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_file.py 3057 1726773048.34601: Sending initial data 3057 1726773048.34605: Sent initial data (150 bytes) 3057 1726773048.35097: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773048.35100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.35103: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773048.35105: 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 <<< 3057 1726773048.35108: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.35162: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773048.35166: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773048.35173: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.35215: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.36916: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3057 1726773048.36953: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773048.36994: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp_70q1i6u /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_file.py <<< 3057 1726773048.36998: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_file.py" <<< 3057 1726773048.37040: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp_70q1i6u" to remote "/root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_file.py" <<< 3057 1726773048.37042: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_file.py" <<< 3057 1726773048.37573: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773048.37652: stderr chunk (state=3): >>><<< 3057 1726773048.37656: stdout chunk (state=3): >>><<< 3057 1726773048.37677: done transferring module to remote 3057 1726773048.37685: _low_level_execute_command(): starting 3057 1726773048.37694: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/ /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_file.py && sleep 0' 3057 1726773048.38175: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773048.38178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773048.38183: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.38185: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773048.38190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.38246: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773048.38254: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773048.38256: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.38290: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.40109: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773048.40168: stderr chunk (state=3): >>><<< 3057 1726773048.40172: stdout chunk (state=3): >>><<< 3057 1726773048.40187: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773048.40192: _low_level_execute_command(): starting 3057 1726773048.40195: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/AnsiballZ_file.py && sleep 0' 3057 1726773048.40685: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773048.40689: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.40696: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773048.40698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773048.40701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.40742: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773048.40756: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.40806: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.58394: stdout chunk (state=3): >>> {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".xzb8gjy9", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726773048.59962: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773048.60058: stderr chunk (state=3): >>><<< 3057 1726773048.60062: stdout chunk (state=3): >>><<< 3057 1726773048.60219: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".xzb8gjy9", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773048.60224: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.xzb8gjy9', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773048.60227: _low_level_execute_command(): starting 3057 1726773048.60229: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773048.0533001-5895-50354739519649/ > /dev/null 2>&1 && sleep 0' 3057 1726773048.60907: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.60981: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773048.61017: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773048.61058: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.61130: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.63145: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773048.63149: stdout chunk (state=3): >>><<< 3057 1726773048.63152: stderr chunk (state=3): >>><<< 3057 1726773048.63488: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773048.63497: handler run complete 3057 1726773048.63500: attempt loop complete, returning result 3057 1726773048.63502: _execute() done 3057 1726773048.63504: dumping result to json 3057 1726773048.63507: done dumping result, returning 3057 1726773048.63510: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [02b512f9-4fcf-6140-6a9e-0000000009fd] 3057 1726773048.63512: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009fd 3057 1726773048.63595: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009fd 3057 1726773048.63598: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/active_profile", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "state": "file", "uid": 0 } 3057 1726773048.63849: no more pending results, returning what we have 3057 1726773048.63853: results queue empty 3057 1726773048.63854: checking for any_errors_fatal 3057 1726773048.63859: done checking for any_errors_fatal 3057 1726773048.63860: checking for max_fail_percentage 3057 1726773048.63862: done checking for max_fail_percentage 3057 1726773048.63862: checking to see if all hosts have failed and the running result is not ok 3057 1726773048.63863: done checking to see if all hosts have failed 3057 1726773048.63864: getting the remaining hosts for this loop 3057 1726773048.63865: done getting the remaining hosts for this loop 3057 1726773048.63868: getting the next task for host managed_node2 3057 1726773048.63873: done getting next task for host managed_node2 3057 1726773048.63876: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3057 1726773048.63878: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773048.63886: getting variables 3057 1726773048.63889: in VariableManager get_vars() 3057 1726773048.63918: Calling all_inventory to load vars for managed_node2 3057 1726773048.63920: Calling groups_inventory to load vars for managed_node2 3057 1726773048.63921: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773048.63928: Calling all_plugins_play to load vars for managed_node2 3057 1726773048.63930: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773048.63932: Calling groups_plugins_play to load vars for managed_node2 3057 1726773048.64099: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773048.64293: done with get_vars() 3057 1726773048.64304: done getting variables 3057 1726773048.64372: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:10:48 -0400 (0:00:00.634) 0:01:33.382 **** 3057 1726773048.64407: entering _queue_task() for managed_node2/copy 3057 1726773048.64674: worker is 1 (out of 1 available) 3057 1726773048.64688: exiting _queue_task() for managed_node2/copy 3057 1726773048.64702: done queuing things up, now waiting for results queue to drain 3057 1726773048.64703: waiting for pending results... 3057 1726773048.65068: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3057 1726773048.65193: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009fe 3057 1726773048.65341: variable 'ansible_search_path' from source: unknown 3057 1726773048.65345: variable 'ansible_search_path' from source: unknown 3057 1726773048.65348: calling self._execute() 3057 1726773048.65387: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773048.65401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773048.65416: variable 'omit' from source: magic vars 3057 1726773048.65557: variable 'omit' from source: magic vars 3057 1726773048.65627: variable 'omit' from source: magic vars 3057 1726773048.65666: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3057 1726773048.66042: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3057 1726773048.66140: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773048.66190: variable 'omit' from source: magic vars 3057 1726773048.66245: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773048.66292: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773048.66321: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773048.66442: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773048.66446: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773048.66449: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773048.66451: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773048.66454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773048.66532: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773048.66553: Set connection var ansible_pipelining to False 3057 1726773048.66563: Set connection var ansible_shell_type to sh 3057 1726773048.66571: Set connection var ansible_connection to ssh 3057 1726773048.66582: Set connection var ansible_timeout to 10 3057 1726773048.66595: Set connection var ansible_shell_executable to /bin/sh 3057 1726773048.66627: variable 'ansible_shell_executable' from source: unknown 3057 1726773048.66637: variable 'ansible_connection' from source: unknown 3057 1726773048.66646: variable 'ansible_module_compression' from source: unknown 3057 1726773048.66653: variable 'ansible_shell_type' from source: unknown 3057 1726773048.66666: variable 'ansible_shell_executable' from source: unknown 3057 1726773048.66673: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773048.66682: variable 'ansible_pipelining' from source: unknown 3057 1726773048.66690: variable 'ansible_timeout' from source: unknown 3057 1726773048.66699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773048.66865: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773048.66940: variable 'omit' from source: magic vars 3057 1726773048.66943: starting attempt loop 3057 1726773048.66946: running the handler 3057 1726773048.66948: _low_level_execute_command(): starting 3057 1726773048.66951: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773048.67728: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773048.67746: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773048.67767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773048.67852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.67894: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773048.67913: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773048.67943: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.68033: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.69699: stdout chunk (state=3): >>>/root <<< 3057 1726773048.69870: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773048.69879: stderr chunk (state=3): >>><<< 3057 1726773048.69882: stdout chunk (state=3): >>><<< 3057 1726773048.69908: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773048.70021: _low_level_execute_command(): starting 3057 1726773048.70027: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614 `" && echo ansible-tmp-1726773048.6991055-5911-191039748959614="` echo /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614 `" ) && sleep 0' 3057 1726773048.70615: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773048.70652: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.70677: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773048.70757: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.70795: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773048.70813: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773048.70862: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.70941: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.72890: stdout chunk (state=3): >>>ansible-tmp-1726773048.6991055-5911-191039748959614=/root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614 <<< 3057 1726773048.72997: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773048.73074: stderr chunk (state=3): >>><<< 3057 1726773048.73078: stdout chunk (state=3): >>><<< 3057 1726773048.73241: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773048.6991055-5911-191039748959614=/root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773048.73244: variable 'ansible_module_compression' from source: unknown 3057 1726773048.73294: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773048.73345: variable 'ansible_facts' from source: unknown 3057 1726773048.73432: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_stat.py 3057 1726773048.73602: Sending initial data 3057 1726773048.73614: Sent initial data (151 bytes) 3057 1726773048.74300: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773048.74315: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773048.74331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773048.74461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773048.74484: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.74570: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.76180: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773048.76299: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773048.76303: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpr10t0nxv /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_stat.py <<< 3057 1726773048.76306: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_stat.py" <<< 3057 1726773048.76743: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpr10t0nxv" to remote "/root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_stat.py" <<< 3057 1726773048.77717: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773048.77721: stdout chunk (state=3): >>><<< 3057 1726773048.77731: stderr chunk (state=3): >>><<< 3057 1726773048.77762: done transferring module to remote 3057 1726773048.77843: _low_level_execute_command(): starting 3057 1726773048.77850: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/ /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_stat.py && sleep 0' 3057 1726773048.78677: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773048.78698: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773048.78714: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773048.78751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.78763: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773048.78861: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773048.78940: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.79027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.80947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773048.80978: stdout chunk (state=3): >>><<< 3057 1726773048.80993: stderr chunk (state=3): >>><<< 3057 1726773048.81014: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773048.81023: _low_level_execute_command(): starting 3057 1726773048.81106: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_stat.py && sleep 0' 3057 1726773048.81662: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773048.81678: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773048.81695: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773048.81713: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773048.81730: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773048.81745: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773048.81760: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.81779: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773048.81795: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773048.81853: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773048.81895: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773048.81920: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773048.81976: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773048.99594: 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": 262937, "dev": 51714, "nlink": 1, "atime": 1726773038.5325522, "mtime": 1726773040.5885727, "ctime": 1726773040.5885727, "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": "2871866907", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773049.01206: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773049.01273: stderr chunk (state=3): >>><<< 3057 1726773049.01280: stdout chunk (state=3): >>><<< 3057 1726773049.01300: _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": 262937, "dev": 51714, "nlink": 1, "atime": 1726773038.5325522, "mtime": 1726773040.5885727, "ctime": 1726773040.5885727, "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": "2871866907", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773049.01352: 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-1726773048.6991055-5911-191039748959614/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773049.01394: variable 'ansible_module_compression' from source: unknown 3057 1726773049.01427: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773049.01455: variable 'ansible_facts' from source: unknown 3057 1726773049.01504: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_file.py 3057 1726773049.01604: Sending initial data 3057 1726773049.01608: Sent initial data (151 bytes) 3057 1726773049.02087: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.02090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.02093: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.02095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.02140: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.02160: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773049.02162: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.02201: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.03870: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773049.03939: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773049.03974: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpspoh5ico /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_file.py <<< 3057 1726773049.03978: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_file.py" <<< 3057 1726773049.04018: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpspoh5ico" to remote "/root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_file.py" <<< 3057 1726773049.04842: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773049.04913: stderr chunk (state=3): >>><<< 3057 1726773049.04923: stdout chunk (state=3): >>><<< 3057 1726773049.04956: done transferring module to remote 3057 1726773049.04981: _low_level_execute_command(): starting 3057 1726773049.04991: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/ /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_file.py && sleep 0' 3057 1726773049.05698: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773049.05714: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773049.05728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.05758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773049.05776: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773049.05858: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.05900: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773049.05933: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.06006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.07969: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773049.07974: stdout chunk (state=3): >>><<< 3057 1726773049.07976: stderr chunk (state=3): >>><<< 3057 1726773049.07995: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773049.08088: _low_level_execute_command(): starting 3057 1726773049.08091: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/AnsiballZ_file.py && sleep 0' 3057 1726773049.08688: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773049.08705: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773049.08723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.08743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773049.08789: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.08868: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.08900: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773049.08914: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.09037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.26850: stdout chunk (state=3): >>> {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".3yd1wjdy", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726773049.28339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773049.28407: stderr chunk (state=3): >>><<< 3057 1726773049.28411: stdout chunk (state=3): >>><<< 3057 1726773049.28418: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".3yd1wjdy", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773049.28450: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.3yd1wjdy', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773049.28460: _low_level_execute_command(): starting 3057 1726773049.28465: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773048.6991055-5911-191039748959614/ > /dev/null 2>&1 && sleep 0' 3057 1726773049.28930: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.28934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773049.28970: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773049.28973: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773049.28976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773049.28978: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.29033: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.29039: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773049.29042: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.29091: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.30994: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773049.31051: stderr chunk (state=3): >>><<< 3057 1726773049.31054: stdout chunk (state=3): >>><<< 3057 1726773049.31069: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773049.31076: handler run complete 3057 1726773049.31106: attempt loop complete, returning result 3057 1726773049.31111: _execute() done 3057 1726773049.31113: dumping result to json 3057 1726773049.31120: done dumping result, returning 3057 1726773049.31128: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [02b512f9-4fcf-6140-6a9e-0000000009fe] 3057 1726773049.31133: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009fe ok: [managed_node2] => { "changed": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/profile_mode", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "state": "file", "uid": 0 } 3057 1726773049.31319: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009fe 3057 1726773049.31327: WORKER PROCESS EXITING 3057 1726773049.31342: no more pending results, returning what we have 3057 1726773049.31346: results queue empty 3057 1726773049.31346: checking for any_errors_fatal 3057 1726773049.31351: done checking for any_errors_fatal 3057 1726773049.31352: checking for max_fail_percentage 3057 1726773049.31354: done checking for max_fail_percentage 3057 1726773049.31355: checking to see if all hosts have failed and the running result is not ok 3057 1726773049.31356: done checking to see if all hosts have failed 3057 1726773049.31356: getting the remaining hosts for this loop 3057 1726773049.31358: done getting the remaining hosts for this loop 3057 1726773049.31362: getting the next task for host managed_node2 3057 1726773049.31371: done getting next task for host managed_node2 3057 1726773049.31375: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 3057 1726773049.31377: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773049.31392: getting variables 3057 1726773049.31394: in VariableManager get_vars() 3057 1726773049.31437: Calling all_inventory to load vars for managed_node2 3057 1726773049.31440: Calling groups_inventory to load vars for managed_node2 3057 1726773049.31442: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773049.31453: Calling all_plugins_play to load vars for managed_node2 3057 1726773049.31455: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773049.31458: Calling groups_plugins_play to load vars for managed_node2 3057 1726773049.31629: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773049.31782: done with get_vars() 3057 1726773049.31793: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:10:49 -0400 (0:00:00.674) 0:01:34.057 **** 3057 1726773049.31858: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773049.32081: worker is 1 (out of 1 available) 3057 1726773049.32099: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773049.32114: done queuing things up, now waiting for results queue to drain 3057 1726773049.32116: waiting for pending results... 3057 1726773049.32306: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 3057 1726773049.32385: in run() - task 02b512f9-4fcf-6140-6a9e-0000000009ff 3057 1726773049.32399: variable 'ansible_search_path' from source: unknown 3057 1726773049.32403: variable 'ansible_search_path' from source: unknown 3057 1726773049.32437: calling self._execute() 3057 1726773049.32521: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773049.32525: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773049.32537: variable 'omit' from source: magic vars 3057 1726773049.32695: variable 'omit' from source: magic vars 3057 1726773049.32736: variable 'omit' from source: magic vars 3057 1726773049.32758: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773049.32999: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773049.33059: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773049.33124: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773049.33127: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773049.33169: variable 'omit' from source: magic vars 3057 1726773049.33206: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773049.33240: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773049.33256: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773049.33274: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773049.33284: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773049.33310: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773049.33313: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773049.33316: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773049.33393: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773049.33401: Set connection var ansible_pipelining to False 3057 1726773049.33404: Set connection var ansible_shell_type to sh 3057 1726773049.33407: Set connection var ansible_connection to ssh 3057 1726773049.33412: Set connection var ansible_timeout to 10 3057 1726773049.33420: Set connection var ansible_shell_executable to /bin/sh 3057 1726773049.33443: variable 'ansible_shell_executable' from source: unknown 3057 1726773049.33446: variable 'ansible_connection' from source: unknown 3057 1726773049.33449: variable 'ansible_module_compression' from source: unknown 3057 1726773049.33451: variable 'ansible_shell_type' from source: unknown 3057 1726773049.33454: variable 'ansible_shell_executable' from source: unknown 3057 1726773049.33456: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773049.33460: variable 'ansible_pipelining' from source: unknown 3057 1726773049.33463: variable 'ansible_timeout' from source: unknown 3057 1726773049.33467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773049.33614: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773049.33623: variable 'omit' from source: magic vars 3057 1726773049.33628: starting attempt loop 3057 1726773049.33632: running the handler 3057 1726773049.33647: _low_level_execute_command(): starting 3057 1726773049.33655: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773049.34205: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.34209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.34212: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.34214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.34265: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.34268: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773049.34270: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.34320: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.35966: stdout chunk (state=3): >>>/root <<< 3057 1726773049.36075: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773049.36141: stderr chunk (state=3): >>><<< 3057 1726773049.36145: stdout chunk (state=3): >>><<< 3057 1726773049.36169: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773049.36181: _low_level_execute_command(): starting 3057 1726773049.36189: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043 `" && echo ansible-tmp-1726773049.3616922-5941-119330760155043="` echo /root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043 `" ) && sleep 0' 3057 1726773049.36674: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773049.36678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773049.36690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.36693: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.36695: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.36746: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.36749: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773049.36754: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.36793: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.38740: stdout chunk (state=3): >>>ansible-tmp-1726773049.3616922-5941-119330760155043=/root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043 <<< 3057 1726773049.38850: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773049.38913: stderr chunk (state=3): >>><<< 3057 1726773049.38916: stdout chunk (state=3): >>><<< 3057 1726773049.38932: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773049.3616922-5941-119330760155043=/root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773049.38981: variable 'ansible_module_compression' from source: unknown 3057 1726773049.39015: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 3057 1726773049.39053: variable 'ansible_facts' from source: unknown 3057 1726773049.39107: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043/AnsiballZ_kernel_settings_get_config.py 3057 1726773049.39217: Sending initial data 3057 1726773049.39221: Sent initial data (173 bytes) 3057 1726773049.39696: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.39699: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773049.39702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.39704: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.39713: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.39757: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.39771: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.39818: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.41395: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773049.41427: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773049.41466: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpr5qsmwdk /root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043/AnsiballZ_kernel_settings_get_config.py <<< 3057 1726773049.41473: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773049.41511: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpr5qsmwdk" to remote "/root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773049.41514: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773049.42026: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773049.42106: stderr chunk (state=3): >>><<< 3057 1726773049.42109: stdout chunk (state=3): >>><<< 3057 1726773049.42130: done transferring module to remote 3057 1726773049.42143: _low_level_execute_command(): starting 3057 1726773049.42148: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043/ /root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773049.42629: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773049.42633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773049.42641: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.42648: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773049.42651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.42758: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.42771: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.44585: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773049.44646: stderr chunk (state=3): >>><<< 3057 1726773049.44650: stdout chunk (state=3): >>><<< 3057 1726773049.44664: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773049.44668: _low_level_execute_command(): starting 3057 1726773049.44673: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773049.45143: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.45147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.45152: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773049.45166: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.45220: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.45224: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773049.45229: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.45272: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.61962: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "400001", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "60666", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 3057 1726773049.63342: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773049.63402: stderr chunk (state=3): >>><<< 3057 1726773049.63406: stdout chunk (state=3): >>><<< 3057 1726773049.63423: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "400001", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "60666", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773049.63452: 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-1726773049.3616922-5941-119330760155043/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773049.63461: _low_level_execute_command(): starting 3057 1726773049.63467: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773049.3616922-5941-119330760155043/ > /dev/null 2>&1 && sleep 0' 3057 1726773049.63950: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.63961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.63981: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.63984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.64011: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.64015: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773049.64034: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.64097: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.65994: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773049.66052: stderr chunk (state=3): >>><<< 3057 1726773049.66056: stdout chunk (state=3): >>><<< 3057 1726773049.66071: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773049.66078: handler run complete 3057 1726773049.66098: attempt loop complete, returning result 3057 1726773049.66101: _execute() done 3057 1726773049.66103: dumping result to json 3057 1726773049.66107: done dumping result, returning 3057 1726773049.66120: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [02b512f9-4fcf-6140-6a9e-0000000009ff] 3057 1726773049.66125: sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009ff 3057 1726773049.66234: done sending task result for task 02b512f9-4fcf-6140-6a9e-0000000009ff 3057 1726773049.66239: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "400001", "vm.max_map_count": "65530" }, "sysfs": { "/sys/class/net/lo/mtu": "60666", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" } } } 3057 1726773049.66338: no more pending results, returning what we have 3057 1726773049.66342: results queue empty 3057 1726773049.66343: checking for any_errors_fatal 3057 1726773049.66351: done checking for any_errors_fatal 3057 1726773049.66352: checking for max_fail_percentage 3057 1726773049.66354: done checking for max_fail_percentage 3057 1726773049.66354: checking to see if all hosts have failed and the running result is not ok 3057 1726773049.66355: done checking to see if all hosts have failed 3057 1726773049.66356: getting the remaining hosts for this loop 3057 1726773049.66357: done getting the remaining hosts for this loop 3057 1726773049.66361: getting the next task for host managed_node2 3057 1726773049.66366: done getting next task for host managed_node2 3057 1726773049.66370: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3057 1726773049.66373: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773049.66383: getting variables 3057 1726773049.66384: in VariableManager get_vars() 3057 1726773049.66419: Calling all_inventory to load vars for managed_node2 3057 1726773049.66422: Calling groups_inventory to load vars for managed_node2 3057 1726773049.66424: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773049.66433: Calling all_plugins_play to load vars for managed_node2 3057 1726773049.66441: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773049.66445: Calling groups_plugins_play to load vars for managed_node2 3057 1726773049.66603: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773049.66736: done with get_vars() 3057 1726773049.66746: done getting variables 3057 1726773049.66794: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:10:49 -0400 (0:00:00.349) 0:01:34.406 **** 3057 1726773049.66819: entering _queue_task() for managed_node2/template 3057 1726773049.67040: worker is 1 (out of 1 available) 3057 1726773049.67056: exiting _queue_task() for managed_node2/template 3057 1726773049.67070: done queuing things up, now waiting for results queue to drain 3057 1726773049.67072: waiting for pending results... 3057 1726773049.67274: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3057 1726773049.67368: in run() - task 02b512f9-4fcf-6140-6a9e-000000000a00 3057 1726773049.67382: variable 'ansible_search_path' from source: unknown 3057 1726773049.67386: variable 'ansible_search_path' from source: unknown 3057 1726773049.67420: calling self._execute() 3057 1726773049.67503: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773049.67507: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773049.67518: variable 'omit' from source: magic vars 3057 1726773049.67607: variable 'omit' from source: magic vars 3057 1726773049.67651: variable 'omit' from source: magic vars 3057 1726773049.67926: variable '__kernel_settings_profile_src' from source: role '' all vars 3057 1726773049.67933: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773049.67999: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773049.68023: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773049.68076: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773049.68128: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773049.68194: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773049.68198: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773049.68229: variable 'omit' from source: magic vars 3057 1726773049.68267: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773049.68301: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773049.68319: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773049.68338: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773049.68349: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773049.68377: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773049.68382: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773049.68384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773049.68461: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773049.68469: Set connection var ansible_pipelining to False 3057 1726773049.68473: Set connection var ansible_shell_type to sh 3057 1726773049.68475: Set connection var ansible_connection to ssh 3057 1726773049.68480: Set connection var ansible_timeout to 10 3057 1726773049.68489: Set connection var ansible_shell_executable to /bin/sh 3057 1726773049.68509: variable 'ansible_shell_executable' from source: unknown 3057 1726773049.68512: variable 'ansible_connection' from source: unknown 3057 1726773049.68515: variable 'ansible_module_compression' from source: unknown 3057 1726773049.68517: variable 'ansible_shell_type' from source: unknown 3057 1726773049.68520: variable 'ansible_shell_executable' from source: unknown 3057 1726773049.68523: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773049.68528: variable 'ansible_pipelining' from source: unknown 3057 1726773049.68530: variable 'ansible_timeout' from source: unknown 3057 1726773049.68536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773049.68650: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773049.68660: variable 'omit' from source: magic vars 3057 1726773049.68667: starting attempt loop 3057 1726773049.68670: running the handler 3057 1726773049.68681: _low_level_execute_command(): starting 3057 1726773049.68690: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773049.69232: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.69304: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773049.69309: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773049.69311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.69313: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.69314: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773049.69337: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.69404: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.71044: stdout chunk (state=3): >>>/root <<< 3057 1726773049.71156: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773049.71214: stderr chunk (state=3): >>><<< 3057 1726773049.71217: stdout chunk (state=3): >>><<< 3057 1726773049.71243: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773049.71256: _low_level_execute_command(): starting 3057 1726773049.71262: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858 `" && echo ansible-tmp-1726773049.7124417-5956-213240626766858="` echo /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858 `" ) && sleep 0' 3057 1726773049.71740: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773049.71776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773049.71779: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.71782: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773049.71784: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773049.71790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.71843: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.71846: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773049.71853: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.71894: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.73848: stdout chunk (state=3): >>>ansible-tmp-1726773049.7124417-5956-213240626766858=/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858 <<< 3057 1726773049.74228: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773049.74233: stdout chunk (state=3): >>><<< 3057 1726773049.74239: stderr chunk (state=3): >>><<< 3057 1726773049.74242: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773049.7124417-5956-213240626766858=/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773049.74245: evaluation_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 3057 1726773049.74248: search_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 3057 1726773049.74250: variable 'ansible_search_path' from source: unknown 3057 1726773049.75254: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773049.76829: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773049.76880: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773049.76910: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773049.76939: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773049.76960: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773049.77441: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773049.77445: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773049.77447: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773049.77449: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773049.77451: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773049.77818: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773049.77850: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773049.77882: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773049.77930: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773049.77954: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773049.78388: variable 'ansible_managed' from source: unknown 3057 1726773049.78398: variable '__sections' from source: task vars 3057 1726773049.78551: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773049.78579: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773049.78607: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773049.78660: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773049.78680: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773049.78804: variable 'kernel_settings_sysctl' from source: include params 3057 1726773049.78818: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773049.78829: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773049.78877: variable '__sysctl_old' from source: task vars 3057 1726773049.78952: variable '__sysctl_old' from source: task vars 3057 1726773049.79202: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773049.79213: variable 'kernel_settings_sysctl' from source: include params 3057 1726773049.79222: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773049.79232: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773049.79244: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773049.79464: variable 'kernel_settings_sysfs' from source: include params 3057 1726773049.79475: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773049.79485: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773049.79504: variable '__sysfs_old' from source: task vars 3057 1726773049.79640: variable '__sysfs_old' from source: task vars 3057 1726773049.79826: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773049.79840: variable 'kernel_settings_sysfs' from source: include params 3057 1726773049.79853: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773049.79864: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773049.79874: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773049.79903: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 3057 1726773049.79917: variable '__systemd_old' from source: task vars 3057 1726773049.79986: variable '__systemd_old' from source: task vars 3057 1726773049.80213: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773049.80225: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 3057 1726773049.80237: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773049.80439: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773049.80442: variable 'kernel_settings_transparent_hugepages' from source: include params 3057 1726773049.80444: variable 'kernel_settings_transparent_hugepages' from source: include params 3057 1726773049.80446: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 3057 1726773049.80448: variable '__trans_huge_old' from source: task vars 3057 1726773049.80450: variable '__trans_huge_old' from source: task vars 3057 1726773049.80621: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773049.80633: variable 'kernel_settings_transparent_hugepages' from source: include params 3057 1726773049.80647: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773049.80662: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773049.80680: variable '__trans_defrag_old' from source: task vars 3057 1726773049.80748: variable '__trans_defrag_old' from source: task vars 3057 1726773049.81174: variable 'kernel_settings_purge' from source: role '' defaults 3057 1726773049.81440: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 3057 1726773049.81443: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773049.81445: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773049.81448: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773049.81450: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773049.81452: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773049.81454: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773049.82534: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773049.82621: variable 'ansible_module_compression' from source: unknown 3057 1726773049.82680: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773049.82733: variable 'ansible_facts' from source: unknown 3057 1726773049.82812: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_stat.py 3057 1726773049.83159: Sending initial data 3057 1726773049.83170: Sent initial data (151 bytes) 3057 1726773049.83766: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773049.83853: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.83891: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.83918: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773049.83931: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.84007: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.85682: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773049.85749: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773049.85785: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_stat.py" <<< 3057 1726773049.85808: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpwed2nfn0 /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_stat.py <<< 3057 1726773049.85853: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpwed2nfn0" to remote "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_stat.py" <<< 3057 1726773049.86720: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773049.86730: stdout chunk (state=3): >>><<< 3057 1726773049.86864: stderr chunk (state=3): >>><<< 3057 1726773049.86867: done transferring module to remote 3057 1726773049.86870: _low_level_execute_command(): starting 3057 1726773049.86873: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/ /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_stat.py && sleep 0' 3057 1726773049.87447: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773049.87463: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773049.87557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.87596: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.87618: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773049.87639: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.87713: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773049.89556: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773049.89665: stderr chunk (state=3): >>><<< 3057 1726773049.89680: stdout chunk (state=3): >>><<< 3057 1726773049.89703: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773049.89793: _low_level_execute_command(): starting 3057 1726773049.89796: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_stat.py && sleep 0' 3057 1726773049.90413: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773049.90429: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773049.90448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773049.90469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773049.90505: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.90525: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773049.90561: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773049.90592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773049.90607: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773049.90667: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773050.08518: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 372, "inode": 262606, "dev": 51714, "nlink": 1, "atime": 1726773040.5815725, "mtime": 1726772974.657117, "ctime": 1726773040.0365672, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "mimetype": "text/plain", "charset": "us-ascii", "version": "1123181664", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773050.10171: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773050.10233: stderr chunk (state=3): >>><<< 3057 1726773050.10240: stdout chunk (state=3): >>><<< 3057 1726773050.10256: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 372, "inode": 262606, "dev": 51714, "nlink": 1, "atime": 1726773040.5815725, "mtime": 1726772974.657117, "ctime": 1726773040.0365672, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "mimetype": "text/plain", "charset": "us-ascii", "version": "1123181664", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773050.10303: 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-1726773049.7124417-5956-213240626766858/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773050.10406: Sending initial data 3057 1726773050.10409: Sent initial data (165 bytes) 3057 1726773050.10912: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773050.10915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773050.10918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.10920: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773050.10922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773050.10924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.10982: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773050.10986: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773050.10992: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773050.11051: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773050.12706: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773050.12740: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773050.12776: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpm7jhqix0/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/.source.conf <<< 3057 1726773050.12784: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/.source.conf" <<< 3057 1726773050.12820: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpm7jhqix0/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/.source.conf" <<< 3057 1726773050.12822: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/.source.conf" <<< 3057 1726773050.12966: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773050.13043: stderr chunk (state=3): >>><<< 3057 1726773050.13046: stdout chunk (state=3): >>><<< 3057 1726773050.13063: _low_level_execute_command(): starting 3057 1726773050.13068: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/ /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/.source.conf && sleep 0' 3057 1726773050.13553: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773050.13556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773050.13559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773050.13561: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773050.13563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.13619: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773050.13623: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773050.13628: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773050.13664: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773050.15477: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773050.15538: stderr chunk (state=3): >>><<< 3057 1726773050.15542: stdout chunk (state=3): >>><<< 3057 1726773050.15557: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773050.15580: variable 'ansible_module_compression' from source: unknown 3057 1726773050.15620: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3057 1726773050.15643: variable 'ansible_facts' from source: unknown 3057 1726773050.15687: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_copy.py 3057 1726773050.15790: Sending initial data 3057 1726773050.15794: Sent initial data (151 bytes) 3057 1726773050.16280: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773050.16285: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.16288: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773050.16290: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773050.16293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.16350: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773050.16354: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773050.16360: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773050.16396: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773050.17969: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773050.18001: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773050.18041: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpnt5z1fwr /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_copy.py <<< 3057 1726773050.18047: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_copy.py" <<< 3057 1726773050.18078: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpnt5z1fwr" to remote "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_copy.py" <<< 3057 1726773050.18081: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_copy.py" <<< 3057 1726773050.18610: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773050.18686: stderr chunk (state=3): >>><<< 3057 1726773050.18689: stdout chunk (state=3): >>><<< 3057 1726773050.18711: done transferring module to remote 3057 1726773050.18719: _low_level_execute_command(): starting 3057 1726773050.18724: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/ /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_copy.py && sleep 0' 3057 1726773050.19241: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773050.19245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.19248: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773050.19251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.19262: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773050.19305: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773050.21129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773050.21186: stderr chunk (state=3): >>><<< 3057 1726773050.21193: stdout chunk (state=3): >>><<< 3057 1726773050.21204: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773050.21207: _low_level_execute_command(): starting 3057 1726773050.21213: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/AnsiballZ_copy.py && sleep 0' 3057 1726773050.21709: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773050.21713: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.21720: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773050.21723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773050.21725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.21771: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773050.21774: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773050.21780: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773050.21826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773050.39948: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/.source.conf", "md5sum": "394928e588644c456053f3dec5f7c2ba", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 121, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726773050.41415: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773050.41419: stdout chunk (state=3): >>><<< 3057 1726773050.41422: stderr chunk (state=3): >>><<< 3057 1726773050.41642: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/.source.conf", "md5sum": "394928e588644c456053f3dec5f7c2ba", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 121, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773050.41646: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': '0b586509c0bdce12a2dde058e3374dab88cf7f2c', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773050.41649: _low_level_execute_command(): starting 3057 1726773050.41652: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/ > /dev/null 2>&1 && sleep 0' 3057 1726773050.42423: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773050.42456: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773050.42485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773050.42564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.42622: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773050.42650: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773050.42679: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773050.42770: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773050.44747: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773050.44752: stdout chunk (state=3): >>><<< 3057 1726773050.44754: stderr chunk (state=3): >>><<< 3057 1726773050.44766: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773050.44777: handler run complete 3057 1726773050.44803: attempt loop complete, returning result 3057 1726773050.44806: _execute() done 3057 1726773050.44809: dumping result to json 3057 1726773050.44814: done dumping result, returning 3057 1726773050.44823: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [02b512f9-4fcf-6140-6a9e-000000000a00] 3057 1726773050.44827: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000a00 3057 1726773050.45006: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000a00 3057 1726773050.45009: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "394928e588644c456053f3dec5f7c2ba", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 121, "src": "/root/.ansible/tmp/ansible-tmp-1726773049.7124417-5956-213240626766858/.source.conf", "state": "file", "uid": 0 } 3057 1726773050.45134: no more pending results, returning what we have 3057 1726773050.45138: results queue empty 3057 1726773050.45139: checking for any_errors_fatal 3057 1726773050.45145: done checking for any_errors_fatal 3057 1726773050.45146: checking for max_fail_percentage 3057 1726773050.45147: done checking for max_fail_percentage 3057 1726773050.45148: checking to see if all hosts have failed and the running result is not ok 3057 1726773050.45149: done checking to see if all hosts have failed 3057 1726773050.45149: getting the remaining hosts for this loop 3057 1726773050.45151: done getting the remaining hosts for this loop 3057 1726773050.45154: getting the next task for host managed_node2 3057 1726773050.45159: done getting next task for host managed_node2 3057 1726773050.45162: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3057 1726773050.45165: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773050.45174: getting variables 3057 1726773050.45175: in VariableManager get_vars() 3057 1726773050.45210: Calling all_inventory to load vars for managed_node2 3057 1726773050.45213: Calling groups_inventory to load vars for managed_node2 3057 1726773050.45215: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773050.45224: Calling all_plugins_play to load vars for managed_node2 3057 1726773050.45226: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773050.45229: Calling groups_plugins_play to load vars for managed_node2 3057 1726773050.45664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773050.45907: done with get_vars() 3057 1726773050.45920: done getting variables 3057 1726773050.45997: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:10:50 -0400 (0:00:00.792) 0:01:35.199 **** 3057 1726773050.46045: entering _queue_task() for managed_node2/service 3057 1726773050.46446: worker is 1 (out of 1 available) 3057 1726773050.46461: exiting _queue_task() for managed_node2/service 3057 1726773050.46477: done queuing things up, now waiting for results queue to drain 3057 1726773050.46479: waiting for pending results... 3057 1726773050.46682: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3057 1726773050.46775: in run() - task 02b512f9-4fcf-6140-6a9e-000000000a01 3057 1726773050.46792: variable 'ansible_search_path' from source: unknown 3057 1726773050.46796: variable 'ansible_search_path' from source: unknown 3057 1726773050.46838: variable '__kernel_settings_services' from source: include_vars 3057 1726773050.47123: variable '__kernel_settings_services' from source: include_vars 3057 1726773050.47186: variable 'omit' from source: magic vars 3057 1726773050.47291: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773050.47296: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773050.47306: variable 'omit' from source: magic vars 3057 1726773050.47514: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773050.47740: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773050.47774: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773050.47804: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773050.47832: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773050.47923: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726773050.47934: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726773050.47954: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 3057 1726773050.47959: when evaluation is False, skipping this task 3057 1726773050.47983: variable 'item' from source: unknown 3057 1726773050.48038: variable 'item' from source: unknown skipping: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed", "item": "tuned", "skip_reason": "Conditional result was False" } 3057 1726773050.48210: dumping result to json 3057 1726773050.48213: done dumping result, returning 3057 1726773050.48216: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [02b512f9-4fcf-6140-6a9e-000000000a01] 3057 1726773050.48218: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000a01 skipping: [managed_node2] => { "changed": false } MSG: All items skipped 3057 1726773050.48299: no more pending results, returning what we have 3057 1726773050.48306: results queue empty 3057 1726773050.48307: checking for any_errors_fatal 3057 1726773050.48321: done checking for any_errors_fatal 3057 1726773050.48322: checking for max_fail_percentage 3057 1726773050.48324: done checking for max_fail_percentage 3057 1726773050.48324: checking to see if all hosts have failed and the running result is not ok 3057 1726773050.48325: done checking to see if all hosts have failed 3057 1726773050.48326: getting the remaining hosts for this loop 3057 1726773050.48327: done getting the remaining hosts for this loop 3057 1726773050.48331: getting the next task for host managed_node2 3057 1726773050.48338: done getting next task for host managed_node2 3057 1726773050.48342: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3057 1726773050.48345: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773050.48361: getting variables 3057 1726773050.48363: in VariableManager get_vars() 3057 1726773050.48403: Calling all_inventory to load vars for managed_node2 3057 1726773050.48410: Calling groups_inventory to load vars for managed_node2 3057 1726773050.48413: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773050.48426: Calling all_plugins_play to load vars for managed_node2 3057 1726773050.48429: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773050.48432: Calling groups_plugins_play to load vars for managed_node2 3057 1726773050.48458: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000a01 3057 1726773050.48461: WORKER PROCESS EXITING 3057 1726773050.48681: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773050.48941: done with get_vars() 3057 1726773050.48952: done getting variables 3057 1726773050.49025: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:10:50 -0400 (0:00:00.030) 0:01:35.229 **** 3057 1726773050.49062: entering _queue_task() for managed_node2/command 3057 1726773050.49375: worker is 1 (out of 1 available) 3057 1726773050.49392: exiting _queue_task() for managed_node2/command 3057 1726773050.49406: done queuing things up, now waiting for results queue to drain 3057 1726773050.49408: waiting for pending results... 3057 1726773050.49775: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3057 1726773050.49928: in run() - task 02b512f9-4fcf-6140-6a9e-000000000a02 3057 1726773050.50040: variable 'ansible_search_path' from source: unknown 3057 1726773050.50042: variable 'ansible_search_path' from source: unknown 3057 1726773050.50045: calling self._execute() 3057 1726773050.50085: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773050.50093: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773050.50101: variable 'omit' from source: magic vars 3057 1726773050.50497: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773050.50763: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773050.50799: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773050.50829: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773050.50858: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773050.50965: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726773050.50993: Evaluated conditional (not __kernel_settings_register_profile is changed): True 3057 1726773050.51096: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726773050.51106: Evaluated conditional (not __kernel_settings_register_mode is changed): True 3057 1726773050.51194: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726773050.51199: Evaluated conditional (__kernel_settings_register_apply is changed): True 3057 1726773050.51207: variable 'omit' from source: magic vars 3057 1726773050.51245: variable 'omit' from source: magic vars 3057 1726773050.51337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773050.53443: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773050.53447: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773050.53463: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773050.53505: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773050.53540: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773050.53627: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726773050.53674: variable 'omit' from source: magic vars 3057 1726773050.53714: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773050.53755: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773050.53778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773050.53806: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773050.53823: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773050.53899: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773050.53902: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773050.53905: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773050.53997: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773050.54011: Set connection var ansible_pipelining to False 3057 1726773050.54014: Set connection var ansible_shell_type to sh 3057 1726773050.54017: Set connection var ansible_connection to ssh 3057 1726773050.54023: Set connection var ansible_timeout to 10 3057 1726773050.54030: Set connection var ansible_shell_executable to /bin/sh 3057 1726773050.54054: variable 'ansible_shell_executable' from source: unknown 3057 1726773050.54057: variable 'ansible_connection' from source: unknown 3057 1726773050.54060: variable 'ansible_module_compression' from source: unknown 3057 1726773050.54063: variable 'ansible_shell_type' from source: unknown 3057 1726773050.54065: variable 'ansible_shell_executable' from source: unknown 3057 1726773050.54068: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773050.54072: variable 'ansible_pipelining' from source: unknown 3057 1726773050.54075: variable 'ansible_timeout' from source: unknown 3057 1726773050.54080: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773050.54193: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773050.54199: variable 'omit' from source: magic vars 3057 1726773050.54205: starting attempt loop 3057 1726773050.54208: running the handler 3057 1726773050.54222: _low_level_execute_command(): starting 3057 1726773050.54233: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773050.54741: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773050.54767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773050.54772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.54827: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773050.54830: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773050.54838: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773050.54881: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773050.56601: stdout chunk (state=3): >>>/root <<< 3057 1726773050.56708: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773050.56784: stderr chunk (state=3): >>><<< 3057 1726773050.56786: stdout chunk (state=3): >>><<< 3057 1726773050.56801: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773050.56886: _low_level_execute_command(): starting 3057 1726773050.56890: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025 `" && echo ansible-tmp-1726773050.5681214-5990-221287732555025="` echo /root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025 `" ) && sleep 0' 3057 1726773050.57308: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773050.57312: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.57314: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773050.57317: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.57375: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773050.57378: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773050.57385: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773050.57424: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773050.59397: stdout chunk (state=3): >>>ansible-tmp-1726773050.5681214-5990-221287732555025=/root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025 <<< 3057 1726773050.59515: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773050.59577: stderr chunk (state=3): >>><<< 3057 1726773050.59581: stdout chunk (state=3): >>><<< 3057 1726773050.59601: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773050.5681214-5990-221287732555025=/root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773050.59630: variable 'ansible_module_compression' from source: unknown 3057 1726773050.59671: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773050.59705: variable 'ansible_facts' from source: unknown 3057 1726773050.59756: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025/AnsiballZ_command.py 3057 1726773050.59870: Sending initial data 3057 1726773050.59873: Sent initial data (154 bytes) 3057 1726773050.60369: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773050.60372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.60375: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773050.60377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.60437: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773050.60441: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773050.60448: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773050.60491: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773050.62116: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773050.62152: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773050.62189: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpkr_i37xb /root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025/AnsiballZ_command.py <<< 3057 1726773050.62196: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025/AnsiballZ_command.py" <<< 3057 1726773050.62231: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpkr_i37xb" to remote "/root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025/AnsiballZ_command.py" <<< 3057 1726773050.62747: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773050.62826: stderr chunk (state=3): >>><<< 3057 1726773050.62830: stdout chunk (state=3): >>><<< 3057 1726773050.62852: done transferring module to remote 3057 1726773050.62862: _low_level_execute_command(): starting 3057 1726773050.62867: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025/ /root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025/AnsiballZ_command.py && sleep 0' 3057 1726773050.63363: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773050.63366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.63369: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773050.63371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773050.63374: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.63427: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773050.63436: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773050.63438: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773050.63473: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773050.65314: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773050.65372: stderr chunk (state=3): >>><<< 3057 1726773050.65376: stdout chunk (state=3): >>><<< 3057 1726773050.65390: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773050.65396: _low_level_execute_command(): starting 3057 1726773050.65404: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025/AnsiballZ_command.py && sleep 0' 3057 1726773050.65885: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773050.65892: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.65895: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773050.65897: 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 <<< 3057 1726773050.65899: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773050.65941: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773050.65961: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773050.66005: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773051.94623: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:10:50.826769", "end": "2024-09-19 15:10:51.943615", "delta": "0:00:01.116846", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773051.96219: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773051.96280: stderr chunk (state=3): >>><<< 3057 1726773051.96283: stdout chunk (state=3): >>><<< 3057 1726773051.96301: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:10:50.826769", "end": "2024-09-19 15:10:51.943615", "delta": "0:00:01.116846", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773051.96444: done with _execute_module (ansible.legacy.command, {'_raw_params': "tuned-adm profile 'virtual-guest kernel_settings'", '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773051.96453: _low_level_execute_command(): starting 3057 1726773051.96456: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773050.5681214-5990-221287732555025/ > /dev/null 2>&1 && sleep 0' 3057 1726773051.97238: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773051.97242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773051.97244: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773051.97247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773051.97250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773051.97321: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773051.97325: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773051.97328: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773051.97378: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773051.99364: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773051.99451: stderr chunk (state=3): >>><<< 3057 1726773051.99474: stdout chunk (state=3): >>><<< 3057 1726773051.99496: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773051.99644: handler run complete 3057 1726773051.99648: Evaluated conditional (True): True 3057 1726773051.99650: attempt loop complete, returning result 3057 1726773051.99653: _execute() done 3057 1726773051.99656: dumping result to json 3057 1726773051.99658: done dumping result, returning 3057 1726773051.99660: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [02b512f9-4fcf-6140-6a9e-000000000a02] 3057 1726773051.99662: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000a02 changed: [managed_node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.116846", "end": "2024-09-19 15:10:51.943615", "rc": 0, "start": "2024-09-19 15:10:50.826769" } 3057 1726773051.99850: no more pending results, returning what we have 3057 1726773051.99854: results queue empty 3057 1726773051.99860: checking for any_errors_fatal 3057 1726773051.99867: done checking for any_errors_fatal 3057 1726773051.99868: checking for max_fail_percentage 3057 1726773051.99870: done checking for max_fail_percentage 3057 1726773051.99871: checking to see if all hosts have failed and the running result is not ok 3057 1726773051.99872: done checking to see if all hosts have failed 3057 1726773051.99872: getting the remaining hosts for this loop 3057 1726773051.99875: done getting the remaining hosts for this loop 3057 1726773051.99879: getting the next task for host managed_node2 3057 1726773051.99890: done getting next task for host managed_node2 3057 1726773051.99896: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3057 1726773051.99899: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773051.99914: getting variables 3057 1726773051.99917: in VariableManager get_vars() 3057 1726773052.00166: Calling all_inventory to load vars for managed_node2 3057 1726773052.00169: Calling groups_inventory to load vars for managed_node2 3057 1726773052.00172: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.00184: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.00190: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.00195: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.00537: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000a02 3057 1726773052.00541: WORKER PROCESS EXITING 3057 1726773052.00554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.00691: done with get_vars() 3057 1726773052.00700: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:10:52 -0400 (0:00:01.517) 0:01:36.746 **** 3057 1726773052.00776: entering _queue_task() for managed_node2/include_tasks 3057 1726773052.00997: worker is 1 (out of 1 available) 3057 1726773052.01011: exiting _queue_task() for managed_node2/include_tasks 3057 1726773052.01025: done queuing things up, now waiting for results queue to drain 3057 1726773052.01027: waiting for pending results... 3057 1726773052.01231: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3057 1726773052.01334: in run() - task 02b512f9-4fcf-6140-6a9e-000000000a03 3057 1726773052.01348: variable 'ansible_search_path' from source: unknown 3057 1726773052.01352: variable 'ansible_search_path' from source: unknown 3057 1726773052.01388: calling self._execute() 3057 1726773052.01471: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.01480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.01487: variable 'omit' from source: magic vars 3057 1726773052.01871: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773052.02076: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773052.02137: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773052.02203: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773052.02340: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773052.02371: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726773052.02409: Evaluated conditional (__kernel_settings_register_apply is changed): True 3057 1726773052.02421: _execute() done 3057 1726773052.02430: dumping result to json 3057 1726773052.02442: done dumping result, returning 3057 1726773052.02455: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [02b512f9-4fcf-6140-6a9e-000000000a03] 3057 1726773052.02465: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000a03 3057 1726773052.02641: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000a03 3057 1726773052.02644: WORKER PROCESS EXITING 3057 1726773052.02796: no more pending results, returning what we have 3057 1726773052.02801: in VariableManager get_vars() 3057 1726773052.02845: Calling all_inventory to load vars for managed_node2 3057 1726773052.02848: Calling groups_inventory to load vars for managed_node2 3057 1726773052.02850: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.02860: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.02863: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.02866: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.03064: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.03398: done with get_vars() 3057 1726773052.03405: variable 'ansible_search_path' from source: unknown 3057 1726773052.03406: variable 'ansible_search_path' from source: unknown 3057 1726773052.03431: we have included files to process 3057 1726773052.03432: generating all_blocks data 3057 1726773052.03440: done generating all_blocks data 3057 1726773052.03446: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726773052.03447: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726773052.03449: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726773052.03750: done processing included file 3057 1726773052.03754: iterating over new_blocks loaded from include file 3057 1726773052.03755: in VariableManager get_vars() 3057 1726773052.03774: done with get_vars() 3057 1726773052.03775: filtering new block on tags 3057 1726773052.03812: done filtering new block on tags 3057 1726773052.03814: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node2 3057 1726773052.03819: extending task lists for all hosts with included blocks 3057 1726773052.04248: done extending task lists 3057 1726773052.04250: done processing included files 3057 1726773052.04250: results queue empty 3057 1726773052.04251: checking for any_errors_fatal 3057 1726773052.04255: done checking for any_errors_fatal 3057 1726773052.04255: checking for max_fail_percentage 3057 1726773052.04256: done checking for max_fail_percentage 3057 1726773052.04257: checking to see if all hosts have failed and the running result is not ok 3057 1726773052.04257: done checking to see if all hosts have failed 3057 1726773052.04258: getting the remaining hosts for this loop 3057 1726773052.04259: done getting the remaining hosts for this loop 3057 1726773052.04261: getting the next task for host managed_node2 3057 1726773052.04264: done getting next task for host managed_node2 3057 1726773052.04266: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 3057 1726773052.04268: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773052.04276: getting variables 3057 1726773052.04277: in VariableManager get_vars() 3057 1726773052.04288: Calling all_inventory to load vars for managed_node2 3057 1726773052.04290: Calling groups_inventory to load vars for managed_node2 3057 1726773052.04292: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.04296: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.04297: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.04299: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.04391: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.04511: done with get_vars() 3057 1726773052.04518: done getting variables 3057 1726773052.04551: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 15:10:52 -0400 (0:00:00.037) 0:01:36.784 **** 3057 1726773052.04576: entering _queue_task() for managed_node2/command 3057 1726773052.04809: worker is 1 (out of 1 available) 3057 1726773052.04824: exiting _queue_task() for managed_node2/command 3057 1726773052.04839: done queuing things up, now waiting for results queue to drain 3057 1726773052.04841: waiting for pending results... 3057 1726773052.05047: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 3057 1726773052.05145: in run() - task 02b512f9-4fcf-6140-6a9e-000000000c42 3057 1726773052.05160: variable 'ansible_search_path' from source: unknown 3057 1726773052.05166: variable 'ansible_search_path' from source: unknown 3057 1726773052.05200: calling self._execute() 3057 1726773052.05298: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.05332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.05338: variable 'omit' from source: magic vars 3057 1726773052.05501: variable 'omit' from source: magic vars 3057 1726773052.05513: variable 'omit' from source: magic vars 3057 1726773052.05556: variable 'omit' from source: magic vars 3057 1726773052.05610: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773052.05659: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773052.05692: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773052.05717: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773052.05739: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773052.05779: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773052.05793: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.05802: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.05918: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773052.05936: Set connection var ansible_pipelining to False 3057 1726773052.05995: Set connection var ansible_shell_type to sh 3057 1726773052.05998: Set connection var ansible_connection to ssh 3057 1726773052.06001: Set connection var ansible_timeout to 10 3057 1726773052.06003: Set connection var ansible_shell_executable to /bin/sh 3057 1726773052.06006: variable 'ansible_shell_executable' from source: unknown 3057 1726773052.06008: variable 'ansible_connection' from source: unknown 3057 1726773052.06010: variable 'ansible_module_compression' from source: unknown 3057 1726773052.06013: variable 'ansible_shell_type' from source: unknown 3057 1726773052.06016: variable 'ansible_shell_executable' from source: unknown 3057 1726773052.06019: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.06021: variable 'ansible_pipelining' from source: unknown 3057 1726773052.06023: variable 'ansible_timeout' from source: unknown 3057 1726773052.06026: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.06224: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773052.06228: variable 'omit' from source: magic vars 3057 1726773052.06231: starting attempt loop 3057 1726773052.06234: running the handler 3057 1726773052.06239: _low_level_execute_command(): starting 3057 1726773052.06241: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773052.06957: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773052.06975: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773052.06996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773052.07017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773052.07064: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773052.07092: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.07152: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773052.07166: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773052.07227: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773052.08933: stdout chunk (state=3): >>>/root <<< 3057 1726773052.09165: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773052.09169: stdout chunk (state=3): >>><<< 3057 1726773052.09172: stderr chunk (state=3): >>><<< 3057 1726773052.09202: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773052.09282: _low_level_execute_command(): starting 3057 1726773052.09288: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283 `" && echo ansible-tmp-1726773052.092182-6032-215542499960283="` echo /root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283 `" ) && sleep 0' 3057 1726773052.09938: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773052.10147: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773052.10155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773052.10159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773052.10162: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773052.10201: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.10205: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773052.10208: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773052.10210: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773052.10226: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773052.12205: stdout chunk (state=3): >>>ansible-tmp-1726773052.092182-6032-215542499960283=/root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283 <<< 3057 1726773052.12447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773052.12451: stdout chunk (state=3): >>><<< 3057 1726773052.12453: stderr chunk (state=3): >>><<< 3057 1726773052.12456: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773052.092182-6032-215542499960283=/root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773052.12489: variable 'ansible_module_compression' from source: unknown 3057 1726773052.12559: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773052.12611: variable 'ansible_facts' from source: unknown 3057 1726773052.12695: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283/AnsiballZ_command.py 3057 1726773052.12954: Sending initial data 3057 1726773052.12957: Sent initial data (153 bytes) 3057 1726773052.13499: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773052.13507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.13510: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773052.13513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.13563: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773052.13566: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773052.13612: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773052.15248: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773052.15274: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773052.15313: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpik70v809 /root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283/AnsiballZ_command.py <<< 3057 1726773052.15317: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283/AnsiballZ_command.py" <<< 3057 1726773052.15360: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpik70v809" to remote "/root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283/AnsiballZ_command.py" <<< 3057 1726773052.15363: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283/AnsiballZ_command.py" <<< 3057 1726773052.15865: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773052.15943: stderr chunk (state=3): >>><<< 3057 1726773052.15946: stdout chunk (state=3): >>><<< 3057 1726773052.15969: done transferring module to remote 3057 1726773052.15979: _low_level_execute_command(): starting 3057 1726773052.15985: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283/ /root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283/AnsiballZ_command.py && sleep 0' 3057 1726773052.16475: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773052.16479: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773052.16481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.16483: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773052.16490: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.16546: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773052.16553: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773052.16591: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773052.18406: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773052.18461: stderr chunk (state=3): >>><<< 3057 1726773052.18466: stdout chunk (state=3): >>><<< 3057 1726773052.18480: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773052.18484: _low_level_execute_command(): starting 3057 1726773052.18494: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283/AnsiballZ_command.py && sleep 0' 3057 1726773052.18980: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773052.18984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.18990: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773052.18992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773052.18994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.19043: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773052.19046: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773052.19062: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773052.19102: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773052.46280: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:10:52.357443", "end": "2024-09-19 15:10:52.461796", "delta": "0:00:00.104353", "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}}} <<< 3057 1726773052.48018: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773052.48077: stderr chunk (state=3): >>><<< 3057 1726773052.48081: stdout chunk (state=3): >>><<< 3057 1726773052.48097: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:10:52.357443", "end": "2024-09-19 15:10:52.461796", "delta": "0:00:00.104353", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773052.48147: 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-1726773052.092182-6032-215542499960283/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773052.48154: _low_level_execute_command(): starting 3057 1726773052.48160: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773052.092182-6032-215542499960283/ > /dev/null 2>&1 && sleep 0' 3057 1726773052.48644: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773052.48666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.48670: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.48723: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773052.48726: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773052.48728: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773052.48775: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773052.50662: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773052.50721: stderr chunk (state=3): >>><<< 3057 1726773052.50725: stdout chunk (state=3): >>><<< 3057 1726773052.50742: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773052.50748: handler run complete 3057 1726773052.50770: Evaluated conditional (False): False 3057 1726773052.50780: attempt loop complete, returning result 3057 1726773052.50787: _execute() done 3057 1726773052.50789: dumping result to json 3057 1726773052.50796: done dumping result, returning 3057 1726773052.50805: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [02b512f9-4fcf-6140-6a9e-000000000c42] 3057 1726773052.50810: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000c42 3057 1726773052.50921: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000c42 3057 1726773052.50925: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.104353", "end": "2024-09-19 15:10:52.461796", "rc": 0, "start": "2024-09-19 15:10:52.357443" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 3057 1726773052.51023: no more pending results, returning what we have 3057 1726773052.51027: results queue empty 3057 1726773052.51028: checking for any_errors_fatal 3057 1726773052.51029: done checking for any_errors_fatal 3057 1726773052.51030: checking for max_fail_percentage 3057 1726773052.51031: done checking for max_fail_percentage 3057 1726773052.51032: checking to see if all hosts have failed and the running result is not ok 3057 1726773052.51033: done checking to see if all hosts have failed 3057 1726773052.51033: getting the remaining hosts for this loop 3057 1726773052.51041: done getting the remaining hosts for this loop 3057 1726773052.51045: getting the next task for host managed_node2 3057 1726773052.51051: done getting next task for host managed_node2 3057 1726773052.51054: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 3057 1726773052.51058: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773052.51069: getting variables 3057 1726773052.51070: in VariableManager get_vars() 3057 1726773052.51106: Calling all_inventory to load vars for managed_node2 3057 1726773052.51110: Calling groups_inventory to load vars for managed_node2 3057 1726773052.51112: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.51121: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.51123: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.51126: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.51271: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.51406: done with get_vars() 3057 1726773052.51415: done getting variables 3057 1726773052.51463: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 15:10:52 -0400 (0:00:00.469) 0:01:37.253 **** 3057 1726773052.51492: entering _queue_task() for managed_node2/shell 3057 1726773052.51713: worker is 1 (out of 1 available) 3057 1726773052.51728: exiting _queue_task() for managed_node2/shell 3057 1726773052.51744: done queuing things up, now waiting for results queue to drain 3057 1726773052.51746: waiting for pending results... 3057 1726773052.51947: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 3057 1726773052.52056: in run() - task 02b512f9-4fcf-6140-6a9e-000000000c43 3057 1726773052.52070: variable 'ansible_search_path' from source: unknown 3057 1726773052.52074: variable 'ansible_search_path' from source: unknown 3057 1726773052.52111: calling self._execute() 3057 1726773052.52194: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.52201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.52210: variable 'omit' from source: magic vars 3057 1726773052.52601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773052.52805: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773052.52843: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773052.52873: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773052.52925: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773052.53027: variable '__kernel_settings_register_verify_values' from source: set_fact 3057 1726773052.53053: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 3057 1726773052.53058: when evaluation is False, skipping this task 3057 1726773052.53061: _execute() done 3057 1726773052.53064: dumping result to json 3057 1726773052.53068: done dumping result, returning 3057 1726773052.53076: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [02b512f9-4fcf-6140-6a9e-000000000c43] 3057 1726773052.53081: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000c43 3057 1726773052.53181: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000c43 skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 3057 1726773052.53243: no more pending results, returning what we have 3057 1726773052.53247: results queue empty 3057 1726773052.53248: checking for any_errors_fatal 3057 1726773052.53258: done checking for any_errors_fatal 3057 1726773052.53259: checking for max_fail_percentage 3057 1726773052.53261: done checking for max_fail_percentage 3057 1726773052.53262: checking to see if all hosts have failed and the running result is not ok 3057 1726773052.53263: done checking to see if all hosts have failed 3057 1726773052.53263: getting the remaining hosts for this loop 3057 1726773052.53265: done getting the remaining hosts for this loop 3057 1726773052.53269: getting the next task for host managed_node2 3057 1726773052.53275: done getting next task for host managed_node2 3057 1726773052.53280: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 3057 1726773052.53284: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773052.53304: getting variables 3057 1726773052.53305: in VariableManager get_vars() 3057 1726773052.53343: Calling all_inventory to load vars for managed_node2 3057 1726773052.53346: Calling groups_inventory to load vars for managed_node2 3057 1726773052.53348: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.53358: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.53360: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.53363: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.53488: WORKER PROCESS EXITING 3057 1726773052.53502: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.53643: done with get_vars() 3057 1726773052.53653: done getting variables 3057 1726773052.53700: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 15:10:52 -0400 (0:00:00.022) 0:01:37.275 **** 3057 1726773052.53729: entering _queue_task() for managed_node2/fail 3057 1726773052.53953: worker is 1 (out of 1 available) 3057 1726773052.53970: exiting _queue_task() for managed_node2/fail 3057 1726773052.53984: done queuing things up, now waiting for results queue to drain 3057 1726773052.53986: waiting for pending results... 3057 1726773052.54185: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 3057 1726773052.54271: in run() - task 02b512f9-4fcf-6140-6a9e-000000000c44 3057 1726773052.54285: variable 'ansible_search_path' from source: unknown 3057 1726773052.54292: variable 'ansible_search_path' from source: unknown 3057 1726773052.54328: calling self._execute() 3057 1726773052.54408: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.54412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.54422: variable 'omit' from source: magic vars 3057 1726773052.54870: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773052.55055: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773052.55093: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773052.55120: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773052.55148: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773052.55246: variable '__kernel_settings_register_verify_values' from source: set_fact 3057 1726773052.55271: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 3057 1726773052.55274: when evaluation is False, skipping this task 3057 1726773052.55277: _execute() done 3057 1726773052.55280: dumping result to json 3057 1726773052.55283: done dumping result, returning 3057 1726773052.55292: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [02b512f9-4fcf-6140-6a9e-000000000c44] 3057 1726773052.55295: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000c44 3057 1726773052.55395: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000c44 3057 1726773052.55398: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 3057 1726773052.55470: no more pending results, returning what we have 3057 1726773052.55473: results queue empty 3057 1726773052.55474: checking for any_errors_fatal 3057 1726773052.55479: done checking for any_errors_fatal 3057 1726773052.55480: checking for max_fail_percentage 3057 1726773052.55482: done checking for max_fail_percentage 3057 1726773052.55483: checking to see if all hosts have failed and the running result is not ok 3057 1726773052.55484: done checking to see if all hosts have failed 3057 1726773052.55484: getting the remaining hosts for this loop 3057 1726773052.55486: done getting the remaining hosts for this loop 3057 1726773052.55492: getting the next task for host managed_node2 3057 1726773052.55499: done getting next task for host managed_node2 3057 1726773052.55504: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3057 1726773052.55507: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773052.55524: getting variables 3057 1726773052.55526: in VariableManager get_vars() 3057 1726773052.55563: Calling all_inventory to load vars for managed_node2 3057 1726773052.55566: Calling groups_inventory to load vars for managed_node2 3057 1726773052.55568: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.55578: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.55580: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.55584: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.55742: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.55870: done with get_vars() 3057 1726773052.55879: done getting variables 3057 1726773052.55929: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:10:52 -0400 (0:00:00.022) 0:01:37.298 **** 3057 1726773052.55955: entering _queue_task() for managed_node2/set_fact 3057 1726773052.56177: worker is 1 (out of 1 available) 3057 1726773052.56195: exiting _queue_task() for managed_node2/set_fact 3057 1726773052.56210: done queuing things up, now waiting for results queue to drain 3057 1726773052.56212: waiting for pending results... 3057 1726773052.56406: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3057 1726773052.56482: in run() - task 02b512f9-4fcf-6140-6a9e-000000000a04 3057 1726773052.56497: variable 'ansible_search_path' from source: unknown 3057 1726773052.56501: variable 'ansible_search_path' from source: unknown 3057 1726773052.56532: calling self._execute() 3057 1726773052.56619: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.56624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.56633: variable 'omit' from source: magic vars 3057 1726773052.56745: variable 'omit' from source: magic vars 3057 1726773052.56780: variable 'omit' from source: magic vars 3057 1726773052.56807: variable 'omit' from source: magic vars 3057 1726773052.56845: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773052.56878: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773052.56898: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773052.56915: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773052.56926: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773052.56956: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773052.56959: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.56963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.57041: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773052.57049: Set connection var ansible_pipelining to False 3057 1726773052.57052: Set connection var ansible_shell_type to sh 3057 1726773052.57055: Set connection var ansible_connection to ssh 3057 1726773052.57060: Set connection var ansible_timeout to 10 3057 1726773052.57067: Set connection var ansible_shell_executable to /bin/sh 3057 1726773052.57089: variable 'ansible_shell_executable' from source: unknown 3057 1726773052.57093: variable 'ansible_connection' from source: unknown 3057 1726773052.57095: variable 'ansible_module_compression' from source: unknown 3057 1726773052.57099: variable 'ansible_shell_type' from source: unknown 3057 1726773052.57102: variable 'ansible_shell_executable' from source: unknown 3057 1726773052.57105: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.57107: variable 'ansible_pipelining' from source: unknown 3057 1726773052.57110: variable 'ansible_timeout' from source: unknown 3057 1726773052.57112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.57231: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773052.57242: variable 'omit' from source: magic vars 3057 1726773052.57248: starting attempt loop 3057 1726773052.57251: running the handler 3057 1726773052.57261: handler run complete 3057 1726773052.57269: attempt loop complete, returning result 3057 1726773052.57272: _execute() done 3057 1726773052.57275: dumping result to json 3057 1726773052.57278: done dumping result, returning 3057 1726773052.57289: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [02b512f9-4fcf-6140-6a9e-000000000a04] 3057 1726773052.57292: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000a04 ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 3057 1726773052.57459: no more pending results, returning what we have 3057 1726773052.57462: results queue empty 3057 1726773052.57463: checking for any_errors_fatal 3057 1726773052.57471: done checking for any_errors_fatal 3057 1726773052.57471: checking for max_fail_percentage 3057 1726773052.57473: done checking for max_fail_percentage 3057 1726773052.57474: checking to see if all hosts have failed and the running result is not ok 3057 1726773052.57474: done checking to see if all hosts have failed 3057 1726773052.57475: getting the remaining hosts for this loop 3057 1726773052.57477: done getting the remaining hosts for this loop 3057 1726773052.57480: getting the next task for host managed_node2 3057 1726773052.57486: done getting next task for host managed_node2 3057 1726773052.57492: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3057 1726773052.57495: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773052.57506: getting variables 3057 1726773052.57507: in VariableManager get_vars() 3057 1726773052.57549: Calling all_inventory to load vars for managed_node2 3057 1726773052.57552: Calling groups_inventory to load vars for managed_node2 3057 1726773052.57554: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.57560: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000a04 3057 1726773052.57562: WORKER PROCESS EXITING 3057 1726773052.57570: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.57572: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.57574: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.57694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.57831: done with get_vars() 3057 1726773052.57842: done getting variables 3057 1726773052.57890: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:10:52 -0400 (0:00:00.019) 0:01:37.317 **** 3057 1726773052.57914: entering _queue_task() for managed_node2/set_fact 3057 1726773052.58139: worker is 1 (out of 1 available) 3057 1726773052.58153: exiting _queue_task() for managed_node2/set_fact 3057 1726773052.58168: done queuing things up, now waiting for results queue to drain 3057 1726773052.58170: waiting for pending results... 3057 1726773052.58405: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3057 1726773052.58563: in run() - task 02b512f9-4fcf-6140-6a9e-000000000a05 3057 1726773052.58590: variable 'ansible_search_path' from source: unknown 3057 1726773052.58599: variable 'ansible_search_path' from source: unknown 3057 1726773052.58653: calling self._execute() 3057 1726773052.58776: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.58791: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.58806: variable 'omit' from source: magic vars 3057 1726773052.58940: variable 'omit' from source: magic vars 3057 1726773052.59008: variable 'omit' from source: magic vars 3057 1726773052.59528: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773052.59840: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773052.59843: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773052.59845: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773052.59846: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773052.59937: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726773052.59950: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726773052.59957: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726773052.60001: variable 'omit' from source: magic vars 3057 1726773052.60024: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773052.60052: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773052.60065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773052.60080: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773052.60092: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773052.60117: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773052.60120: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.60123: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.60198: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773052.60206: Set connection var ansible_pipelining to False 3057 1726773052.60211: Set connection var ansible_shell_type to sh 3057 1726773052.60214: Set connection var ansible_connection to ssh 3057 1726773052.60216: Set connection var ansible_timeout to 10 3057 1726773052.60225: Set connection var ansible_shell_executable to /bin/sh 3057 1726773052.60247: variable 'ansible_shell_executable' from source: unknown 3057 1726773052.60250: variable 'ansible_connection' from source: unknown 3057 1726773052.60253: variable 'ansible_module_compression' from source: unknown 3057 1726773052.60255: variable 'ansible_shell_type' from source: unknown 3057 1726773052.60258: variable 'ansible_shell_executable' from source: unknown 3057 1726773052.60260: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.60267: variable 'ansible_pipelining' from source: unknown 3057 1726773052.60270: variable 'ansible_timeout' from source: unknown 3057 1726773052.60272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.60363: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773052.60373: variable 'omit' from source: magic vars 3057 1726773052.60376: starting attempt loop 3057 1726773052.60379: running the handler 3057 1726773052.60392: handler run complete 3057 1726773052.60399: attempt loop complete, returning result 3057 1726773052.60401: _execute() done 3057 1726773052.60404: dumping result to json 3057 1726773052.60407: done dumping result, returning 3057 1726773052.60415: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [02b512f9-4fcf-6140-6a9e-000000000a05] 3057 1726773052.60420: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000a05 3057 1726773052.60512: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000a05 3057 1726773052.60516: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 3057 1726773052.60594: no more pending results, returning what we have 3057 1726773052.60598: results queue empty 3057 1726773052.60598: checking for any_errors_fatal 3057 1726773052.60604: done checking for any_errors_fatal 3057 1726773052.60605: checking for max_fail_percentage 3057 1726773052.60606: done checking for max_fail_percentage 3057 1726773052.60607: checking to see if all hosts have failed and the running result is not ok 3057 1726773052.60608: done checking to see if all hosts have failed 3057 1726773052.60609: getting the remaining hosts for this loop 3057 1726773052.60610: done getting the remaining hosts for this loop 3057 1726773052.60614: getting the next task for host managed_node2 3057 1726773052.60622: done getting next task for host managed_node2 3057 1726773052.60625: ^ task is: TASK: meta (role_complete) 3057 1726773052.60628: ^ state is: HOST STATE: block=2, task=46, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773052.60640: getting variables 3057 1726773052.60641: in VariableManager get_vars() 3057 1726773052.60677: Calling all_inventory to load vars for managed_node2 3057 1726773052.60679: Calling groups_inventory to load vars for managed_node2 3057 1726773052.60681: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.60693: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.60696: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.60699: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.60861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.60994: done with get_vars() 3057 1726773052.61003: done getting variables 3057 1726773052.61066: done queuing things up, now waiting for results queue to drain 3057 1726773052.61067: results queue empty 3057 1726773052.61068: checking for any_errors_fatal 3057 1726773052.61069: done checking for any_errors_fatal 3057 1726773052.61070: checking for max_fail_percentage 3057 1726773052.61071: done checking for max_fail_percentage 3057 1726773052.61076: checking to see if all hosts have failed and the running result is not ok 3057 1726773052.61076: done checking to see if all hosts have failed 3057 1726773052.61077: getting the remaining hosts for this loop 3057 1726773052.61078: done getting the remaining hosts for this loop 3057 1726773052.61080: getting the next task for host managed_node2 3057 1726773052.61083: done getting next task for host managed_node2 3057 1726773052.61084: ^ task is: TASK: meta (flush_handlers) 3057 1726773052.61085: ^ state is: HOST STATE: block=2, task=47, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773052.61090: getting variables 3057 1726773052.61091: in VariableManager get_vars() 3057 1726773052.61100: Calling all_inventory to load vars for managed_node2 3057 1726773052.61101: Calling groups_inventory to load vars for managed_node2 3057 1726773052.61102: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.61106: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.61107: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.61110: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.61201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.61340: done with get_vars() 3057 1726773052.61349: done getting variables TASK [Force handlers] ********************************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:191 Thursday 19 September 2024 15:10:52 -0400 (0:00:00.034) 0:01:37.352 **** 3057 1726773052.61416: in VariableManager get_vars() 3057 1726773052.61427: Calling all_inventory to load vars for managed_node2 3057 1726773052.61429: Calling groups_inventory to load vars for managed_node2 3057 1726773052.61431: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.61437: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.61440: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.61443: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.61799: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.61980: done with get_vars() META: triggered running handlers for managed_node2 3057 1726773052.61998: done queuing things up, now waiting for results queue to drain 3057 1726773052.62000: results queue empty 3057 1726773052.62001: checking for any_errors_fatal 3057 1726773052.62002: done checking for any_errors_fatal 3057 1726773052.62003: checking for max_fail_percentage 3057 1726773052.62004: done checking for max_fail_percentage 3057 1726773052.62004: checking to see if all hosts have failed and the running result is not ok 3057 1726773052.62005: done checking to see if all hosts have failed 3057 1726773052.62006: getting the remaining hosts for this loop 3057 1726773052.62007: done getting the remaining hosts for this loop 3057 1726773052.62010: getting the next task for host managed_node2 3057 1726773052.62015: done getting next task for host managed_node2 3057 1726773052.62017: ^ task is: TASK: Ensure kernel_settings_reboot_required is not set or is false 3057 1726773052.62018: ^ state is: HOST STATE: block=2, task=48, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773052.62020: getting variables 3057 1726773052.62021: in VariableManager get_vars() 3057 1726773052.62032: Calling all_inventory to load vars for managed_node2 3057 1726773052.62036: Calling groups_inventory to load vars for managed_node2 3057 1726773052.62039: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.62044: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.62046: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.62049: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.62190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.62383: done with get_vars() 3057 1726773052.62394: done getting variables 3057 1726773052.62432: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure kernel_settings_reboot_required is not set or is false] *********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:194 Thursday 19 September 2024 15:10:52 -0400 (0:00:00.010) 0:01:37.363 **** 3057 1726773052.62456: entering _queue_task() for managed_node2/assert 3057 1726773052.62755: worker is 1 (out of 1 available) 3057 1726773052.62769: exiting _queue_task() for managed_node2/assert 3057 1726773052.62784: done queuing things up, now waiting for results queue to drain 3057 1726773052.62785: waiting for pending results... 3057 1726773052.63172: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false 3057 1726773052.63264: in run() - task 02b512f9-4fcf-6140-6a9e-000000000027 3057 1726773052.63277: variable 'ansible_search_path' from source: unknown 3057 1726773052.63372: calling self._execute() 3057 1726773052.63475: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.63495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.63641: variable 'omit' from source: magic vars 3057 1726773052.63661: variable 'omit' from source: magic vars 3057 1726773052.63707: variable 'omit' from source: magic vars 3057 1726773052.63753: variable 'omit' from source: magic vars 3057 1726773052.63820: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773052.63880: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773052.63914: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773052.63983: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773052.63989: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773052.64011: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773052.64021: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.64030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.64156: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773052.64172: Set connection var ansible_pipelining to False 3057 1726773052.64203: Set connection var ansible_shell_type to sh 3057 1726773052.64206: Set connection var ansible_connection to ssh 3057 1726773052.64209: Set connection var ansible_timeout to 10 3057 1726773052.64214: Set connection var ansible_shell_executable to /bin/sh 3057 1726773052.64250: variable 'ansible_shell_executable' from source: unknown 3057 1726773052.64312: variable 'ansible_connection' from source: unknown 3057 1726773052.64316: variable 'ansible_module_compression' from source: unknown 3057 1726773052.64318: variable 'ansible_shell_type' from source: unknown 3057 1726773052.64321: variable 'ansible_shell_executable' from source: unknown 3057 1726773052.64324: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.64327: variable 'ansible_pipelining' from source: unknown 3057 1726773052.64329: variable 'ansible_timeout' from source: unknown 3057 1726773052.64331: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.64494: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773052.64513: variable 'omit' from source: magic vars 3057 1726773052.64528: starting attempt loop 3057 1726773052.64537: running the handler 3057 1726773052.65040: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773052.67322: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773052.67383: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773052.67415: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773052.67448: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773052.67471: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773052.67547: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773052.67569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773052.67589: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773052.67619: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773052.67630: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773052.67732: variable 'kernel_settings_reboot_required' from source: set_fact 3057 1726773052.67752: Evaluated conditional (not kernel_settings_reboot_required | d(false)): True 3057 1726773052.67755: handler run complete 3057 1726773052.67775: attempt loop complete, returning result 3057 1726773052.67780: _execute() done 3057 1726773052.67783: dumping result to json 3057 1726773052.67785: done dumping result, returning 3057 1726773052.67795: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false [02b512f9-4fcf-6140-6a9e-000000000027] 3057 1726773052.67799: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000027 3057 1726773052.67896: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000027 3057 1726773052.67900: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 3057 1726773052.67953: no more pending results, returning what we have 3057 1726773052.67957: results queue empty 3057 1726773052.67958: checking for any_errors_fatal 3057 1726773052.67960: done checking for any_errors_fatal 3057 1726773052.67960: checking for max_fail_percentage 3057 1726773052.67962: done checking for max_fail_percentage 3057 1726773052.67963: checking to see if all hosts have failed and the running result is not ok 3057 1726773052.67964: done checking to see if all hosts have failed 3057 1726773052.67964: getting the remaining hosts for this loop 3057 1726773052.67966: done getting the remaining hosts for this loop 3057 1726773052.67971: getting the next task for host managed_node2 3057 1726773052.67976: done getting next task for host managed_node2 3057 1726773052.67979: ^ task is: TASK: Ensure role reported changed 3057 1726773052.67981: ^ state is: HOST STATE: block=2, task=49, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773052.67985: getting variables 3057 1726773052.67987: in VariableManager get_vars() 3057 1726773052.68032: Calling all_inventory to load vars for managed_node2 3057 1726773052.68037: Calling groups_inventory to load vars for managed_node2 3057 1726773052.68039: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.68049: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.68058: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.68062: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.68213: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.68472: done with get_vars() 3057 1726773052.68484: done getting variables 3057 1726773052.68553: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure role reported changed] ******************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:198 Thursday 19 September 2024 15:10:52 -0400 (0:00:00.061) 0:01:37.424 **** 3057 1726773052.68582: entering _queue_task() for managed_node2/assert 3057 1726773052.68874: worker is 1 (out of 1 available) 3057 1726773052.68890: exiting _queue_task() for managed_node2/assert 3057 1726773052.68905: done queuing things up, now waiting for results queue to drain 3057 1726773052.68907: waiting for pending results... 3057 1726773052.69357: running TaskExecutor() for managed_node2/TASK: Ensure role reported changed 3057 1726773052.69363: in run() - task 02b512f9-4fcf-6140-6a9e-000000000028 3057 1726773052.69377: variable 'ansible_search_path' from source: unknown 3057 1726773052.69428: calling self._execute() 3057 1726773052.69557: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.69563: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.69572: variable 'omit' from source: magic vars 3057 1726773052.69672: variable 'omit' from source: magic vars 3057 1726773052.69702: variable 'omit' from source: magic vars 3057 1726773052.69727: variable 'omit' from source: magic vars 3057 1726773052.69766: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773052.69801: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773052.69820: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773052.69837: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773052.69850: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773052.69876: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773052.69880: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.69883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.69963: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773052.69970: Set connection var ansible_pipelining to False 3057 1726773052.69973: Set connection var ansible_shell_type to sh 3057 1726773052.69976: Set connection var ansible_connection to ssh 3057 1726773052.69982: Set connection var ansible_timeout to 10 3057 1726773052.69991: Set connection var ansible_shell_executable to /bin/sh 3057 1726773052.70010: variable 'ansible_shell_executable' from source: unknown 3057 1726773052.70013: variable 'ansible_connection' from source: unknown 3057 1726773052.70016: variable 'ansible_module_compression' from source: unknown 3057 1726773052.70019: variable 'ansible_shell_type' from source: unknown 3057 1726773052.70021: variable 'ansible_shell_executable' from source: unknown 3057 1726773052.70024: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.70029: variable 'ansible_pipelining' from source: unknown 3057 1726773052.70031: variable 'ansible_timeout' from source: unknown 3057 1726773052.70037: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.70157: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773052.70170: variable 'omit' from source: magic vars 3057 1726773052.70174: starting attempt loop 3057 1726773052.70177: running the handler 3057 1726773052.70460: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773052.72642: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773052.72646: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773052.72649: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773052.72651: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773052.72680: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773052.72780: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773052.72817: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773052.72853: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773052.72900: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773052.72922: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773052.73061: variable '__kernel_settings_changed' from source: set_fact 3057 1726773052.73087: Evaluated conditional (__kernel_settings_changed | d(false)): True 3057 1726773052.73102: handler run complete 3057 1726773052.73155: attempt loop complete, returning result 3057 1726773052.73158: _execute() done 3057 1726773052.73161: dumping result to json 3057 1726773052.73163: done dumping result, returning 3057 1726773052.73166: done running TaskExecutor() for managed_node2/TASK: Ensure role reported changed [02b512f9-4fcf-6140-6a9e-000000000028] 3057 1726773052.73171: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000028 3057 1726773052.73275: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000028 3057 1726773052.73278: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 3057 1726773052.73337: no more pending results, returning what we have 3057 1726773052.73342: results queue empty 3057 1726773052.73343: checking for any_errors_fatal 3057 1726773052.73350: done checking for any_errors_fatal 3057 1726773052.73354: checking for max_fail_percentage 3057 1726773052.73358: done checking for max_fail_percentage 3057 1726773052.73359: checking to see if all hosts have failed and the running result is not ok 3057 1726773052.73360: done checking to see if all hosts have failed 3057 1726773052.73360: getting the remaining hosts for this loop 3057 1726773052.73363: done getting the remaining hosts for this loop 3057 1726773052.73367: getting the next task for host managed_node2 3057 1726773052.73373: done getting next task for host managed_node2 3057 1726773052.73376: ^ task is: TASK: Check sysctl 3057 1726773052.73378: ^ state is: HOST STATE: block=2, task=50, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773052.73381: getting variables 3057 1726773052.73383: in VariableManager get_vars() 3057 1726773052.73426: Calling all_inventory to load vars for managed_node2 3057 1726773052.73428: Calling groups_inventory to load vars for managed_node2 3057 1726773052.73431: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773052.73443: Calling all_plugins_play to load vars for managed_node2 3057 1726773052.73446: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773052.73455: Calling groups_plugins_play to load vars for managed_node2 3057 1726773052.73605: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773052.73740: done with get_vars() 3057 1726773052.73751: done getting variables 3057 1726773052.73799: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check sysctl] ************************************************************ task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:202 Thursday 19 September 2024 15:10:52 -0400 (0:00:00.052) 0:01:37.476 **** 3057 1726773052.73821: entering _queue_task() for managed_node2/shell 3057 1726773052.74049: worker is 1 (out of 1 available) 3057 1726773052.74064: exiting _queue_task() for managed_node2/shell 3057 1726773052.74078: done queuing things up, now waiting for results queue to drain 3057 1726773052.74080: waiting for pending results... 3057 1726773052.74277: running TaskExecutor() for managed_node2/TASK: Check sysctl 3057 1726773052.74351: in run() - task 02b512f9-4fcf-6140-6a9e-000000000029 3057 1726773052.74365: variable 'ansible_search_path' from source: unknown 3057 1726773052.74403: calling self._execute() 3057 1726773052.74488: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.74497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.74505: variable 'omit' from source: magic vars 3057 1726773052.74601: variable 'omit' from source: magic vars 3057 1726773052.74629: variable 'omit' from source: magic vars 3057 1726773052.74656: variable 'omit' from source: magic vars 3057 1726773052.74748: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773052.74752: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773052.74802: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773052.74806: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773052.74817: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773052.74886: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773052.74891: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.74893: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.75140: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773052.75143: Set connection var ansible_pipelining to False 3057 1726773052.75146: Set connection var ansible_shell_type to sh 3057 1726773052.75148: Set connection var ansible_connection to ssh 3057 1726773052.75150: Set connection var ansible_timeout to 10 3057 1726773052.75152: Set connection var ansible_shell_executable to /bin/sh 3057 1726773052.75154: variable 'ansible_shell_executable' from source: unknown 3057 1726773052.75156: variable 'ansible_connection' from source: unknown 3057 1726773052.75158: variable 'ansible_module_compression' from source: unknown 3057 1726773052.75160: variable 'ansible_shell_type' from source: unknown 3057 1726773052.75162: variable 'ansible_shell_executable' from source: unknown 3057 1726773052.75165: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773052.75167: variable 'ansible_pipelining' from source: unknown 3057 1726773052.75169: variable 'ansible_timeout' from source: unknown 3057 1726773052.75171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773052.75268: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773052.75285: variable 'omit' from source: magic vars 3057 1726773052.75304: starting attempt loop 3057 1726773052.75319: running the handler 3057 1726773052.75340: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773052.75365: _low_level_execute_command(): starting 3057 1726773052.75377: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773052.76222: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773052.76257: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773052.76347: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773052.78073: stdout chunk (state=3): >>>/root <<< 3057 1726773052.78175: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773052.78241: stderr chunk (state=3): >>><<< 3057 1726773052.78249: stdout chunk (state=3): >>><<< 3057 1726773052.78274: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773052.78289: _low_level_execute_command(): starting 3057 1726773052.78293: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710 `" && echo ansible-tmp-1726773052.7827466-6060-25389076413710="` echo /root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710 `" ) && sleep 0' 3057 1726773052.79000: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773052.79060: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.79143: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773052.79172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773052.79196: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773052.79299: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773052.81250: stdout chunk (state=3): >>>ansible-tmp-1726773052.7827466-6060-25389076413710=/root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710 <<< 3057 1726773052.81358: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773052.81420: stderr chunk (state=3): >>><<< 3057 1726773052.81423: stdout chunk (state=3): >>><<< 3057 1726773052.81444: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773052.7827466-6060-25389076413710=/root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773052.81477: variable 'ansible_module_compression' from source: unknown 3057 1726773052.81527: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773052.81565: variable 'ansible_facts' from source: unknown 3057 1726773052.81622: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710/AnsiballZ_command.py 3057 1726773052.81744: Sending initial data 3057 1726773052.81747: Sent initial data (153 bytes) 3057 1726773052.82239: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773052.82242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.82247: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773052.82249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.82305: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773052.82309: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773052.82312: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773052.82367: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773052.83949: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773052.83983: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773052.84044: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp7nb2msox /root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710/AnsiballZ_command.py <<< 3057 1726773052.84048: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710/AnsiballZ_command.py" <<< 3057 1726773052.84075: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp7nb2msox" to remote "/root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710/AnsiballZ_command.py" <<< 3057 1726773052.85215: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773052.85219: stdout chunk (state=3): >>><<< 3057 1726773052.85222: stderr chunk (state=3): >>><<< 3057 1726773052.85224: done transferring module to remote 3057 1726773052.85227: _low_level_execute_command(): starting 3057 1726773052.85229: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710/ /root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710/AnsiballZ_command.py && sleep 0' 3057 1726773052.85778: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773052.85795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773052.85807: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.85858: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773052.85873: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773052.85921: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773052.87719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773052.87782: stderr chunk (state=3): >>><<< 3057 1726773052.87786: stdout chunk (state=3): >>><<< 3057 1726773052.87803: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773052.87806: _low_level_execute_command(): starting 3057 1726773052.87812: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710/AnsiballZ_command.py && sleep 0' 3057 1726773052.88309: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773052.88313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.88316: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773052.88320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773052.88366: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773052.88370: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773052.88385: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773052.88441: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.05665: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "start": "2024-09-19 15:10:53.050329", "end": "2024-09-19 15:10:53.055749", "delta": "0:00:00.005420", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773053.07266: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773053.07325: stderr chunk (state=3): >>><<< 3057 1726773053.07329: stdout chunk (state=3): >>><<< 3057 1726773053.07353: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "start": "2024-09-19 15:10:53.050329", "end": "2024-09-19 15:10:53.055749", "delta": "0:00:00.005420", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773053.07457: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773053.07464: _low_level_execute_command(): starting 3057 1726773053.07469: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773052.7827466-6060-25389076413710/ > /dev/null 2>&1 && sleep 0' 3057 1726773053.07941: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773053.07972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773053.07975: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.07978: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773053.07983: 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.45.18 originally 10.31.45.18 <<< 3057 1726773053.07990: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.08043: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773053.08047: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773053.08049: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.08100: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.10090: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773053.10094: stdout chunk (state=3): >>><<< 3057 1726773053.10096: stderr chunk (state=3): >>><<< 3057 1726773053.10112: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773053.10241: handler run complete 3057 1726773053.10244: Evaluated conditional (False): False 3057 1726773053.10247: attempt loop complete, returning result 3057 1726773053.10249: _execute() done 3057 1726773053.10251: dumping result to json 3057 1726773053.10253: done dumping result, returning 3057 1726773053.10256: done running TaskExecutor() for managed_node2/TASK: Check sysctl [02b512f9-4fcf-6140-6a9e-000000000029] 3057 1726773053.10259: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000029 3057 1726773053.10338: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000029 ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "delta": "0:00:00.005420", "end": "2024-09-19 15:10:53.055749", "rc": 0, "start": "2024-09-19 15:10:53.050329" } 3057 1726773053.10408: no more pending results, returning what we have 3057 1726773053.10413: results queue empty 3057 1726773053.10413: checking for any_errors_fatal 3057 1726773053.10421: done checking for any_errors_fatal 3057 1726773053.10422: checking for max_fail_percentage 3057 1726773053.10424: done checking for max_fail_percentage 3057 1726773053.10425: checking to see if all hosts have failed and the running result is not ok 3057 1726773053.10426: done checking to see if all hosts have failed 3057 1726773053.10427: getting the remaining hosts for this loop 3057 1726773053.10429: done getting the remaining hosts for this loop 3057 1726773053.10433: getting the next task for host managed_node2 3057 1726773053.10442: done getting next task for host managed_node2 3057 1726773053.10446: ^ task is: TASK: Check sysfs after role runs 3057 1726773053.10448: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773053.10452: getting variables 3057 1726773053.10454: in VariableManager get_vars() 3057 1726773053.10495: Calling all_inventory to load vars for managed_node2 3057 1726773053.10498: Calling groups_inventory to load vars for managed_node2 3057 1726773053.10500: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773053.10512: Calling all_plugins_play to load vars for managed_node2 3057 1726773053.10514: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773053.10517: Calling groups_plugins_play to load vars for managed_node2 3057 1726773053.11023: WORKER PROCESS EXITING 3057 1726773053.11056: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773053.11262: done with get_vars() 3057 1726773053.11275: done getting variables 3057 1726773053.11342: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check sysfs after role runs] ********************************************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:208 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.375) 0:01:37.852 **** 3057 1726773053.11374: entering _queue_task() for managed_node2/command 3057 1726773053.11856: worker is 1 (out of 1 available) 3057 1726773053.11869: exiting _queue_task() for managed_node2/command 3057 1726773053.11881: done queuing things up, now waiting for results queue to drain 3057 1726773053.11883: waiting for pending results... 3057 1726773053.12008: running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs 3057 1726773053.12113: in run() - task 02b512f9-4fcf-6140-6a9e-00000000002a 3057 1726773053.12143: variable 'ansible_search_path' from source: unknown 3057 1726773053.12191: calling self._execute() 3057 1726773053.12313: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773053.12327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773053.12453: variable 'omit' from source: magic vars 3057 1726773053.12479: variable 'omit' from source: magic vars 3057 1726773053.12521: variable 'omit' from source: magic vars 3057 1726773053.12567: variable 'omit' from source: magic vars 3057 1726773053.12620: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773053.12674: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773053.12703: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773053.12730: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773053.12750: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773053.12793: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773053.12802: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773053.12811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773053.12928: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773053.12945: Set connection var ansible_pipelining to False 3057 1726773053.12953: Set connection var ansible_shell_type to sh 3057 1726773053.12960: Set connection var ansible_connection to ssh 3057 1726773053.12970: Set connection var ansible_timeout to 10 3057 1726773053.12983: Set connection var ansible_shell_executable to /bin/sh 3057 1726773053.13020: variable 'ansible_shell_executable' from source: unknown 3057 1726773053.13029: variable 'ansible_connection' from source: unknown 3057 1726773053.13102: variable 'ansible_module_compression' from source: unknown 3057 1726773053.13105: variable 'ansible_shell_type' from source: unknown 3057 1726773053.13108: variable 'ansible_shell_executable' from source: unknown 3057 1726773053.13111: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773053.13114: variable 'ansible_pipelining' from source: unknown 3057 1726773053.13116: variable 'ansible_timeout' from source: unknown 3057 1726773053.13118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773053.13250: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773053.13268: variable 'omit' from source: magic vars 3057 1726773053.13278: starting attempt loop 3057 1726773053.13286: running the handler 3057 1726773053.13306: _low_level_execute_command(): starting 3057 1726773053.13323: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773053.14165: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.14253: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773053.14295: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.14355: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.16035: stdout chunk (state=3): >>>/root <<< 3057 1726773053.16173: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773053.16234: stderr chunk (state=3): >>><<< 3057 1726773053.16261: stdout chunk (state=3): >>><<< 3057 1726773053.16290: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773053.16410: _low_level_execute_command(): starting 3057 1726773053.16415: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193 `" && echo ansible-tmp-1726773053.1629837-6077-281465380102193="` echo /root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193 `" ) && sleep 0' 3057 1726773053.17071: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773053.17075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773053.17138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773053.17145: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773053.17160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.17180: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.17274: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.19223: stdout chunk (state=3): >>>ansible-tmp-1726773053.1629837-6077-281465380102193=/root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193 <<< 3057 1726773053.19444: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773053.19447: stdout chunk (state=3): >>><<< 3057 1726773053.19450: stderr chunk (state=3): >>><<< 3057 1726773053.19464: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773053.1629837-6077-281465380102193=/root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773053.19507: variable 'ansible_module_compression' from source: unknown 3057 1726773053.19739: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773053.19744: variable 'ansible_facts' from source: unknown 3057 1726773053.19747: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193/AnsiballZ_command.py 3057 1726773053.19864: Sending initial data 3057 1726773053.19868: Sent initial data (154 bytes) 3057 1726773053.20558: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.20611: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773053.20627: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773053.20652: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.20726: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.22327: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773053.22366: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773053.22412: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpeptzds5v /root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193/AnsiballZ_command.py <<< 3057 1726773053.22414: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193/AnsiballZ_command.py" <<< 3057 1726773053.22454: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpeptzds5v" to remote "/root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193/AnsiballZ_command.py" <<< 3057 1726773053.23189: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773053.23193: stderr chunk (state=3): >>><<< 3057 1726773053.23333: stdout chunk (state=3): >>><<< 3057 1726773053.23339: done transferring module to remote 3057 1726773053.23341: _low_level_execute_command(): starting 3057 1726773053.23344: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193/ /root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193/AnsiballZ_command.py && sleep 0' 3057 1726773053.23879: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773053.23892: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.23905: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773053.23918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.23963: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773053.23981: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.24024: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.25844: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773053.25904: stderr chunk (state=3): >>><<< 3057 1726773053.25910: stdout chunk (state=3): >>><<< 3057 1726773053.25926: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773053.25929: _low_level_execute_command(): starting 3057 1726773053.25936: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193/AnsiballZ_command.py && sleep 0' 3057 1726773053.26400: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773053.26410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.26422: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773053.26433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.26496: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773053.26500: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773053.26504: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.26547: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.43757: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["grep", "-Lxqv", "60666", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:10:53.431593", "end": "2024-09-19 15:10:53.435197", "delta": "0:00:00.003604", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -Lxqv 60666 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773053.45210: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773053.45268: stderr chunk (state=3): >>><<< 3057 1726773053.45271: stdout chunk (state=3): >>><<< 3057 1726773053.45342: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["grep", "-Lxqv", "60666", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:10:53.431593", "end": "2024-09-19 15:10:53.435197", "delta": "0:00:00.003604", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -Lxqv 60666 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773053.45346: done with _execute_module (ansible.legacy.command, {'_raw_params': 'grep -Lxqv 60666 /sys/class/net/lo/mtu', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773053.45349: _low_level_execute_command(): starting 3057 1726773053.45351: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773053.1629837-6077-281465380102193/ > /dev/null 2>&1 && sleep 0' 3057 1726773053.45966: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773053.46018: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.46060: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.47939: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773053.47996: stderr chunk (state=3): >>><<< 3057 1726773053.48000: stdout chunk (state=3): >>><<< 3057 1726773053.48015: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773053.48023: handler run complete 3057 1726773053.48045: Evaluated conditional (False): False 3057 1726773053.48055: attempt loop complete, returning result 3057 1726773053.48058: _execute() done 3057 1726773053.48060: dumping result to json 3057 1726773053.48066: done dumping result, returning 3057 1726773053.48073: done running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs [02b512f9-4fcf-6140-6a9e-00000000002a] 3057 1726773053.48079: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000002a 3057 1726773053.48189: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000002a 3057 1726773053.48192: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "grep", "-Lxqv", "60666", "/sys/class/net/lo/mtu" ], "delta": "0:00:00.003604", "end": "2024-09-19 15:10:53.435197", "rc": 0, "start": "2024-09-19 15:10:53.431593" } 3057 1726773053.48267: no more pending results, returning what we have 3057 1726773053.48270: results queue empty 3057 1726773053.48271: checking for any_errors_fatal 3057 1726773053.48278: done checking for any_errors_fatal 3057 1726773053.48279: checking for max_fail_percentage 3057 1726773053.48281: done checking for max_fail_percentage 3057 1726773053.48281: checking to see if all hosts have failed and the running result is not ok 3057 1726773053.48282: done checking to see if all hosts have failed 3057 1726773053.48283: getting the remaining hosts for this loop 3057 1726773053.48285: done getting the remaining hosts for this loop 3057 1726773053.48289: getting the next task for host managed_node2 3057 1726773053.48296: done getting next task for host managed_node2 3057 1726773053.48300: ^ task is: TASK: Cleanup 3057 1726773053.48307: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=1, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3057 1726773053.48311: getting variables 3057 1726773053.48313: in VariableManager get_vars() 3057 1726773053.48351: Calling all_inventory to load vars for managed_node2 3057 1726773053.48354: Calling groups_inventory to load vars for managed_node2 3057 1726773053.48356: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773053.48366: Calling all_plugins_play to load vars for managed_node2 3057 1726773053.48369: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773053.48372: Calling groups_plugins_play to load vars for managed_node2 3057 1726773053.48503: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773053.48636: done with get_vars() 3057 1726773053.48648: done getting variables TASK [Cleanup] ***************************************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:213 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.373) 0:01:38.225 **** 3057 1726773053.48722: entering _queue_task() for managed_node2/include_tasks 3057 1726773053.48948: worker is 1 (out of 1 available) 3057 1726773053.48964: exiting _queue_task() for managed_node2/include_tasks 3057 1726773053.48981: done queuing things up, now waiting for results queue to drain 3057 1726773053.48983: waiting for pending results... 3057 1726773053.49354: running TaskExecutor() for managed_node2/TASK: Cleanup 3057 1726773053.49359: in run() - task 02b512f9-4fcf-6140-6a9e-00000000002b 3057 1726773053.49363: variable 'ansible_search_path' from source: unknown 3057 1726773053.49413: calling self._execute() 3057 1726773053.49547: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773053.49551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773053.49656: variable 'omit' from source: magic vars 3057 1726773053.49688: _execute() done 3057 1726773053.49697: dumping result to json 3057 1726773053.49705: done dumping result, returning 3057 1726773053.49716: done running TaskExecutor() for managed_node2/TASK: Cleanup [02b512f9-4fcf-6140-6a9e-00000000002b] 3057 1726773053.49727: sending task result for task 02b512f9-4fcf-6140-6a9e-00000000002b 3057 1726773053.49899: no more pending results, returning what we have 3057 1726773053.49905: in VariableManager get_vars() 3057 1726773053.49963: Calling all_inventory to load vars for managed_node2 3057 1726773053.49967: Calling groups_inventory to load vars for managed_node2 3057 1726773053.49969: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773053.49986: Calling all_plugins_play to load vars for managed_node2 3057 1726773053.49990: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773053.49994: Calling groups_plugins_play to load vars for managed_node2 3057 1726773053.50399: done sending task result for task 02b512f9-4fcf-6140-6a9e-00000000002b 3057 1726773053.50403: WORKER PROCESS EXITING 3057 1726773053.50415: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773053.50536: done with get_vars() 3057 1726773053.50542: variable 'ansible_search_path' from source: unknown 3057 1726773053.50553: we have included files to process 3057 1726773053.50554: generating all_blocks data 3057 1726773053.50555: done generating all_blocks data 3057 1726773053.50559: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 3057 1726773053.50560: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 3057 1726773053.50561: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 3057 1726773053.51248: done processing included file 3057 1726773053.51250: iterating over new_blocks loaded from include file 3057 1726773053.51251: in VariableManager get_vars() 3057 1726773053.51264: done with get_vars() 3057 1726773053.51265: filtering new block on tags 3057 1726773053.51298: done filtering new block on tags 3057 1726773053.51301: in VariableManager get_vars() 3057 1726773053.51312: done with get_vars() 3057 1726773053.51313: filtering new block on tags 3057 1726773053.51356: done filtering new block on tags 3057 1726773053.51358: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml for managed_node2 3057 1726773053.51362: extending task lists for all hosts with included blocks 3057 1726773053.54166: done extending task lists 3057 1726773053.54168: done processing included files 3057 1726773053.54169: results queue empty 3057 1726773053.54169: checking for any_errors_fatal 3057 1726773053.54172: done checking for any_errors_fatal 3057 1726773053.54173: checking for max_fail_percentage 3057 1726773053.54174: done checking for max_fail_percentage 3057 1726773053.54174: checking to see if all hosts have failed and the running result is not ok 3057 1726773053.54175: done checking to see if all hosts have failed 3057 1726773053.54175: getting the remaining hosts for this loop 3057 1726773053.54177: done getting the remaining hosts for this loop 3057 1726773053.54178: getting the next task for host managed_node2 3057 1726773053.54182: done getting next task for host managed_node2 3057 1726773053.54184: ^ task is: TASK: Show current tuned profile settings 3057 1726773053.54186: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=2, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773053.54189: getting variables 3057 1726773053.54190: in VariableManager get_vars() 3057 1726773053.54203: Calling all_inventory to load vars for managed_node2 3057 1726773053.54205: Calling groups_inventory to load vars for managed_node2 3057 1726773053.54206: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773053.54213: Calling all_plugins_play to load vars for managed_node2 3057 1726773053.54215: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773053.54217: Calling groups_plugins_play to load vars for managed_node2 3057 1726773053.54332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773053.54450: done with get_vars() 3057 1726773053.54459: done getting variables 3057 1726773053.54497: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show current tuned profile settings] ************************************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.057) 0:01:38.283 **** 3057 1726773053.54518: entering _queue_task() for managed_node2/command 3057 1726773053.54766: worker is 1 (out of 1 available) 3057 1726773053.54781: exiting _queue_task() for managed_node2/command 3057 1726773053.54798: done queuing things up, now waiting for results queue to drain 3057 1726773053.54800: waiting for pending results... 3057 1726773053.55004: running TaskExecutor() for managed_node2/TASK: Show current tuned profile settings 3057 1726773053.55078: in run() - task 02b512f9-4fcf-6140-6a9e-000000000cab 3057 1726773053.55093: variable 'ansible_search_path' from source: unknown 3057 1726773053.55096: variable 'ansible_search_path' from source: unknown 3057 1726773053.55132: calling self._execute() 3057 1726773053.55210: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773053.55214: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773053.55223: variable 'omit' from source: magic vars 3057 1726773053.55313: variable 'omit' from source: magic vars 3057 1726773053.55347: variable 'omit' from source: magic vars 3057 1726773053.55623: variable '__kernel_settings_profile_filename' from source: role '' exported vars 3057 1726773053.55686: variable '__kernel_settings_profile_dir' from source: role '' exported vars 3057 1726773053.55754: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773053.55758: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 3057 1726773053.55800: variable 'omit' from source: magic vars 3057 1726773053.55838: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773053.55870: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773053.55891: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773053.55905: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773053.55919: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773053.55947: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773053.55951: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773053.55954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773053.56026: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773053.56034: Set connection var ansible_pipelining to False 3057 1726773053.56039: Set connection var ansible_shell_type to sh 3057 1726773053.56042: Set connection var ansible_connection to ssh 3057 1726773053.56047: Set connection var ansible_timeout to 10 3057 1726773053.56054: Set connection var ansible_shell_executable to /bin/sh 3057 1726773053.56074: variable 'ansible_shell_executable' from source: unknown 3057 1726773053.56077: variable 'ansible_connection' from source: unknown 3057 1726773053.56080: variable 'ansible_module_compression' from source: unknown 3057 1726773053.56083: variable 'ansible_shell_type' from source: unknown 3057 1726773053.56086: variable 'ansible_shell_executable' from source: unknown 3057 1726773053.56091: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773053.56093: variable 'ansible_pipelining' from source: unknown 3057 1726773053.56096: variable 'ansible_timeout' from source: unknown 3057 1726773053.56098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773053.56234: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773053.56246: variable 'omit' from source: magic vars 3057 1726773053.56251: starting attempt loop 3057 1726773053.56254: running the handler 3057 1726773053.56269: _low_level_execute_command(): starting 3057 1726773053.56275: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773053.56847: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773053.56852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.56855: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773053.56857: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.56915: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773053.56919: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773053.56925: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.56966: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.58671: stdout chunk (state=3): >>>/root <<< 3057 1726773053.58776: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773053.58841: stderr chunk (state=3): >>><<< 3057 1726773053.58848: stdout chunk (state=3): >>><<< 3057 1726773053.58873: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773053.58885: _low_level_execute_command(): starting 3057 1726773053.58893: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154 `" && echo ansible-tmp-1726773053.5887287-6094-202152390989154="` echo /root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154 `" ) && sleep 0' 3057 1726773053.59395: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773053.59399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.59409: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773053.59411: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773053.59414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.59458: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773053.59462: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773053.59464: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.59508: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.61456: stdout chunk (state=3): >>>ansible-tmp-1726773053.5887287-6094-202152390989154=/root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154 <<< 3057 1726773053.61566: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773053.61626: stderr chunk (state=3): >>><<< 3057 1726773053.61630: stdout chunk (state=3): >>><<< 3057 1726773053.61650: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773053.5887287-6094-202152390989154=/root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773053.61685: variable 'ansible_module_compression' from source: unknown 3057 1726773053.61726: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773053.61763: variable 'ansible_facts' from source: unknown 3057 1726773053.61816: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154/AnsiballZ_command.py 3057 1726773053.61934: Sending initial data 3057 1726773053.61941: Sent initial data (154 bytes) 3057 1726773053.62429: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773053.62434: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773053.62437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773053.62440: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773053.62444: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.62484: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773053.62490: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773053.62506: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.62562: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.64140: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773053.64175: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773053.64212: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpxyk_bxvk /root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154/AnsiballZ_command.py <<< 3057 1726773053.64216: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154/AnsiballZ_command.py" <<< 3057 1726773053.64251: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpxyk_bxvk" to remote "/root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154/AnsiballZ_command.py" <<< 3057 1726773053.64255: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154/AnsiballZ_command.py" <<< 3057 1726773053.64783: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773053.64861: stderr chunk (state=3): >>><<< 3057 1726773053.64864: stdout chunk (state=3): >>><<< 3057 1726773053.64884: done transferring module to remote 3057 1726773053.64896: _low_level_execute_command(): starting 3057 1726773053.64901: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154/ /root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154/AnsiballZ_command.py && sleep 0' 3057 1726773053.65383: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773053.65386: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773053.65389: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773053.65392: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773053.65398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.65448: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773053.65451: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.65507: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.67364: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773053.67378: stderr chunk (state=3): >>><<< 3057 1726773053.67381: stdout chunk (state=3): >>><<< 3057 1726773053.67399: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773053.67403: _low_level_execute_command(): starting 3057 1726773053.67408: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154/AnsiballZ_command.py && sleep 0' 3057 1726773053.67895: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773053.67899: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.67901: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773053.67904: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773053.67906: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773053.67954: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773053.67958: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.68008: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.85089: stdout chunk (state=3): >>> {"changed": true, "stdout": "#\n# Ansible managed\n#\n# system_role:kernel_settings\n\n[main]\nsummary = kernel settings\n[vm]\ntransparent_hugepages = never", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/profiles/kernel_settings/tuned.conf"], "start": "2024-09-19 15:10:53.846476", "end": "2024-09-19 15:10:53.849788", "delta": "0:00:00.003312", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/profiles/kernel_settings/tuned.conf", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773053.87043: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773053.87048: stdout chunk (state=3): >>><<< 3057 1726773053.87050: stderr chunk (state=3): >>><<< 3057 1726773053.87054: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "#\n# Ansible managed\n#\n# system_role:kernel_settings\n\n[main]\nsummary = kernel settings\n[vm]\ntransparent_hugepages = never", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/profiles/kernel_settings/tuned.conf"], "start": "2024-09-19 15:10:53.846476", "end": "2024-09-19 15:10:53.849788", "delta": "0:00:00.003312", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/profiles/kernel_settings/tuned.conf", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773053.87228: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /etc/tuned/profiles/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773053.87232: _low_level_execute_command(): starting 3057 1726773053.87236: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773053.5887287-6094-202152390989154/ > /dev/null 2>&1 && sleep 0' 3057 1726773053.88332: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773053.88449: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773053.88475: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773053.88558: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773053.90944: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773053.90948: stdout chunk (state=3): >>><<< 3057 1726773053.90951: stderr chunk (state=3): >>><<< 3057 1726773053.90954: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773053.90956: handler run complete 3057 1726773053.90958: Evaluated conditional (False): False 3057 1726773053.90961: attempt loop complete, returning result 3057 1726773053.90963: _execute() done 3057 1726773053.90965: dumping result to json 3057 1726773053.90972: done dumping result, returning 3057 1726773053.90984: done running TaskExecutor() for managed_node2/TASK: Show current tuned profile settings [02b512f9-4fcf-6140-6a9e-000000000cab] 3057 1726773053.90997: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cab ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/tuned/profiles/kernel_settings/tuned.conf" ], "delta": "0:00:00.003312", "end": "2024-09-19 15:10:53.849788", "rc": 0, "start": "2024-09-19 15:10:53.846476" } STDOUT: # # Ansible managed # # system_role:kernel_settings [main] summary = kernel settings [vm] transparent_hugepages = never 3057 1726773053.91202: no more pending results, returning what we have 3057 1726773053.91206: results queue empty 3057 1726773053.91207: checking for any_errors_fatal 3057 1726773053.91209: done checking for any_errors_fatal 3057 1726773053.91209: checking for max_fail_percentage 3057 1726773053.91211: done checking for max_fail_percentage 3057 1726773053.91212: checking to see if all hosts have failed and the running result is not ok 3057 1726773053.91213: done checking to see if all hosts have failed 3057 1726773053.91213: getting the remaining hosts for this loop 3057 1726773053.91215: done getting the remaining hosts for this loop 3057 1726773053.91219: getting the next task for host managed_node2 3057 1726773053.91229: done getting next task for host managed_node2 3057 1726773053.91232: ^ task is: TASK: Run role with purge to remove everything 3057 1726773053.91338: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773053.91343: getting variables 3057 1726773053.91345: in VariableManager get_vars() 3057 1726773053.91379: Calling all_inventory to load vars for managed_node2 3057 1726773053.91382: Calling groups_inventory to load vars for managed_node2 3057 1726773053.91384: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773053.91395: Calling all_plugins_play to load vars for managed_node2 3057 1726773053.91398: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773053.91401: Calling groups_plugins_play to load vars for managed_node2 3057 1726773053.91594: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cab 3057 1726773053.91597: WORKER PROCESS EXITING 3057 1726773053.91623: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773053.91823: done with get_vars() 3057 1726773053.91837: done getting variables TASK [Run role with purge to remove everything] ******************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.374) 0:01:38.657 **** 3057 1726773053.91934: entering _queue_task() for managed_node2/include_role 3057 1726773053.92229: worker is 1 (out of 1 available) 3057 1726773053.92446: exiting _queue_task() for managed_node2/include_role 3057 1726773053.92461: done queuing things up, now waiting for results queue to drain 3057 1726773053.92463: waiting for pending results... 3057 1726773053.92658: running TaskExecutor() for managed_node2/TASK: Run role with purge to remove everything 3057 1726773053.92825: in run() - task 02b512f9-4fcf-6140-6a9e-000000000cad 3057 1726773053.92851: variable 'ansible_search_path' from source: unknown 3057 1726773053.92859: variable 'ansible_search_path' from source: unknown 3057 1726773053.92909: calling self._execute() 3057 1726773053.93015: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773053.93027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773053.93044: variable 'omit' from source: magic vars 3057 1726773053.93183: _execute() done 3057 1726773053.93197: dumping result to json 3057 1726773053.93206: done dumping result, returning 3057 1726773053.93219: done running TaskExecutor() for managed_node2/TASK: Run role with purge to remove everything [02b512f9-4fcf-6140-6a9e-000000000cad] 3057 1726773053.93235: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cad 3057 1726773053.93442: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cad 3057 1726773053.93447: WORKER PROCESS EXITING 3057 1726773053.93481: no more pending results, returning what we have 3057 1726773053.93490: in VariableManager get_vars() 3057 1726773053.93548: Calling all_inventory to load vars for managed_node2 3057 1726773053.93551: Calling groups_inventory to load vars for managed_node2 3057 1726773053.93554: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773053.93570: Calling all_plugins_play to load vars for managed_node2 3057 1726773053.93573: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773053.93577: Calling groups_plugins_play to load vars for managed_node2 3057 1726773053.93965: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773053.94181: done with get_vars() 3057 1726773053.94194: variable 'ansible_search_path' from source: unknown 3057 1726773053.94195: variable 'ansible_search_path' from source: unknown 3057 1726773053.94563: variable 'omit' from source: magic vars 3057 1726773053.94603: variable 'omit' from source: magic vars 3057 1726773053.94620: variable 'omit' from source: magic vars 3057 1726773053.94624: we have included files to process 3057 1726773053.94625: generating all_blocks data 3057 1726773053.94627: done generating all_blocks data 3057 1726773053.94632: processing included file: fedora.linux_system_roles.kernel_settings 3057 1726773053.94658: in VariableManager get_vars() 3057 1726773053.94681: done with get_vars() 3057 1726773053.94716: in VariableManager get_vars() 3057 1726773053.94739: done with get_vars() 3057 1726773053.94779: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 3057 1726773053.94891: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 3057 1726773053.94919: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 3057 1726773053.95009: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 3057 1726773053.95621: in VariableManager get_vars() 3057 1726773053.95649: done with get_vars() 3057 1726773053.97090: in VariableManager get_vars() 3057 1726773053.97118: done with get_vars() 3057 1726773053.97302: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 3057 1726773053.98059: iterating over new_blocks loaded from include file 3057 1726773053.98061: in VariableManager get_vars() 3057 1726773053.98083: done with get_vars() 3057 1726773053.98085: filtering new block on tags 3057 1726773053.98134: done filtering new block on tags 3057 1726773053.98142: in VariableManager get_vars() 3057 1726773053.98399: done with get_vars() 3057 1726773053.98401: filtering new block on tags 3057 1726773053.98451: done filtering new block on tags 3057 1726773053.98454: in VariableManager get_vars() 3057 1726773053.98472: done with get_vars() 3057 1726773053.98473: filtering new block on tags 3057 1726773053.98640: done filtering new block on tags 3057 1726773053.98643: in VariableManager get_vars() 3057 1726773053.98658: done with get_vars() 3057 1726773053.98660: filtering new block on tags 3057 1726773053.98675: done filtering new block on tags 3057 1726773053.98677: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 3057 1726773053.98682: extending task lists for all hosts with included blocks 3057 1726773053.98981: done extending task lists 3057 1726773053.98983: done processing included files 3057 1726773053.98984: results queue empty 3057 1726773053.98984: checking for any_errors_fatal 3057 1726773053.98992: done checking for any_errors_fatal 3057 1726773053.98993: checking for max_fail_percentage 3057 1726773053.98994: done checking for max_fail_percentage 3057 1726773053.98995: checking to see if all hosts have failed and the running result is not ok 3057 1726773053.98996: done checking to see if all hosts have failed 3057 1726773053.98997: getting the remaining hosts for this loop 3057 1726773053.98999: done getting the remaining hosts for this loop 3057 1726773053.99002: getting the next task for host managed_node2 3057 1726773053.99006: done getting next task for host managed_node2 3057 1726773053.99010: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3057 1726773053.99012: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773053.99024: getting variables 3057 1726773053.99025: in VariableManager get_vars() 3057 1726773053.99042: Calling all_inventory to load vars for managed_node2 3057 1726773053.99045: Calling groups_inventory to load vars for managed_node2 3057 1726773053.99047: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773053.99054: Calling all_plugins_play to load vars for managed_node2 3057 1726773053.99057: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773053.99060: Calling groups_plugins_play to load vars for managed_node2 3057 1726773053.99249: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773053.99466: done with get_vars() 3057 1726773053.99476: done getting variables 3057 1726773053.99529: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.076) 0:01:38.734 **** 3057 1726773053.99571: entering _queue_task() for managed_node2/fail 3057 1726773053.99881: worker is 1 (out of 1 available) 3057 1726773053.99901: exiting _queue_task() for managed_node2/fail 3057 1726773053.99917: done queuing things up, now waiting for results queue to drain 3057 1726773053.99919: waiting for pending results... 3057 1726773054.00362: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3057 1726773054.00434: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ed1 3057 1726773054.00466: variable 'ansible_search_path' from source: unknown 3057 1726773054.00476: variable 'ansible_search_path' from source: unknown 3057 1726773054.00528: calling self._execute() 3057 1726773054.00644: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.00657: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.00676: variable 'omit' from source: magic vars 3057 1726773054.01264: variable 'kernel_settings_sysctl' from source: include params 3057 1726773054.01280: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773054.01303: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 3057 1726773054.01670: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773054.03477: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773054.03531: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773054.03565: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773054.03596: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773054.03617: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773054.03684: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773054.03715: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773054.03732: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773054.03763: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773054.03775: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773054.03819: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773054.03845: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773054.03864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773054.03999: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773054.04005: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773054.04008: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773054.04010: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773054.04101: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773054.04154: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773054.04175: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773054.04811: variable 'kernel_settings_sysctl' from source: include params 3057 1726773054.04850: 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 3057 1726773054.04863: when evaluation is False, skipping this task 3057 1726773054.04872: _execute() done 3057 1726773054.04880: dumping result to json 3057 1726773054.04892: done dumping result, returning 3057 1726773054.04917: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [02b512f9-4fcf-6140-6a9e-000000000ed1] 3057 1726773054.04921: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed1 3057 1726773054.05045: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed1 3057 1726773054.05048: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 3057 1726773054.05127: no more pending results, returning what we have 3057 1726773054.05131: results queue empty 3057 1726773054.05132: checking for any_errors_fatal 3057 1726773054.05133: done checking for any_errors_fatal 3057 1726773054.05134: checking for max_fail_percentage 3057 1726773054.05137: done checking for max_fail_percentage 3057 1726773054.05138: checking to see if all hosts have failed and the running result is not ok 3057 1726773054.05139: done checking to see if all hosts have failed 3057 1726773054.05140: getting the remaining hosts for this loop 3057 1726773054.05142: done getting the remaining hosts for this loop 3057 1726773054.05146: getting the next task for host managed_node2 3057 1726773054.05154: done getting next task for host managed_node2 3057 1726773054.05158: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3057 1726773054.05163: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773054.05190: getting variables 3057 1726773054.05192: in VariableManager get_vars() 3057 1726773054.05229: Calling all_inventory to load vars for managed_node2 3057 1726773054.05232: Calling groups_inventory to load vars for managed_node2 3057 1726773054.05234: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773054.05245: Calling all_plugins_play to load vars for managed_node2 3057 1726773054.05248: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773054.05250: Calling groups_plugins_play to load vars for managed_node2 3057 1726773054.05384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773054.05550: done with get_vars() 3057 1726773054.05559: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.060) 0:01:38.794 **** 3057 1726773054.05636: entering _queue_task() for managed_node2/include_tasks 3057 1726773054.05858: worker is 1 (out of 1 available) 3057 1726773054.05874: exiting _queue_task() for managed_node2/include_tasks 3057 1726773054.05891: done queuing things up, now waiting for results queue to drain 3057 1726773054.05893: waiting for pending results... 3057 1726773054.06090: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3057 1726773054.06190: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ed2 3057 1726773054.06201: variable 'ansible_search_path' from source: unknown 3057 1726773054.06206: variable 'ansible_search_path' from source: unknown 3057 1726773054.06242: calling self._execute() 3057 1726773054.06321: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.06325: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.06336: variable 'omit' from source: magic vars 3057 1726773054.06421: _execute() done 3057 1726773054.06425: dumping result to json 3057 1726773054.06428: done dumping result, returning 3057 1726773054.06437: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [02b512f9-4fcf-6140-6a9e-000000000ed2] 3057 1726773054.06442: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed2 3057 1726773054.06549: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed2 3057 1726773054.06552: WORKER PROCESS EXITING 3057 1726773054.06603: no more pending results, returning what we have 3057 1726773054.06608: in VariableManager get_vars() 3057 1726773054.06649: Calling all_inventory to load vars for managed_node2 3057 1726773054.06652: Calling groups_inventory to load vars for managed_node2 3057 1726773054.06654: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773054.06668: Calling all_plugins_play to load vars for managed_node2 3057 1726773054.06671: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773054.06674: Calling groups_plugins_play to load vars for managed_node2 3057 1726773054.06804: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773054.06956: done with get_vars() 3057 1726773054.06962: variable 'ansible_search_path' from source: unknown 3057 1726773054.06963: variable 'ansible_search_path' from source: unknown 3057 1726773054.06989: we have included files to process 3057 1726773054.06990: generating all_blocks data 3057 1726773054.06992: done generating all_blocks data 3057 1726773054.06998: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726773054.07003: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726773054.07006: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3057 1726773054.07775: done processing included file 3057 1726773054.07780: iterating over new_blocks loaded from include file 3057 1726773054.07782: in VariableManager get_vars() 3057 1726773054.07851: done with get_vars() 3057 1726773054.07853: filtering new block on tags 3057 1726773054.07885: done filtering new block on tags 3057 1726773054.07891: in VariableManager get_vars() 3057 1726773054.07918: done with get_vars() 3057 1726773054.07920: filtering new block on tags 3057 1726773054.07965: done filtering new block on tags 3057 1726773054.07968: in VariableManager get_vars() 3057 1726773054.07994: done with get_vars() 3057 1726773054.07996: filtering new block on tags 3057 1726773054.08039: done filtering new block on tags 3057 1726773054.08042: in VariableManager get_vars() 3057 1726773054.08065: done with get_vars() 3057 1726773054.08067: filtering new block on tags 3057 1726773054.08096: done filtering new block on tags 3057 1726773054.08098: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node2 3057 1726773054.08104: extending task lists for all hosts with included blocks 3057 1726773054.08353: done extending task lists 3057 1726773054.08357: done processing included files 3057 1726773054.08358: results queue empty 3057 1726773054.08359: checking for any_errors_fatal 3057 1726773054.08363: done checking for any_errors_fatal 3057 1726773054.08364: checking for max_fail_percentage 3057 1726773054.08365: done checking for max_fail_percentage 3057 1726773054.08366: checking to see if all hosts have failed and the running result is not ok 3057 1726773054.08367: done checking to see if all hosts have failed 3057 1726773054.08367: getting the remaining hosts for this loop 3057 1726773054.08369: done getting the remaining hosts for this loop 3057 1726773054.08372: getting the next task for host managed_node2 3057 1726773054.08377: done getting next task for host managed_node2 3057 1726773054.08380: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3057 1726773054.08384: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773054.08398: getting variables 3057 1726773054.08399: in VariableManager get_vars() 3057 1726773054.08413: Calling all_inventory to load vars for managed_node2 3057 1726773054.08416: Calling groups_inventory to load vars for managed_node2 3057 1726773054.08418: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773054.08424: Calling all_plugins_play to load vars for managed_node2 3057 1726773054.08427: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773054.08430: Calling groups_plugins_play to load vars for managed_node2 3057 1726773054.08567: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773054.08725: done with get_vars() 3057 1726773054.08733: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.031) 0:01:38.826 **** 3057 1726773054.08791: entering _queue_task() for managed_node2/setup 3057 1726773054.09032: worker is 1 (out of 1 available) 3057 1726773054.09048: exiting _queue_task() for managed_node2/setup 3057 1726773054.09063: done queuing things up, now waiting for results queue to drain 3057 1726773054.09065: waiting for pending results... 3057 1726773054.09261: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3057 1726773054.09366: in run() - task 02b512f9-4fcf-6140-6a9e-000000000f4d 3057 1726773054.09491: variable 'ansible_search_path' from source: unknown 3057 1726773054.09496: variable 'ansible_search_path' from source: unknown 3057 1726773054.09500: calling self._execute() 3057 1726773054.09503: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.09509: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.09513: variable 'omit' from source: magic vars 3057 1726773054.09926: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773054.12344: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773054.12349: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773054.12352: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773054.12355: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773054.12358: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773054.12425: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773054.12454: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773054.12472: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773054.12504: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773054.12515: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773054.12564: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773054.12582: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773054.12602: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773054.12629: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773054.12642: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773054.12784: variable '__kernel_settings_required_facts' from source: role '' all vars 3057 1726773054.12796: variable 'ansible_facts' from source: unknown 3057 1726773054.12867: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 3057 1726773054.12870: when evaluation is False, skipping this task 3057 1726773054.12873: _execute() done 3057 1726773054.12876: dumping result to json 3057 1726773054.12879: done dumping result, returning 3057 1726773054.12888: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [02b512f9-4fcf-6140-6a9e-000000000f4d] 3057 1726773054.12893: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000f4d 3057 1726773054.12992: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000f4d 3057 1726773054.12996: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 3057 1726773054.13048: no more pending results, returning what we have 3057 1726773054.13053: results queue empty 3057 1726773054.13054: checking for any_errors_fatal 3057 1726773054.13055: done checking for any_errors_fatal 3057 1726773054.13056: checking for max_fail_percentage 3057 1726773054.13057: done checking for max_fail_percentage 3057 1726773054.13058: checking to see if all hosts have failed and the running result is not ok 3057 1726773054.13059: done checking to see if all hosts have failed 3057 1726773054.13060: getting the remaining hosts for this loop 3057 1726773054.13062: done getting the remaining hosts for this loop 3057 1726773054.13067: getting the next task for host managed_node2 3057 1726773054.13077: done getting next task for host managed_node2 3057 1726773054.13081: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3057 1726773054.13086: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773054.13106: getting variables 3057 1726773054.13109: in VariableManager get_vars() 3057 1726773054.13148: Calling all_inventory to load vars for managed_node2 3057 1726773054.13150: Calling groups_inventory to load vars for managed_node2 3057 1726773054.13153: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773054.13162: Calling all_plugins_play to load vars for managed_node2 3057 1726773054.13164: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773054.13167: Calling groups_plugins_play to load vars for managed_node2 3057 1726773054.13309: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773054.13448: done with get_vars() 3057 1726773054.13459: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.047) 0:01:38.874 **** 3057 1726773054.13544: entering _queue_task() for managed_node2/stat 3057 1726773054.13763: worker is 1 (out of 1 available) 3057 1726773054.13778: exiting _queue_task() for managed_node2/stat 3057 1726773054.13796: done queuing things up, now waiting for results queue to drain 3057 1726773054.13798: waiting for pending results... 3057 1726773054.13994: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3057 1726773054.14121: in run() - task 02b512f9-4fcf-6140-6a9e-000000000f4f 3057 1726773054.14340: variable 'ansible_search_path' from source: unknown 3057 1726773054.14345: variable 'ansible_search_path' from source: unknown 3057 1726773054.14348: calling self._execute() 3057 1726773054.14351: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.14354: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.14357: variable 'omit' from source: magic vars 3057 1726773054.14824: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773054.15183: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773054.15237: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773054.15285: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773054.15329: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773054.15413: 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) 3057 1726773054.15431: 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) 3057 1726773054.15453: 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) 3057 1726773054.15471: 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) 3057 1726773054.15571: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726773054.15580: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 3057 1726773054.15583: when evaluation is False, skipping this task 3057 1726773054.15592: _execute() done 3057 1726773054.15595: dumping result to json 3057 1726773054.15597: done dumping result, returning 3057 1726773054.15741: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [02b512f9-4fcf-6140-6a9e-000000000f4f] 3057 1726773054.15744: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000f4f 3057 1726773054.15800: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000f4f 3057 1726773054.15803: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 3057 1726773054.15854: no more pending results, returning what we have 3057 1726773054.15857: results queue empty 3057 1726773054.15858: checking for any_errors_fatal 3057 1726773054.15869: done checking for any_errors_fatal 3057 1726773054.15869: checking for max_fail_percentage 3057 1726773054.15871: done checking for max_fail_percentage 3057 1726773054.15872: checking to see if all hosts have failed and the running result is not ok 3057 1726773054.15872: done checking to see if all hosts have failed 3057 1726773054.15873: getting the remaining hosts for this loop 3057 1726773054.15875: done getting the remaining hosts for this loop 3057 1726773054.15878: getting the next task for host managed_node2 3057 1726773054.15885: done getting next task for host managed_node2 3057 1726773054.15891: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3057 1726773054.15897: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773054.15916: getting variables 3057 1726773054.15917: in VariableManager get_vars() 3057 1726773054.15951: Calling all_inventory to load vars for managed_node2 3057 1726773054.15953: Calling groups_inventory to load vars for managed_node2 3057 1726773054.15955: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773054.15962: Calling all_plugins_play to load vars for managed_node2 3057 1726773054.15964: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773054.15966: Calling groups_plugins_play to load vars for managed_node2 3057 1726773054.16126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773054.16261: done with get_vars() 3057 1726773054.16269: done getting variables 3057 1726773054.16316: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.027) 0:01:38.902 **** 3057 1726773054.16344: entering _queue_task() for managed_node2/set_fact 3057 1726773054.16567: worker is 1 (out of 1 available) 3057 1726773054.16580: exiting _queue_task() for managed_node2/set_fact 3057 1726773054.16596: done queuing things up, now waiting for results queue to drain 3057 1726773054.16598: waiting for pending results... 3057 1726773054.16792: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3057 1726773054.16897: in run() - task 02b512f9-4fcf-6140-6a9e-000000000f50 3057 1726773054.16909: variable 'ansible_search_path' from source: unknown 3057 1726773054.16914: variable 'ansible_search_path' from source: unknown 3057 1726773054.16949: calling self._execute() 3057 1726773054.17026: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.17030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.17140: variable 'omit' from source: magic vars 3057 1726773054.17421: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773054.17625: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773054.17660: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773054.17694: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773054.17719: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773054.17792: 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) 3057 1726773054.17811: 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) 3057 1726773054.17830: 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) 3057 1726773054.17855: 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) 3057 1726773054.17954: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726773054.17963: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 3057 1726773054.17966: when evaluation is False, skipping this task 3057 1726773054.17969: _execute() done 3057 1726773054.17971: dumping result to json 3057 1726773054.17976: done dumping result, returning 3057 1726773054.17983: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [02b512f9-4fcf-6140-6a9e-000000000f50] 3057 1726773054.17990: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000f50 3057 1726773054.18081: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000f50 3057 1726773054.18084: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 3057 1726773054.18141: no more pending results, returning what we have 3057 1726773054.18145: results queue empty 3057 1726773054.18146: checking for any_errors_fatal 3057 1726773054.18151: done checking for any_errors_fatal 3057 1726773054.18152: checking for max_fail_percentage 3057 1726773054.18154: done checking for max_fail_percentage 3057 1726773054.18154: checking to see if all hosts have failed and the running result is not ok 3057 1726773054.18155: done checking to see if all hosts have failed 3057 1726773054.18156: getting the remaining hosts for this loop 3057 1726773054.18159: done getting the remaining hosts for this loop 3057 1726773054.18162: getting the next task for host managed_node2 3057 1726773054.18174: done getting next task for host managed_node2 3057 1726773054.18178: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3057 1726773054.18184: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773054.18204: getting variables 3057 1726773054.18206: in VariableManager get_vars() 3057 1726773054.18243: Calling all_inventory to load vars for managed_node2 3057 1726773054.18246: Calling groups_inventory to load vars for managed_node2 3057 1726773054.18248: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773054.18257: Calling all_plugins_play to load vars for managed_node2 3057 1726773054.18260: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773054.18262: Calling groups_plugins_play to load vars for managed_node2 3057 1726773054.18390: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773054.18525: done with get_vars() 3057 1726773054.18534: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.022) 0:01:38.924 **** 3057 1726773054.18610: entering _queue_task() for managed_node2/stat 3057 1726773054.18826: worker is 1 (out of 1 available) 3057 1726773054.18844: exiting _queue_task() for managed_node2/stat 3057 1726773054.18859: done queuing things up, now waiting for results queue to drain 3057 1726773054.18861: waiting for pending results... 3057 1726773054.19059: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3057 1726773054.19168: in run() - task 02b512f9-4fcf-6140-6a9e-000000000f52 3057 1726773054.19180: variable 'ansible_search_path' from source: unknown 3057 1726773054.19183: variable 'ansible_search_path' from source: unknown 3057 1726773054.19219: calling self._execute() 3057 1726773054.19301: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.19305: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.19315: variable 'omit' from source: magic vars 3057 1726773054.19776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773054.19963: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773054.20002: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773054.20029: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773054.20056: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773054.20128: 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) 3057 1726773054.20149: 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) 3057 1726773054.20168: 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) 3057 1726773054.20188: 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) 3057 1726773054.20288: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773054.20301: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 3057 1726773054.20304: when evaluation is False, skipping this task 3057 1726773054.20307: _execute() done 3057 1726773054.20310: dumping result to json 3057 1726773054.20313: done dumping result, returning 3057 1726773054.20321: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [02b512f9-4fcf-6140-6a9e-000000000f52] 3057 1726773054.20325: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000f52 3057 1726773054.20417: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000f52 3057 1726773054.20423: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 3057 1726773054.20485: no more pending results, returning what we have 3057 1726773054.20489: results queue empty 3057 1726773054.20489: checking for any_errors_fatal 3057 1726773054.20496: done checking for any_errors_fatal 3057 1726773054.20497: checking for max_fail_percentage 3057 1726773054.20498: done checking for max_fail_percentage 3057 1726773054.20499: checking to see if all hosts have failed and the running result is not ok 3057 1726773054.20500: done checking to see if all hosts have failed 3057 1726773054.20501: getting the remaining hosts for this loop 3057 1726773054.20504: done getting the remaining hosts for this loop 3057 1726773054.20508: getting the next task for host managed_node2 3057 1726773054.20516: done getting next task for host managed_node2 3057 1726773054.20520: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3057 1726773054.20525: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773054.20545: getting variables 3057 1726773054.20551: in VariableManager get_vars() 3057 1726773054.20587: Calling all_inventory to load vars for managed_node2 3057 1726773054.20589: Calling groups_inventory to load vars for managed_node2 3057 1726773054.20592: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773054.20601: Calling all_plugins_play to load vars for managed_node2 3057 1726773054.20603: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773054.20606: Calling groups_plugins_play to load vars for managed_node2 3057 1726773054.20776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773054.20907: done with get_vars() 3057 1726773054.20915: done getting variables 3057 1726773054.20961: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.023) 0:01:38.948 **** 3057 1726773054.20993: entering _queue_task() for managed_node2/set_fact 3057 1726773054.21214: worker is 1 (out of 1 available) 3057 1726773054.21228: exiting _queue_task() for managed_node2/set_fact 3057 1726773054.21245: done queuing things up, now waiting for results queue to drain 3057 1726773054.21247: waiting for pending results... 3057 1726773054.21446: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3057 1726773054.21557: in run() - task 02b512f9-4fcf-6140-6a9e-000000000f53 3057 1726773054.21570: variable 'ansible_search_path' from source: unknown 3057 1726773054.21574: variable 'ansible_search_path' from source: unknown 3057 1726773054.21610: calling self._execute() 3057 1726773054.21688: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.21698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.21705: variable 'omit' from source: magic vars 3057 1726773054.22081: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773054.22285: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773054.22322: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773054.22356: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773054.22382: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773054.22484: 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) 3057 1726773054.22507: 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) 3057 1726773054.22526: 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) 3057 1726773054.22547: 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) 3057 1726773054.22648: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773054.22656: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 3057 1726773054.22659: when evaluation is False, skipping this task 3057 1726773054.22662: _execute() done 3057 1726773054.22667: dumping result to json 3057 1726773054.22669: done dumping result, returning 3057 1726773054.22681: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [02b512f9-4fcf-6140-6a9e-000000000f53] 3057 1726773054.22684: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000f53 3057 1726773054.22783: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000f53 3057 1726773054.22786: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 3057 1726773054.22842: no more pending results, returning what we have 3057 1726773054.22846: results queue empty 3057 1726773054.22847: checking for any_errors_fatal 3057 1726773054.22854: done checking for any_errors_fatal 3057 1726773054.22854: checking for max_fail_percentage 3057 1726773054.22856: done checking for max_fail_percentage 3057 1726773054.22857: checking to see if all hosts have failed and the running result is not ok 3057 1726773054.22858: done checking to see if all hosts have failed 3057 1726773054.22858: getting the remaining hosts for this loop 3057 1726773054.22861: done getting the remaining hosts for this loop 3057 1726773054.22865: getting the next task for host managed_node2 3057 1726773054.22875: done getting next task for host managed_node2 3057 1726773054.22879: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3057 1726773054.22884: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773054.22905: getting variables 3057 1726773054.22906: in VariableManager get_vars() 3057 1726773054.22949: Calling all_inventory to load vars for managed_node2 3057 1726773054.22952: Calling groups_inventory to load vars for managed_node2 3057 1726773054.22954: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773054.22963: Calling all_plugins_play to load vars for managed_node2 3057 1726773054.22966: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773054.22968: Calling groups_plugins_play to load vars for managed_node2 3057 1726773054.23095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773054.23233: done with get_vars() 3057 1726773054.23247: done getting variables 3057 1726773054.23295: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.023) 0:01:38.971 **** 3057 1726773054.23323: entering _queue_task() for managed_node2/include_vars 3057 1726773054.23554: worker is 1 (out of 1 available) 3057 1726773054.23570: exiting _queue_task() for managed_node2/include_vars 3057 1726773054.23586: done queuing things up, now waiting for results queue to drain 3057 1726773054.23588: waiting for pending results... 3057 1726773054.23789: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3057 1726773054.23905: in run() - task 02b512f9-4fcf-6140-6a9e-000000000f55 3057 1726773054.23921: variable 'ansible_search_path' from source: unknown 3057 1726773054.23925: variable 'ansible_search_path' from source: unknown 3057 1726773054.23959: calling self._execute() 3057 1726773054.24036: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.24040: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.24052: variable 'omit' from source: magic vars 3057 1726773054.24138: variable 'omit' from source: magic vars 3057 1726773054.24194: variable 'omit' from source: magic vars 3057 1726773054.24570: variable 'ffparams' from source: task vars 3057 1726773054.24672: variable 'ansible_facts' from source: unknown 3057 1726773054.24813: variable 'ansible_facts' from source: unknown 3057 1726773054.24906: variable 'ansible_facts' from source: unknown 3057 1726773054.25001: variable 'ansible_facts' from source: unknown 3057 1726773054.25082: variable 'role_path' from source: magic vars 3057 1726773054.25225: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 3057 1726773054.25385: Loaded config def from plugin (lookup/first_found) 3057 1726773054.25393: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 3057 1726773054.25425: variable 'ansible_search_path' from source: unknown 3057 1726773054.25443: variable 'ansible_search_path' from source: unknown 3057 1726773054.25451: variable 'ansible_search_path' from source: unknown 3057 1726773054.25461: variable 'ansible_search_path' from source: unknown 3057 1726773054.25467: variable 'ansible_search_path' from source: unknown 3057 1726773054.25485: variable 'omit' from source: magic vars 3057 1726773054.25508: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773054.25530: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773054.25548: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773054.25562: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773054.25573: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773054.25601: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773054.25604: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.25607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.25680: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773054.25685: Set connection var ansible_pipelining to False 3057 1726773054.25688: Set connection var ansible_shell_type to sh 3057 1726773054.25693: Set connection var ansible_connection to ssh 3057 1726773054.25699: Set connection var ansible_timeout to 10 3057 1726773054.25706: Set connection var ansible_shell_executable to /bin/sh 3057 1726773054.25727: variable 'ansible_shell_executable' from source: unknown 3057 1726773054.25730: variable 'ansible_connection' from source: unknown 3057 1726773054.25733: variable 'ansible_module_compression' from source: unknown 3057 1726773054.25737: variable 'ansible_shell_type' from source: unknown 3057 1726773054.25739: variable 'ansible_shell_executable' from source: unknown 3057 1726773054.25742: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.25746: variable 'ansible_pipelining' from source: unknown 3057 1726773054.25749: variable 'ansible_timeout' from source: unknown 3057 1726773054.25753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.25846: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773054.25855: variable 'omit' from source: magic vars 3057 1726773054.25860: starting attempt loop 3057 1726773054.25863: running the handler 3057 1726773054.25917: handler run complete 3057 1726773054.25925: attempt loop complete, returning result 3057 1726773054.25928: _execute() done 3057 1726773054.25931: dumping result to json 3057 1726773054.25937: done dumping result, returning 3057 1726773054.25946: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [02b512f9-4fcf-6140-6a9e-000000000f55] 3057 1726773054.25951: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000f55 ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 3057 1726773054.26143: no more pending results, returning what we have 3057 1726773054.26148: results queue empty 3057 1726773054.26149: checking for any_errors_fatal 3057 1726773054.26155: done checking for any_errors_fatal 3057 1726773054.26155: checking for max_fail_percentage 3057 1726773054.26157: done checking for max_fail_percentage 3057 1726773054.26158: checking to see if all hosts have failed and the running result is not ok 3057 1726773054.26158: done checking to see if all hosts have failed 3057 1726773054.26159: getting the remaining hosts for this loop 3057 1726773054.26161: done getting the remaining hosts for this loop 3057 1726773054.26164: getting the next task for host managed_node2 3057 1726773054.26172: done getting next task for host managed_node2 3057 1726773054.26175: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3057 1726773054.26180: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773054.26191: getting variables 3057 1726773054.26193: in VariableManager get_vars() 3057 1726773054.26228: Calling all_inventory to load vars for managed_node2 3057 1726773054.26231: Calling groups_inventory to load vars for managed_node2 3057 1726773054.26233: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773054.26245: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000f55 3057 1726773054.26248: WORKER PROCESS EXITING 3057 1726773054.26265: Calling all_plugins_play to load vars for managed_node2 3057 1726773054.26267: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773054.26269: Calling groups_plugins_play to load vars for managed_node2 3057 1726773054.26429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773054.26562: done with get_vars() 3057 1726773054.26571: done getting variables 3057 1726773054.26616: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.033) 0:01:39.005 **** 3057 1726773054.26645: entering _queue_task() for managed_node2/package 3057 1726773054.26865: worker is 1 (out of 1 available) 3057 1726773054.26882: exiting _queue_task() for managed_node2/package 3057 1726773054.26897: done queuing things up, now waiting for results queue to drain 3057 1726773054.26898: waiting for pending results... 3057 1726773054.27098: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3057 1726773054.27194: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ed3 3057 1726773054.27207: variable 'ansible_search_path' from source: unknown 3057 1726773054.27212: variable 'ansible_search_path' from source: unknown 3057 1726773054.27248: calling self._execute() 3057 1726773054.27328: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.27332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.27345: variable 'omit' from source: magic vars 3057 1726773054.27428: variable 'omit' from source: magic vars 3057 1726773054.27477: variable 'omit' from source: magic vars 3057 1726773054.27504: variable '__kernel_settings_packages' from source: include_vars 3057 1726773054.27755: variable '__kernel_settings_packages' from source: include_vars 3057 1726773054.27931: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773054.29543: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773054.29593: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773054.29626: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773054.29655: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773054.29676: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773054.29764: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773054.29785: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773054.29807: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773054.29837: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773054.29854: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773054.29934: variable '__kernel_settings_is_ostree' from source: set_fact 3057 1726773054.29939: variable 'omit' from source: magic vars 3057 1726773054.29969: variable 'omit' from source: magic vars 3057 1726773054.29994: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773054.30017: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773054.30031: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773054.30061: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773054.30072: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773054.30100: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773054.30103: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.30106: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.30182: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773054.30185: Set connection var ansible_pipelining to False 3057 1726773054.30188: Set connection var ansible_shell_type to sh 3057 1726773054.30195: Set connection var ansible_connection to ssh 3057 1726773054.30201: Set connection var ansible_timeout to 10 3057 1726773054.30208: Set connection var ansible_shell_executable to /bin/sh 3057 1726773054.30230: variable 'ansible_shell_executable' from source: unknown 3057 1726773054.30233: variable 'ansible_connection' from source: unknown 3057 1726773054.30237: variable 'ansible_module_compression' from source: unknown 3057 1726773054.30239: variable 'ansible_shell_type' from source: unknown 3057 1726773054.30242: variable 'ansible_shell_executable' from source: unknown 3057 1726773054.30245: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773054.30250: variable 'ansible_pipelining' from source: unknown 3057 1726773054.30252: variable 'ansible_timeout' from source: unknown 3057 1726773054.30256: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773054.30339: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773054.30348: variable 'omit' from source: magic vars 3057 1726773054.30354: starting attempt loop 3057 1726773054.30357: running the handler 3057 1726773054.30364: variable 'ansible_facts' from source: unknown 3057 1726773054.30366: variable 'ansible_facts' from source: unknown 3057 1726773054.30413: _low_level_execute_command(): starting 3057 1726773054.30419: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773054.30952: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773054.30956: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773054.30959: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773054.30961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773054.31020: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773054.31023: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773054.31025: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773054.31081: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773054.32788: stdout chunk (state=3): >>>/root <<< 3057 1726773054.32891: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773054.32957: stderr chunk (state=3): >>><<< 3057 1726773054.32968: stdout chunk (state=3): >>><<< 3057 1726773054.32982: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773054.32995: _low_level_execute_command(): starting 3057 1726773054.33001: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062 `" && echo ansible-tmp-1726773054.3298361-6129-269779878534062="` echo /root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062 `" ) && sleep 0' 3057 1726773054.33493: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773054.33497: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773054.33499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773054.33501: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773054.33504: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773054.33560: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773054.33564: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773054.33611: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773054.35540: stdout chunk (state=3): >>>ansible-tmp-1726773054.3298361-6129-269779878534062=/root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062 <<< 3057 1726773054.35655: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773054.35715: stderr chunk (state=3): >>><<< 3057 1726773054.35718: stdout chunk (state=3): >>><<< 3057 1726773054.35737: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773054.3298361-6129-269779878534062=/root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773054.35768: variable 'ansible_module_compression' from source: unknown 3057 1726773054.35813: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 3057 1726773054.35853: variable 'ansible_facts' from source: unknown 3057 1726773054.35936: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062/AnsiballZ_dnf.py 3057 1726773054.36047: Sending initial data 3057 1726773054.36051: Sent initial data (150 bytes) 3057 1726773054.36526: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773054.36530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773054.36540: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773054.36557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773054.36655: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773054.36658: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773054.36707: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773054.36711: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773054.38292: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773054.38546: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773054.38638: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpubo2p33y /root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062/AnsiballZ_dnf.py <<< 3057 1726773054.38642: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062/AnsiballZ_dnf.py" <<< 3057 1726773054.38645: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpubo2p33y" to remote "/root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062/AnsiballZ_dnf.py" <<< 3057 1726773054.39579: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773054.39811: stderr chunk (state=3): >>><<< 3057 1726773054.39814: stdout chunk (state=3): >>><<< 3057 1726773054.39817: done transferring module to remote 3057 1726773054.39819: _low_level_execute_command(): starting 3057 1726773054.39821: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062/ /root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062/AnsiballZ_dnf.py && sleep 0' 3057 1726773054.40409: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773054.40423: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773054.40441: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773054.40461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773054.40559: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773054.40590: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773054.40616: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773054.40636: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773054.40706: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773054.42627: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773054.42644: stdout chunk (state=3): >>><<< 3057 1726773054.42657: stderr chunk (state=3): >>><<< 3057 1726773054.42678: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773054.42691: _low_level_execute_command(): starting 3057 1726773054.42781: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062/AnsiballZ_dnf.py && sleep 0' 3057 1726773054.43398: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773054.43415: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773054.43431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773054.43453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773054.43473: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773054.43492: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773054.43580: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773054.43608: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773054.43682: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773055.53094: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 3057 1726773055.57573: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773055.57631: stderr chunk (state=3): >>><<< 3057 1726773055.57638: stdout chunk (state=3): >>><<< 3057 1726773055.57655: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773055.57698: 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-1726773054.3298361-6129-269779878534062/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773055.57704: _low_level_execute_command(): starting 3057 1726773055.57709: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773054.3298361-6129-269779878534062/ > /dev/null 2>&1 && sleep 0' 3057 1726773055.58206: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773055.58209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773055.58212: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773055.58214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773055.58272: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773055.58276: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773055.58278: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773055.58325: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773055.60221: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773055.60283: stderr chunk (state=3): >>><<< 3057 1726773055.60287: stdout chunk (state=3): >>><<< 3057 1726773055.60304: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773055.60312: handler run complete 3057 1726773055.60343: attempt loop complete, returning result 3057 1726773055.60346: _execute() done 3057 1726773055.60349: dumping result to json 3057 1726773055.60355: done dumping result, returning 3057 1726773055.60366: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [02b512f9-4fcf-6140-6a9e-000000000ed3] 3057 1726773055.60372: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed3 3057 1726773055.60487: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed3 3057 1726773055.60491: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 3057 1726773055.60609: no more pending results, returning what we have 3057 1726773055.60613: results queue empty 3057 1726773055.60614: checking for any_errors_fatal 3057 1726773055.60620: done checking for any_errors_fatal 3057 1726773055.60621: checking for max_fail_percentage 3057 1726773055.60623: done checking for max_fail_percentage 3057 1726773055.60624: checking to see if all hosts have failed and the running result is not ok 3057 1726773055.60624: done checking to see if all hosts have failed 3057 1726773055.60625: getting the remaining hosts for this loop 3057 1726773055.60627: done getting the remaining hosts for this loop 3057 1726773055.60630: getting the next task for host managed_node2 3057 1726773055.60641: done getting next task for host managed_node2 3057 1726773055.60644: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3057 1726773055.60648: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773055.60660: getting variables 3057 1726773055.60661: in VariableManager get_vars() 3057 1726773055.60697: Calling all_inventory to load vars for managed_node2 3057 1726773055.60699: Calling groups_inventory to load vars for managed_node2 3057 1726773055.60701: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773055.60716: Calling all_plugins_play to load vars for managed_node2 3057 1726773055.60719: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773055.60722: Calling groups_plugins_play to load vars for managed_node2 3057 1726773055.60848: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773055.61008: done with get_vars() 3057 1726773055.61016: done getting variables 3057 1726773055.61065: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:10:55 -0400 (0:00:01.344) 0:01:40.349 **** 3057 1726773055.61096: entering _queue_task() for managed_node2/debug 3057 1726773055.61318: worker is 1 (out of 1 available) 3057 1726773055.61332: exiting _queue_task() for managed_node2/debug 3057 1726773055.61350: done queuing things up, now waiting for results queue to drain 3057 1726773055.61352: waiting for pending results... 3057 1726773055.61555: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3057 1726773055.61652: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ed5 3057 1726773055.61665: variable 'ansible_search_path' from source: unknown 3057 1726773055.61669: variable 'ansible_search_path' from source: unknown 3057 1726773055.61706: calling self._execute() 3057 1726773055.61784: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773055.61795: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773055.61803: variable 'omit' from source: magic vars 3057 1726773055.62192: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773055.63820: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773055.63884: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773055.63916: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773055.63946: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773055.63970: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773055.64039: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773055.64062: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773055.64082: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773055.64114: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773055.64125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773055.64213: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773055.64227: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726773055.64231: when evaluation is False, skipping this task 3057 1726773055.64233: _execute() done 3057 1726773055.64240: dumping result to json 3057 1726773055.64242: done dumping result, returning 3057 1726773055.64250: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [02b512f9-4fcf-6140-6a9e-000000000ed5] 3057 1726773055.64255: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed5 3057 1726773055.64357: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed5 3057 1726773055.64360: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 3057 1726773055.64411: no more pending results, returning what we have 3057 1726773055.64415: results queue empty 3057 1726773055.64416: checking for any_errors_fatal 3057 1726773055.64429: done checking for any_errors_fatal 3057 1726773055.64430: checking for max_fail_percentage 3057 1726773055.64431: done checking for max_fail_percentage 3057 1726773055.64432: checking to see if all hosts have failed and the running result is not ok 3057 1726773055.64433: done checking to see if all hosts have failed 3057 1726773055.64440: getting the remaining hosts for this loop 3057 1726773055.64442: done getting the remaining hosts for this loop 3057 1726773055.64447: getting the next task for host managed_node2 3057 1726773055.64455: done getting next task for host managed_node2 3057 1726773055.64459: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3057 1726773055.64463: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773055.64481: getting variables 3057 1726773055.64483: in VariableManager get_vars() 3057 1726773055.64520: Calling all_inventory to load vars for managed_node2 3057 1726773055.64523: Calling groups_inventory to load vars for managed_node2 3057 1726773055.64525: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773055.64534: Calling all_plugins_play to load vars for managed_node2 3057 1726773055.64538: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773055.64541: Calling groups_plugins_play to load vars for managed_node2 3057 1726773055.64681: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773055.64817: done with get_vars() 3057 1726773055.64826: done getting variables 3057 1726773055.64872: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:10:55 -0400 (0:00:00.038) 0:01:40.387 **** 3057 1726773055.64899: entering _queue_task() for managed_node2/reboot 3057 1726773055.65119: worker is 1 (out of 1 available) 3057 1726773055.65137: exiting _queue_task() for managed_node2/reboot 3057 1726773055.65153: done queuing things up, now waiting for results queue to drain 3057 1726773055.65155: waiting for pending results... 3057 1726773055.65361: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3057 1726773055.65453: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ed6 3057 1726773055.65469: variable 'ansible_search_path' from source: unknown 3057 1726773055.65473: variable 'ansible_search_path' from source: unknown 3057 1726773055.65510: calling self._execute() 3057 1726773055.65588: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773055.65602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773055.65606: variable 'omit' from source: magic vars 3057 1726773055.66002: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773055.67669: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773055.67723: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773055.67754: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773055.67783: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773055.67807: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773055.67876: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773055.67902: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773055.67922: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773055.67953: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773055.67964: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773055.68053: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773055.68066: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726773055.68070: when evaluation is False, skipping this task 3057 1726773055.68072: _execute() done 3057 1726773055.68077: dumping result to json 3057 1726773055.68079: done dumping result, returning 3057 1726773055.68088: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [02b512f9-4fcf-6140-6a9e-000000000ed6] 3057 1726773055.68096: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed6 3057 1726773055.68192: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed6 3057 1726773055.68195: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3057 1726773055.68256: no more pending results, returning what we have 3057 1726773055.68260: results queue empty 3057 1726773055.68261: checking for any_errors_fatal 3057 1726773055.68267: done checking for any_errors_fatal 3057 1726773055.68268: checking for max_fail_percentage 3057 1726773055.68270: done checking for max_fail_percentage 3057 1726773055.68271: checking to see if all hosts have failed and the running result is not ok 3057 1726773055.68272: done checking to see if all hosts have failed 3057 1726773055.68272: getting the remaining hosts for this loop 3057 1726773055.68275: done getting the remaining hosts for this loop 3057 1726773055.68278: getting the next task for host managed_node2 3057 1726773055.68286: done getting next task for host managed_node2 3057 1726773055.68290: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3057 1726773055.68294: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773055.68315: getting variables 3057 1726773055.68317: in VariableManager get_vars() 3057 1726773055.68357: Calling all_inventory to load vars for managed_node2 3057 1726773055.68360: Calling groups_inventory to load vars for managed_node2 3057 1726773055.68363: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773055.68372: Calling all_plugins_play to load vars for managed_node2 3057 1726773055.68374: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773055.68377: Calling groups_plugins_play to load vars for managed_node2 3057 1726773055.68557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773055.68688: done with get_vars() 3057 1726773055.68697: done getting variables 3057 1726773055.68744: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:10:55 -0400 (0:00:00.038) 0:01:40.426 **** 3057 1726773055.68771: entering _queue_task() for managed_node2/fail 3057 1726773055.68993: worker is 1 (out of 1 available) 3057 1726773055.69009: exiting _queue_task() for managed_node2/fail 3057 1726773055.69024: done queuing things up, now waiting for results queue to drain 3057 1726773055.69026: waiting for pending results... 3057 1726773055.69239: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3057 1726773055.69339: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ed7 3057 1726773055.69350: variable 'ansible_search_path' from source: unknown 3057 1726773055.69355: variable 'ansible_search_path' from source: unknown 3057 1726773055.69390: calling self._execute() 3057 1726773055.69469: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773055.69473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773055.69483: variable 'omit' from source: magic vars 3057 1726773055.69875: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773055.71508: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773055.71819: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773055.71850: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773055.71879: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773055.71903: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773055.71974: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773055.72000: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773055.72019: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773055.72050: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773055.72061: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773055.72153: variable '__kernel_settings_is_transactional' from source: set_fact 3057 1726773055.72167: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3057 1726773055.72171: when evaluation is False, skipping this task 3057 1726773055.72174: _execute() done 3057 1726773055.72177: dumping result to json 3057 1726773055.72182: done dumping result, returning 3057 1726773055.72191: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [02b512f9-4fcf-6140-6a9e-000000000ed7] 3057 1726773055.72199: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed7 3057 1726773055.72294: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed7 3057 1726773055.72297: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3057 1726773055.72365: no more pending results, returning what we have 3057 1726773055.72369: results queue empty 3057 1726773055.72370: checking for any_errors_fatal 3057 1726773055.72378: done checking for any_errors_fatal 3057 1726773055.72379: checking for max_fail_percentage 3057 1726773055.72380: done checking for max_fail_percentage 3057 1726773055.72381: checking to see if all hosts have failed and the running result is not ok 3057 1726773055.72382: done checking to see if all hosts have failed 3057 1726773055.72383: getting the remaining hosts for this loop 3057 1726773055.72385: done getting the remaining hosts for this loop 3057 1726773055.72390: getting the next task for host managed_node2 3057 1726773055.72400: done getting next task for host managed_node2 3057 1726773055.72404: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3057 1726773055.72408: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773055.72429: getting variables 3057 1726773055.72431: in VariableManager get_vars() 3057 1726773055.72469: Calling all_inventory to load vars for managed_node2 3057 1726773055.72472: Calling groups_inventory to load vars for managed_node2 3057 1726773055.72474: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773055.72484: Calling all_plugins_play to load vars for managed_node2 3057 1726773055.72486: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773055.72489: Calling groups_plugins_play to load vars for managed_node2 3057 1726773055.72627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773055.72763: done with get_vars() 3057 1726773055.72772: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:10:55 -0400 (0:00:00.040) 0:01:40.466 **** 3057 1726773055.72838: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773055.73058: worker is 1 (out of 1 available) 3057 1726773055.73075: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773055.73090: done queuing things up, now waiting for results queue to drain 3057 1726773055.73092: waiting for pending results... 3057 1726773055.73300: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3057 1726773055.73394: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ed9 3057 1726773055.73408: variable 'ansible_search_path' from source: unknown 3057 1726773055.73412: variable 'ansible_search_path' from source: unknown 3057 1726773055.73448: calling self._execute() 3057 1726773055.73527: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773055.73532: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773055.73545: variable 'omit' from source: magic vars 3057 1726773055.73630: variable 'omit' from source: magic vars 3057 1726773055.73676: variable 'omit' from source: magic vars 3057 1726773055.73700: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3057 1726773055.73955: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3057 1726773055.74021: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773055.74053: variable 'omit' from source: magic vars 3057 1726773055.74090: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773055.74199: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773055.74215: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773055.74232: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773055.74244: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773055.74271: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773055.74275: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773055.74278: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773055.74357: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773055.74365: Set connection var ansible_pipelining to False 3057 1726773055.74368: Set connection var ansible_shell_type to sh 3057 1726773055.74370: Set connection var ansible_connection to ssh 3057 1726773055.74376: Set connection var ansible_timeout to 10 3057 1726773055.74383: Set connection var ansible_shell_executable to /bin/sh 3057 1726773055.74406: variable 'ansible_shell_executable' from source: unknown 3057 1726773055.74411: variable 'ansible_connection' from source: unknown 3057 1726773055.74413: variable 'ansible_module_compression' from source: unknown 3057 1726773055.74416: variable 'ansible_shell_type' from source: unknown 3057 1726773055.74419: variable 'ansible_shell_executable' from source: unknown 3057 1726773055.74423: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773055.74425: variable 'ansible_pipelining' from source: unknown 3057 1726773055.74428: variable 'ansible_timeout' from source: unknown 3057 1726773055.74430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773055.74579: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773055.74588: variable 'omit' from source: magic vars 3057 1726773055.74596: starting attempt loop 3057 1726773055.74600: running the handler 3057 1726773055.74612: _low_level_execute_command(): starting 3057 1726773055.74619: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773055.75168: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773055.75172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773055.75175: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773055.75178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773055.75244: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773055.75250: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773055.75255: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773055.75293: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773055.77019: stdout chunk (state=3): >>>/root <<< 3057 1726773055.77124: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773055.77195: stderr chunk (state=3): >>><<< 3057 1726773055.77198: stdout chunk (state=3): >>><<< 3057 1726773055.77220: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773055.77232: _low_level_execute_command(): starting 3057 1726773055.77241: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561 `" && echo ansible-tmp-1726773055.7722063-6160-91727362438561="` echo /root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561 `" ) && sleep 0' 3057 1726773055.77748: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773055.77751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773055.77762: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773055.77764: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773055.77812: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773055.77815: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773055.77817: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773055.77866: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773055.79844: stdout chunk (state=3): >>>ansible-tmp-1726773055.7722063-6160-91727362438561=/root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561 <<< 3057 1726773055.79954: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773055.80015: stderr chunk (state=3): >>><<< 3057 1726773055.80018: stdout chunk (state=3): >>><<< 3057 1726773055.80039: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773055.7722063-6160-91727362438561=/root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773055.80083: variable 'ansible_module_compression' from source: unknown 3057 1726773055.80121: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 3057 1726773055.80159: variable 'ansible_facts' from source: unknown 3057 1726773055.80211: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561/AnsiballZ_kernel_settings_get_config.py 3057 1726773055.80324: Sending initial data 3057 1726773055.80327: Sent initial data (172 bytes) 3057 1726773055.80822: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773055.80826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773055.80829: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773055.80831: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773055.80833: 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 <<< 3057 1726773055.80837: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773055.80891: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773055.80895: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773055.80901: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773055.80937: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773055.82529: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773055.82561: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773055.82599: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp0a8pv2fv /root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561/AnsiballZ_kernel_settings_get_config.py <<< 3057 1726773055.82606: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773055.82644: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp0a8pv2fv" to remote "/root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773055.82646: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773055.83143: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773055.83223: stderr chunk (state=3): >>><<< 3057 1726773055.83226: stdout chunk (state=3): >>><<< 3057 1726773055.83249: done transferring module to remote 3057 1726773055.83260: _low_level_execute_command(): starting 3057 1726773055.83265: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561/ /root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773055.83763: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773055.83767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773055.83774: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773055.83776: 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.45.18 originally 10.31.45.18 <<< 3057 1726773055.83778: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773055.83828: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773055.83831: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773055.83876: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773055.85680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773055.85739: stderr chunk (state=3): >>><<< 3057 1726773055.85743: stdout chunk (state=3): >>><<< 3057 1726773055.85760: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773055.85763: _low_level_execute_command(): starting 3057 1726773055.85769: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773055.86258: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773055.86262: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773055.86264: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773055.86267: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773055.86269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773055.86323: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773055.86327: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773055.86332: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773055.86374: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.03394: 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"}}} <<< 3057 1726773056.04871: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773056.04920: stderr chunk (state=3): >>><<< 3057 1726773056.04942: stdout chunk (state=3): >>><<< 3057 1726773056.04967: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773056.05107: 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-1726773055.7722063-6160-91727362438561/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773056.05111: _low_level_execute_command(): starting 3057 1726773056.05114: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773055.7722063-6160-91727362438561/ > /dev/null 2>&1 && sleep 0' 3057 1726773056.05710: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773056.05724: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773056.05738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773056.05788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.05862: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773056.05879: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773056.05909: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.05981: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.08008: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773056.08012: stdout chunk (state=3): >>><<< 3057 1726773056.08015: stderr chunk (state=3): >>><<< 3057 1726773056.08251: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773056.08255: handler run complete 3057 1726773056.08258: attempt loop complete, returning result 3057 1726773056.08261: _execute() done 3057 1726773056.08263: dumping result to json 3057 1726773056.08265: done dumping result, returning 3057 1726773056.08267: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [02b512f9-4fcf-6140-6a9e-000000000ed9] 3057 1726773056.08270: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed9 3057 1726773056.08361: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ed9 3057 1726773056.08364: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 3057 1726773056.08512: no more pending results, returning what we have 3057 1726773056.08517: results queue empty 3057 1726773056.08518: checking for any_errors_fatal 3057 1726773056.08526: done checking for any_errors_fatal 3057 1726773056.08527: checking for max_fail_percentage 3057 1726773056.08528: done checking for max_fail_percentage 3057 1726773056.08529: checking to see if all hosts have failed and the running result is not ok 3057 1726773056.08530: done checking to see if all hosts have failed 3057 1726773056.08531: getting the remaining hosts for this loop 3057 1726773056.08534: done getting the remaining hosts for this loop 3057 1726773056.08540: getting the next task for host managed_node2 3057 1726773056.08549: done getting next task for host managed_node2 3057 1726773056.08554: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3057 1726773056.08559: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773056.08574: getting variables 3057 1726773056.08576: in VariableManager get_vars() 3057 1726773056.08622: Calling all_inventory to load vars for managed_node2 3057 1726773056.08625: Calling groups_inventory to load vars for managed_node2 3057 1726773056.08628: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773056.08757: Calling all_plugins_play to load vars for managed_node2 3057 1726773056.08761: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773056.08766: Calling groups_plugins_play to load vars for managed_node2 3057 1726773056.09117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773056.09345: done with get_vars() 3057 1726773056.09357: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:10:56 -0400 (0:00:00.366) 0:01:40.833 **** 3057 1726773056.09468: entering _queue_task() for managed_node2/stat 3057 1726773056.09871: worker is 1 (out of 1 available) 3057 1726773056.09887: exiting _queue_task() for managed_node2/stat 3057 1726773056.09898: done queuing things up, now waiting for results queue to drain 3057 1726773056.09901: waiting for pending results... 3057 1726773056.10254: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3057 1726773056.10285: in run() - task 02b512f9-4fcf-6140-6a9e-000000000eda 3057 1726773056.10305: variable 'ansible_search_path' from source: unknown 3057 1726773056.10313: variable 'ansible_search_path' from source: unknown 3057 1726773056.10374: variable '__prof_from_conf' from source: task vars 3057 1726773056.10743: variable '__prof_from_conf' from source: task vars 3057 1726773056.10965: variable '__data' from source: task vars 3057 1726773056.11059: variable '__kernel_settings_register_tuned_main' from source: set_fact 3057 1726773056.11326: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773056.11329: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773056.11382: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773056.11409: variable 'omit' from source: magic vars 3057 1726773056.11561: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.11577: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.11643: variable 'omit' from source: magic vars 3057 1726773056.11906: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773056.14923: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773056.15009: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773056.15060: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773056.15105: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773056.15141: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773056.15251: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773056.15440: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773056.15444: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773056.15447: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773056.15449: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773056.15504: variable 'item' from source: unknown 3057 1726773056.15525: Evaluated conditional (item | length > 0): False 3057 1726773056.15533: when evaluation is False, skipping this task 3057 1726773056.15585: variable 'item' from source: unknown 3057 1726773056.15673: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 3057 1726773056.15911: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.15918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.15927: variable 'omit' from source: magic vars 3057 1726773056.16241: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773056.16245: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773056.16248: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773056.16251: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773056.16253: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773056.16288: variable 'item' from source: unknown 3057 1726773056.16303: Evaluated conditional (item | length > 0): True 3057 1726773056.16315: variable 'omit' from source: magic vars 3057 1726773056.16377: variable 'omit' from source: magic vars 3057 1726773056.16439: variable 'item' from source: unknown 3057 1726773056.16517: variable 'item' from source: unknown 3057 1726773056.16540: variable 'omit' from source: magic vars 3057 1726773056.16572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773056.16608: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773056.16634: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773056.16661: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773056.16677: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773056.16719: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773056.16729: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.16740: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.16850: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773056.16866: Set connection var ansible_pipelining to False 3057 1726773056.16875: Set connection var ansible_shell_type to sh 3057 1726773056.16882: Set connection var ansible_connection to ssh 3057 1726773056.16896: Set connection var ansible_timeout to 10 3057 1726773056.16910: Set connection var ansible_shell_executable to /bin/sh 3057 1726773056.16944: variable 'ansible_shell_executable' from source: unknown 3057 1726773056.16955: variable 'ansible_connection' from source: unknown 3057 1726773056.16969: variable 'ansible_module_compression' from source: unknown 3057 1726773056.16972: variable 'ansible_shell_type' from source: unknown 3057 1726773056.16977: variable 'ansible_shell_executable' from source: unknown 3057 1726773056.16979: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.17040: variable 'ansible_pipelining' from source: unknown 3057 1726773056.17042: variable 'ansible_timeout' from source: unknown 3057 1726773056.17044: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.17128: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773056.17140: variable 'omit' from source: magic vars 3057 1726773056.17143: starting attempt loop 3057 1726773056.17147: running the handler 3057 1726773056.17161: _low_level_execute_command(): starting 3057 1726773056.17166: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773056.17708: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773056.17711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773056.17715: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.17773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773056.17780: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773056.17782: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.17826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.19559: stdout chunk (state=3): >>>/root <<< 3057 1726773056.19658: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773056.19722: stderr chunk (state=3): >>><<< 3057 1726773056.19724: stdout chunk (state=3): >>><<< 3057 1726773056.19743: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773056.19756: _low_level_execute_command(): starting 3057 1726773056.19827: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069 `" && echo ansible-tmp-1726773056.1974573-6175-55439881500069="` echo /root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069 `" ) && sleep 0' 3057 1726773056.20242: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773056.20245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773056.20248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.20251: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773056.20253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.20304: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773056.20309: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.20357: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.22317: stdout chunk (state=3): >>>ansible-tmp-1726773056.1974573-6175-55439881500069=/root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069 <<< 3057 1726773056.22468: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773056.22536: stderr chunk (state=3): >>><<< 3057 1726773056.22553: stdout chunk (state=3): >>><<< 3057 1726773056.22742: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773056.1974573-6175-55439881500069=/root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773056.22745: variable 'ansible_module_compression' from source: unknown 3057 1726773056.22748: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773056.22750: variable 'ansible_facts' from source: unknown 3057 1726773056.22825: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069/AnsiballZ_stat.py 3057 1726773056.22954: Sending initial data 3057 1726773056.22957: Sent initial data (150 bytes) 3057 1726773056.23416: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773056.23454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773056.23463: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.23465: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773056.23468: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773056.23470: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.23519: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773056.23522: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773056.23527: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.23563: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.25154: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773056.25208: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773056.25251: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp_oh8d260 /root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069/AnsiballZ_stat.py <<< 3057 1726773056.25254: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069/AnsiballZ_stat.py" <<< 3057 1726773056.25333: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp_oh8d260" to remote "/root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069/AnsiballZ_stat.py" <<< 3057 1726773056.26062: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773056.26142: stderr chunk (state=3): >>><<< 3057 1726773056.26146: stdout chunk (state=3): >>><<< 3057 1726773056.26166: done transferring module to remote 3057 1726773056.26177: _low_level_execute_command(): starting 3057 1726773056.26182: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069/ /root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069/AnsiballZ_stat.py && sleep 0' 3057 1726773056.26649: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773056.26652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773056.26655: 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.45.18 is address debug1: re-parsing configuration <<< 3057 1726773056.26658: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773056.26660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.26710: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773056.26714: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.26760: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.28562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773056.28606: stderr chunk (state=3): >>><<< 3057 1726773056.28612: stdout chunk (state=3): >>><<< 3057 1726773056.28623: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773056.28626: _low_level_execute_command(): starting 3057 1726773056.28631: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069/AnsiballZ_stat.py && sleep 0' 3057 1726773056.29094: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773056.29099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.29111: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.29174: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773056.29181: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.29224: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.46569: 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": 4096, "inode": 262607, "dev": 51714, "nlink": 3, "atime": 1726772976.6601307, "mtime": 1726772974.1081133, "ctime": 1726772974.1081133, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3652884641", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3057 1726773056.48160: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773056.48218: stderr chunk (state=3): >>><<< 3057 1726773056.48222: stdout chunk (state=3): >>><<< 3057 1726773056.48238: _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": 4096, "inode": 262607, "dev": 51714, "nlink": 3, "atime": 1726772976.6601307, "mtime": 1726772974.1081133, "ctime": 1726772974.1081133, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3652884641", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773056.48279: 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-1726773056.1974573-6175-55439881500069/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773056.48295: _low_level_execute_command(): starting 3057 1726773056.48298: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773056.1974573-6175-55439881500069/ > /dev/null 2>&1 && sleep 0' 3057 1726773056.48784: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773056.48791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.48793: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773056.48796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773056.48798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.48845: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773056.48862: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773056.48865: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.48898: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.50947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773056.50952: stdout chunk (state=3): >>><<< 3057 1726773056.50954: stderr chunk (state=3): >>><<< 3057 1726773056.50957: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773056.50960: handler run complete 3057 1726773056.51042: attempt loop complete, returning result 3057 1726773056.51046: variable 'item' from source: unknown 3057 1726773056.51150: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726772976.6601307, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772974.1081133, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262607, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726772974.1081133, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "3652884641", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3057 1726773056.51756: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.51759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.51762: variable 'omit' from source: magic vars 3057 1726773056.51765: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773056.51767: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773056.51770: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773056.51785: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773056.51808: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773056.51913: variable 'item' from source: unknown 3057 1726773056.51927: Evaluated conditional (item | length > 0): True 3057 1726773056.51940: variable 'omit' from source: magic vars 3057 1726773056.51961: variable 'omit' from source: magic vars 3057 1726773056.52026: variable 'item' from source: unknown 3057 1726773056.52110: variable 'item' from source: unknown 3057 1726773056.52130: variable 'omit' from source: magic vars 3057 1726773056.52159: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773056.52173: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773056.52192: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773056.52239: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773056.52242: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.52245: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.52326: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773056.52343: Set connection var ansible_pipelining to False 3057 1726773056.52351: Set connection var ansible_shell_type to sh 3057 1726773056.52408: Set connection var ansible_connection to ssh 3057 1726773056.52411: Set connection var ansible_timeout to 10 3057 1726773056.52414: Set connection var ansible_shell_executable to /bin/sh 3057 1726773056.52416: variable 'ansible_shell_executable' from source: unknown 3057 1726773056.52418: variable 'ansible_connection' from source: unknown 3057 1726773056.52423: variable 'ansible_module_compression' from source: unknown 3057 1726773056.52431: variable 'ansible_shell_type' from source: unknown 3057 1726773056.52441: variable 'ansible_shell_executable' from source: unknown 3057 1726773056.52449: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.52460: variable 'ansible_pipelining' from source: unknown 3057 1726773056.52469: variable 'ansible_timeout' from source: unknown 3057 1726773056.52478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.52605: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773056.52639: variable 'omit' from source: magic vars 3057 1726773056.52643: starting attempt loop 3057 1726773056.52645: running the handler 3057 1726773056.52736: _low_level_execute_command(): starting 3057 1726773056.52741: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773056.53359: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773056.53375: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773056.53399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773056.53514: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.53527: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773056.53547: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773056.53575: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.53649: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.55336: stdout chunk (state=3): >>>/root <<< 3057 1726773056.55522: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773056.55533: stdout chunk (state=3): >>><<< 3057 1726773056.55551: stderr chunk (state=3): >>><<< 3057 1726773056.55589: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773056.55606: _low_level_execute_command(): starting 3057 1726773056.55695: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679 `" && echo ansible-tmp-1726773056.5559623-6175-124824726363679="` echo /root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679 `" ) && sleep 0' 3057 1726773056.56314: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773056.56428: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773056.56451: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.56604: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.58565: stdout chunk (state=3): >>>ansible-tmp-1726773056.5559623-6175-124824726363679=/root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679 <<< 3057 1726773056.58745: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773056.58759: stderr chunk (state=3): >>><<< 3057 1726773056.58762: stdout chunk (state=3): >>><<< 3057 1726773056.58782: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773056.5559623-6175-124824726363679=/root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773056.58902: variable 'ansible_module_compression' from source: unknown 3057 1726773056.58905: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773056.58908: variable 'ansible_facts' from source: unknown 3057 1726773056.58963: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679/AnsiballZ_stat.py 3057 1726773056.59130: Sending initial data 3057 1726773056.59137: Sent initial data (151 bytes) 3057 1726773056.59783: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773056.59805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773056.59841: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773056.59859: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.59924: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773056.59928: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.59991: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.61596: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773056.61626: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773056.61666: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpkwk_bnug /root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679/AnsiballZ_stat.py <<< 3057 1726773056.61669: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679/AnsiballZ_stat.py" <<< 3057 1726773056.61706: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpkwk_bnug" to remote "/root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679/AnsiballZ_stat.py" <<< 3057 1726773056.62321: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773056.62403: stderr chunk (state=3): >>><<< 3057 1726773056.62406: stdout chunk (state=3): >>><<< 3057 1726773056.62427: done transferring module to remote 3057 1726773056.62438: _low_level_execute_command(): starting 3057 1726773056.62446: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679/ /root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679/AnsiballZ_stat.py && sleep 0' 3057 1726773056.63161: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773056.63165: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.63212: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773056.63230: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773056.63255: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.63325: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.65255: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773056.65307: stderr chunk (state=3): >>><<< 3057 1726773056.65311: stdout chunk (state=3): >>><<< 3057 1726773056.65416: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773056.65424: _low_level_execute_command(): starting 3057 1726773056.65427: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679/AnsiballZ_stat.py && sleep 0' 3057 1726773056.66018: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773056.66034: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773056.66054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773056.66072: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773056.66092: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773056.66191: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773056.66256: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.66290: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.83453: 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": 4096, "inode": 262602, "dev": 51714, "nlink": 4, "atime": 1726772971.8100975, "mtime": 1726772982.7141726, "ctime": 1726772982.7141726, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1048239013", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3057 1726773056.85000: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773056.85061: stderr chunk (state=3): >>><<< 3057 1726773056.85065: stdout chunk (state=3): >>><<< 3057 1726773056.85079: _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": 4096, "inode": 262602, "dev": 51714, "nlink": 4, "atime": 1726772971.8100975, "mtime": 1726772982.7141726, "ctime": 1726772982.7141726, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1048239013", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773056.85120: 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-1726773056.5559623-6175-124824726363679/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773056.85127: _low_level_execute_command(): starting 3057 1726773056.85132: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773056.5559623-6175-124824726363679/ > /dev/null 2>&1 && sleep 0' 3057 1726773056.85609: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773056.85613: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773056.85649: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.85653: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773056.85655: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773056.85658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773056.85660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773056.85716: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773056.85719: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773056.85721: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.85770: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773056.87660: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773056.87723: stderr chunk (state=3): >>><<< 3057 1726773056.87730: stdout chunk (state=3): >>><<< 3057 1726773056.87744: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773056.87750: handler run complete 3057 1726773056.87789: attempt loop complete, returning result 3057 1726773056.87803: variable 'item' from source: unknown 3057 1726773056.87871: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726772971.8100975, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772982.7141726, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262602, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726772982.7141726, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "1048239013", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3057 1726773056.88041: dumping result to json 3057 1726773056.88044: done dumping result, returning 3057 1726773056.88046: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [02b512f9-4fcf-6140-6a9e-000000000eda] 3057 1726773056.88048: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000eda 3057 1726773056.88354: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000eda 3057 1726773056.88358: WORKER PROCESS EXITING 3057 1726773056.88491: no more pending results, returning what we have 3057 1726773056.88495: results queue empty 3057 1726773056.88496: checking for any_errors_fatal 3057 1726773056.88501: done checking for any_errors_fatal 3057 1726773056.88502: checking for max_fail_percentage 3057 1726773056.88503: done checking for max_fail_percentage 3057 1726773056.88504: checking to see if all hosts have failed and the running result is not ok 3057 1726773056.88505: done checking to see if all hosts have failed 3057 1726773056.88506: getting the remaining hosts for this loop 3057 1726773056.88507: done getting the remaining hosts for this loop 3057 1726773056.88511: getting the next task for host managed_node2 3057 1726773056.88517: done getting next task for host managed_node2 3057 1726773056.88520: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3057 1726773056.88524: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773056.88540: getting variables 3057 1726773056.88541: in VariableManager get_vars() 3057 1726773056.88588: Calling all_inventory to load vars for managed_node2 3057 1726773056.88592: Calling groups_inventory to load vars for managed_node2 3057 1726773056.88595: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773056.88606: Calling all_plugins_play to load vars for managed_node2 3057 1726773056.88609: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773056.88612: Calling groups_plugins_play to load vars for managed_node2 3057 1726773056.88849: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773056.89083: done with get_vars() 3057 1726773056.89102: done getting variables 3057 1726773056.89176: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:10:56 -0400 (0:00:00.797) 0:01:41.630 **** 3057 1726773056.89219: entering _queue_task() for managed_node2/set_fact 3057 1726773056.89588: worker is 1 (out of 1 available) 3057 1726773056.89613: exiting _queue_task() for managed_node2/set_fact 3057 1726773056.89627: done queuing things up, now waiting for results queue to drain 3057 1726773056.89629: waiting for pending results... 3057 1726773056.89865: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3057 1726773056.89951: in run() - task 02b512f9-4fcf-6140-6a9e-000000000edb 3057 1726773056.89968: variable 'ansible_search_path' from source: unknown 3057 1726773056.89973: variable 'ansible_search_path' from source: unknown 3057 1726773056.90006: calling self._execute() 3057 1726773056.90087: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.90094: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.90104: variable 'omit' from source: magic vars 3057 1726773056.90246: variable 'omit' from source: magic vars 3057 1726773056.90441: variable 'omit' from source: magic vars 3057 1726773056.90858: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773056.93961: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773056.94045: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773056.94107: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773056.94152: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773056.94183: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773056.94281: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773056.94322: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773056.94358: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773056.94412: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773056.94434: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773056.94495: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773056.94526: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773056.94567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773056.94611: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773056.94627: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773056.94674: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773056.94694: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773056.94713: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773056.94750: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773056.94762: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773056.94937: variable '__kernel_settings_find_profile_dirs' from source: set_fact 3057 1726773056.95014: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773056.95143: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773056.95175: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773056.95201: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773056.95225: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773056.95262: 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) 3057 1726773056.95280: 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) 3057 1726773056.95303: 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) 3057 1726773056.95322: 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) 3057 1726773056.95366: variable 'omit' from source: magic vars 3057 1726773056.95392: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773056.95415: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773056.95430: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773056.95446: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773056.95455: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773056.95481: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773056.95484: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.95487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.95566: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773056.95573: Set connection var ansible_pipelining to False 3057 1726773056.95576: Set connection var ansible_shell_type to sh 3057 1726773056.95579: Set connection var ansible_connection to ssh 3057 1726773056.95588: Set connection var ansible_timeout to 10 3057 1726773056.95595: Set connection var ansible_shell_executable to /bin/sh 3057 1726773056.95619: variable 'ansible_shell_executable' from source: unknown 3057 1726773056.95622: variable 'ansible_connection' from source: unknown 3057 1726773056.95625: variable 'ansible_module_compression' from source: unknown 3057 1726773056.95627: variable 'ansible_shell_type' from source: unknown 3057 1726773056.95629: variable 'ansible_shell_executable' from source: unknown 3057 1726773056.95634: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.95639: variable 'ansible_pipelining' from source: unknown 3057 1726773056.95642: variable 'ansible_timeout' from source: unknown 3057 1726773056.95647: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.95727: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773056.95739: variable 'omit' from source: magic vars 3057 1726773056.95745: starting attempt loop 3057 1726773056.95748: running the handler 3057 1726773056.95758: handler run complete 3057 1726773056.95766: attempt loop complete, returning result 3057 1726773056.95769: _execute() done 3057 1726773056.95772: dumping result to json 3057 1726773056.95775: done dumping result, returning 3057 1726773056.95782: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [02b512f9-4fcf-6140-6a9e-000000000edb] 3057 1726773056.95787: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000edb 3057 1726773056.95881: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000edb 3057 1726773056.95884: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 3057 1726773056.95964: no more pending results, returning what we have 3057 1726773056.95968: results queue empty 3057 1726773056.95969: checking for any_errors_fatal 3057 1726773056.95981: done checking for any_errors_fatal 3057 1726773056.95982: checking for max_fail_percentage 3057 1726773056.95983: done checking for max_fail_percentage 3057 1726773056.95984: checking to see if all hosts have failed and the running result is not ok 3057 1726773056.95985: done checking to see if all hosts have failed 3057 1726773056.95986: getting the remaining hosts for this loop 3057 1726773056.95988: done getting the remaining hosts for this loop 3057 1726773056.95991: getting the next task for host managed_node2 3057 1726773056.96002: done getting next task for host managed_node2 3057 1726773056.96006: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3057 1726773056.96010: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773056.96022: getting variables 3057 1726773056.96024: in VariableManager get_vars() 3057 1726773056.96062: Calling all_inventory to load vars for managed_node2 3057 1726773056.96064: Calling groups_inventory to load vars for managed_node2 3057 1726773056.96066: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773056.96075: Calling all_plugins_play to load vars for managed_node2 3057 1726773056.96077: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773056.96080: Calling groups_plugins_play to load vars for managed_node2 3057 1726773056.96213: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773056.96391: done with get_vars() 3057 1726773056.96400: done getting variables 3057 1726773056.96453: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:10:56 -0400 (0:00:00.072) 0:01:41.703 **** 3057 1726773056.96487: entering _queue_task() for managed_node2/service 3057 1726773056.96768: worker is 1 (out of 1 available) 3057 1726773056.96784: exiting _queue_task() for managed_node2/service 3057 1726773056.96798: done queuing things up, now waiting for results queue to drain 3057 1726773056.96800: waiting for pending results... 3057 1726773056.97261: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3057 1726773056.97275: in run() - task 02b512f9-4fcf-6140-6a9e-000000000edc 3057 1726773056.97299: variable 'ansible_search_path' from source: unknown 3057 1726773056.97307: variable 'ansible_search_path' from source: unknown 3057 1726773056.97441: variable '__kernel_settings_services' from source: include_vars 3057 1726773056.97727: variable '__kernel_settings_services' from source: include_vars 3057 1726773056.97839: variable 'omit' from source: magic vars 3057 1726773056.97899: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.97910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.97917: variable 'omit' from source: magic vars 3057 1726773056.97985: variable 'omit' from source: magic vars 3057 1726773056.98029: variable 'omit' from source: magic vars 3057 1726773056.98068: variable 'item' from source: unknown 3057 1726773056.98440: variable 'item' from source: unknown 3057 1726773056.98464: variable 'omit' from source: magic vars 3057 1726773056.98500: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773056.98530: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773056.98549: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773056.98566: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773056.98576: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773056.98604: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773056.98607: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.98610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.98685: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773056.98693: Set connection var ansible_pipelining to False 3057 1726773056.98696: Set connection var ansible_shell_type to sh 3057 1726773056.98699: Set connection var ansible_connection to ssh 3057 1726773056.98705: Set connection var ansible_timeout to 10 3057 1726773056.98712: Set connection var ansible_shell_executable to /bin/sh 3057 1726773056.98731: variable 'ansible_shell_executable' from source: unknown 3057 1726773056.98734: variable 'ansible_connection' from source: unknown 3057 1726773056.98738: variable 'ansible_module_compression' from source: unknown 3057 1726773056.98741: variable 'ansible_shell_type' from source: unknown 3057 1726773056.98743: variable 'ansible_shell_executable' from source: unknown 3057 1726773056.98746: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773056.98750: variable 'ansible_pipelining' from source: unknown 3057 1726773056.98753: variable 'ansible_timeout' from source: unknown 3057 1726773056.98757: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773056.98872: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773056.98882: variable 'omit' from source: magic vars 3057 1726773056.98888: starting attempt loop 3057 1726773056.98891: running the handler 3057 1726773056.98964: variable 'ansible_facts' from source: unknown 3057 1726773056.99054: _low_level_execute_command(): starting 3057 1726773056.99060: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773056.99723: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773056.99742: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773056.99759: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773056.99836: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.01554: stdout chunk (state=3): >>>/root <<< 3057 1726773057.01660: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773057.01726: stderr chunk (state=3): >>><<< 3057 1726773057.01730: stdout chunk (state=3): >>><<< 3057 1726773057.01753: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773057.01769: _low_level_execute_command(): starting 3057 1726773057.01776: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550 `" && echo ansible-tmp-1726773057.0175457-6212-70621507394550="` echo /root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550 `" ) && sleep 0' 3057 1726773057.02293: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.02298: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.02310: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773057.02314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.02456: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.02461: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.04365: stdout chunk (state=3): >>>ansible-tmp-1726773057.0175457-6212-70621507394550=/root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550 <<< 3057 1726773057.04553: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773057.04556: stdout chunk (state=3): >>><<< 3057 1726773057.04558: stderr chunk (state=3): >>><<< 3057 1726773057.04573: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773057.0175457-6212-70621507394550=/root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773057.04606: variable 'ansible_module_compression' from source: unknown 3057 1726773057.04651: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 3057 1726773057.04708: variable 'ansible_facts' from source: unknown 3057 1726773057.04848: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550/AnsiballZ_systemd.py 3057 1726773057.04972: Sending initial data 3057 1726773057.04976: Sent initial data (153 bytes) 3057 1726773057.05473: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.05477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773057.05480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.05483: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773057.05488: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.05555: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773057.05562: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773057.05567: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.05609: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.07176: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773057.07212: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773057.07250: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp22n770ux /root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550/AnsiballZ_systemd.py <<< 3057 1726773057.07255: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550/AnsiballZ_systemd.py" <<< 3057 1726773057.07293: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp22n770ux" to remote "/root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550/AnsiballZ_systemd.py" <<< 3057 1726773057.07296: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550/AnsiballZ_systemd.py" <<< 3057 1726773057.08359: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773057.08436: stderr chunk (state=3): >>><<< 3057 1726773057.08440: stdout chunk (state=3): >>><<< 3057 1726773057.08462: done transferring module to remote 3057 1726773057.08473: _low_level_execute_command(): starting 3057 1726773057.08480: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550/ /root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550/AnsiballZ_systemd.py && sleep 0' 3057 1726773057.08971: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.08974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.08977: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773057.08979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773057.08986: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.09045: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773057.09048: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773057.09050: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.09085: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.10913: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773057.10970: stderr chunk (state=3): >>><<< 3057 1726773057.10974: stdout chunk (state=3): >>><<< 3057 1726773057.10993: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773057.10997: _low_level_execute_command(): starting 3057 1726773057.10999: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550/AnsiballZ_systemd.py && sleep 0' 3057 1726773057.11482: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773057.11488: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.11491: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773057.11493: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.11496: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.11546: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773057.11561: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773057.11572: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.11605: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.43859: 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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "691", "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 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "MemoryCurrent": "20332544", "MemoryPeak": "20901888", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3631480832", "CPUUsageNSec": "259736000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPR<<< 3057 1726773057.43888: stdout chunk (state=3): >>>IO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "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", "Fragmen<<< 3057 1726773057.43900: stdout chunk (state=3): >>>tPath": "/usr/lib/systemd/system/tuned.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "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 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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}}} <<< 3057 1726773057.45981: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773057.45985: stdout chunk (state=3): >>><<< 3057 1726773057.45988: stderr chunk (state=3): >>><<< 3057 1726773057.46101: _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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "691", "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 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "MemoryCurrent": "20332544", "MemoryPeak": "20901888", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3631480832", "CPUUsageNSec": "259736000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "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 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773057.46237: 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-1726773057.0175457-6212-70621507394550/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773057.46261: _low_level_execute_command(): starting 3057 1726773057.46264: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773057.0175457-6212-70621507394550/ > /dev/null 2>&1 && sleep 0' 3057 1726773057.46750: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.46754: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.46756: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773057.46759: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.46762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.46815: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773057.46818: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.46863: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.48744: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773057.48801: stderr chunk (state=3): >>><<< 3057 1726773057.48805: stdout chunk (state=3): >>><<< 3057 1726773057.48818: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773057.48825: handler run complete 3057 1726773057.48873: attempt loop complete, returning result 3057 1726773057.48893: variable 'item' from source: unknown 3057 1726773057.48965: variable 'item' from source: unknown ok: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "259736000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; 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 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "691", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3631480832", "MemoryCurrent": "20332544", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "20901888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "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": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 3057 1726773057.49749: dumping result to json 3057 1726773057.49751: done dumping result, returning 3057 1726773057.49753: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [02b512f9-4fcf-6140-6a9e-000000000edc] 3057 1726773057.49754: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000edc 3057 1726773057.49812: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000edc 3057 1726773057.49815: WORKER PROCESS EXITING 3057 1726773057.49906: no more pending results, returning what we have 3057 1726773057.49909: results queue empty 3057 1726773057.49910: checking for any_errors_fatal 3057 1726773057.49912: done checking for any_errors_fatal 3057 1726773057.49913: checking for max_fail_percentage 3057 1726773057.49913: done checking for max_fail_percentage 3057 1726773057.49914: checking to see if all hosts have failed and the running result is not ok 3057 1726773057.49915: done checking to see if all hosts have failed 3057 1726773057.49915: getting the remaining hosts for this loop 3057 1726773057.49916: done getting the remaining hosts for this loop 3057 1726773057.49918: getting the next task for host managed_node2 3057 1726773057.49922: done getting next task for host managed_node2 3057 1726773057.49925: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3057 1726773057.49927: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773057.49934: getting variables 3057 1726773057.49936: in VariableManager get_vars() 3057 1726773057.49957: Calling all_inventory to load vars for managed_node2 3057 1726773057.49959: Calling groups_inventory to load vars for managed_node2 3057 1726773057.49960: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773057.49968: Calling all_plugins_play to load vars for managed_node2 3057 1726773057.49969: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773057.49971: Calling groups_plugins_play to load vars for managed_node2 3057 1726773057.50074: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773057.50205: done with get_vars() 3057 1726773057.50213: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:10:57 -0400 (0:00:00.537) 0:01:42.241 **** 3057 1726773057.50288: entering _queue_task() for managed_node2/file 3057 1726773057.50519: worker is 1 (out of 1 available) 3057 1726773057.50537: exiting _queue_task() for managed_node2/file 3057 1726773057.50551: done queuing things up, now waiting for results queue to drain 3057 1726773057.50553: waiting for pending results... 3057 1726773057.50756: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3057 1726773057.50856: in run() - task 02b512f9-4fcf-6140-6a9e-000000000edd 3057 1726773057.50869: variable 'ansible_search_path' from source: unknown 3057 1726773057.50873: variable 'ansible_search_path' from source: unknown 3057 1726773057.50909: calling self._execute() 3057 1726773057.50995: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773057.51000: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773057.51004: variable 'omit' from source: magic vars 3057 1726773057.51096: variable 'omit' from source: magic vars 3057 1726773057.51150: variable 'omit' from source: magic vars 3057 1726773057.51174: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773057.51431: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773057.51545: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773057.51548: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773057.51585: variable 'omit' from source: magic vars 3057 1726773057.51621: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773057.51653: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773057.51672: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773057.51690: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773057.51699: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773057.51724: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773057.51728: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773057.51730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773057.51807: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773057.51815: Set connection var ansible_pipelining to False 3057 1726773057.51818: Set connection var ansible_shell_type to sh 3057 1726773057.51821: Set connection var ansible_connection to ssh 3057 1726773057.51826: Set connection var ansible_timeout to 10 3057 1726773057.51833: Set connection var ansible_shell_executable to /bin/sh 3057 1726773057.51854: variable 'ansible_shell_executable' from source: unknown 3057 1726773057.51857: variable 'ansible_connection' from source: unknown 3057 1726773057.51860: variable 'ansible_module_compression' from source: unknown 3057 1726773057.51863: variable 'ansible_shell_type' from source: unknown 3057 1726773057.51866: variable 'ansible_shell_executable' from source: unknown 3057 1726773057.51869: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773057.51871: variable 'ansible_pipelining' from source: unknown 3057 1726773057.51874: variable 'ansible_timeout' from source: unknown 3057 1726773057.51879: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773057.52039: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773057.52049: variable 'omit' from source: magic vars 3057 1726773057.52055: starting attempt loop 3057 1726773057.52058: running the handler 3057 1726773057.52070: _low_level_execute_command(): starting 3057 1726773057.52076: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773057.52623: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.52628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773057.52631: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773057.52637: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.52695: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773057.52701: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773057.52705: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.52745: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.54413: stdout chunk (state=3): >>>/root <<< 3057 1726773057.54514: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773057.54578: stderr chunk (state=3): >>><<< 3057 1726773057.54582: stdout chunk (state=3): >>><<< 3057 1726773057.54606: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773057.54618: _low_level_execute_command(): starting 3057 1726773057.54624: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704 `" && echo ansible-tmp-1726773057.546057-6233-256343009213704="` echo /root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704 `" ) && sleep 0' 3057 1726773057.55094: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773057.55103: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.55132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.55147: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773057.55150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773057.55152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.55201: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773057.55204: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.55250: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.57217: stdout chunk (state=3): >>>ansible-tmp-1726773057.546057-6233-256343009213704=/root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704 <<< 3057 1726773057.57322: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773057.57386: stderr chunk (state=3): >>><<< 3057 1726773057.57389: stdout chunk (state=3): >>><<< 3057 1726773057.57410: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773057.546057-6233-256343009213704=/root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773057.57460: variable 'ansible_module_compression' from source: unknown 3057 1726773057.57507: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773057.57544: variable 'ansible_facts' from source: unknown 3057 1726773057.57602: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704/AnsiballZ_file.py 3057 1726773057.57715: Sending initial data 3057 1726773057.57719: Sent initial data (150 bytes) 3057 1726773057.58195: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.58199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.58220: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.58275: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773057.58279: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773057.58281: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.58324: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.59915: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773057.59950: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773057.59996: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp6_z4j255 /root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704/AnsiballZ_file.py <<< 3057 1726773057.60003: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704/AnsiballZ_file.py" <<< 3057 1726773057.60040: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp6_z4j255" to remote "/root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704/AnsiballZ_file.py" <<< 3057 1726773057.60044: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704/AnsiballZ_file.py" <<< 3057 1726773057.60646: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773057.60658: stderr chunk (state=3): >>><<< 3057 1726773057.60661: stdout chunk (state=3): >>><<< 3057 1726773057.60689: done transferring module to remote 3057 1726773057.60695: _low_level_execute_command(): starting 3057 1726773057.60702: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704/ /root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704/AnsiballZ_file.py && sleep 0' 3057 1726773057.61192: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773057.61196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773057.61199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773057.61201: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.61208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.61258: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773057.61262: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.61305: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.63112: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773057.63170: stderr chunk (state=3): >>><<< 3057 1726773057.63174: stdout chunk (state=3): >>><<< 3057 1726773057.63190: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773057.63194: _low_level_execute_command(): starting 3057 1726773057.63241: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704/AnsiballZ_file.py && sleep 0' 3057 1726773057.63691: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773057.63695: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.63697: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773057.63700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773057.63702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.63759: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773057.63766: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773057.63768: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.63807: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.81857: stdout chunk (state=3): >>> <<< 3057 1726773057.81865: stdout chunk (state=3): >>>{"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "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}}} <<< 3057 1726773057.83469: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773057.83474: stdout chunk (state=3): >>><<< 3057 1726773057.83476: stderr chunk (state=3): >>><<< 3057 1726773057.83500: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773057.83543: 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-1726773057.546057-6233-256343009213704/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773057.83556: _low_level_execute_command(): starting 3057 1726773057.83564: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773057.546057-6233-256343009213704/ > /dev/null 2>&1 && sleep 0' 3057 1726773057.84041: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.84045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.84047: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773057.84050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773057.84058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.84096: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773057.84123: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.84159: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.86323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773057.86328: stdout chunk (state=3): >>><<< 3057 1726773057.86330: stderr chunk (state=3): >>><<< 3057 1726773057.86352: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773057.86542: handler run complete 3057 1726773057.86545: attempt loop complete, returning result 3057 1726773057.86548: _execute() done 3057 1726773057.86550: dumping result to json 3057 1726773057.86553: done dumping result, returning 3057 1726773057.86555: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [02b512f9-4fcf-6140-6a9e-000000000edd] 3057 1726773057.86558: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000edd 3057 1726773057.86646: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000edd 3057 1726773057.86650: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } 3057 1726773057.86751: no more pending results, returning what we have 3057 1726773057.86755: results queue empty 3057 1726773057.86756: checking for any_errors_fatal 3057 1726773057.86782: done checking for any_errors_fatal 3057 1726773057.86783: checking for max_fail_percentage 3057 1726773057.86785: done checking for max_fail_percentage 3057 1726773057.86786: checking to see if all hosts have failed and the running result is not ok 3057 1726773057.86786: done checking to see if all hosts have failed 3057 1726773057.86787: getting the remaining hosts for this loop 3057 1726773057.86789: done getting the remaining hosts for this loop 3057 1726773057.86793: getting the next task for host managed_node2 3057 1726773057.86801: done getting next task for host managed_node2 3057 1726773057.86805: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3057 1726773057.86809: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773057.86822: getting variables 3057 1726773057.86824: in VariableManager get_vars() 3057 1726773057.87067: Calling all_inventory to load vars for managed_node2 3057 1726773057.87071: Calling groups_inventory to load vars for managed_node2 3057 1726773057.87073: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773057.87083: Calling all_plugins_play to load vars for managed_node2 3057 1726773057.87086: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773057.87089: Calling groups_plugins_play to load vars for managed_node2 3057 1726773057.87275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773057.87491: done with get_vars() 3057 1726773057.87505: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:10:57 -0400 (0:00:00.373) 0:01:42.614 **** 3057 1726773057.87618: entering _queue_task() for managed_node2/slurp 3057 1726773057.87903: worker is 1 (out of 1 available) 3057 1726773057.87919: exiting _queue_task() for managed_node2/slurp 3057 1726773057.87932: done queuing things up, now waiting for results queue to drain 3057 1726773057.87934: waiting for pending results... 3057 1726773057.88360: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3057 1726773057.88429: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ede 3057 1726773057.88458: variable 'ansible_search_path' from source: unknown 3057 1726773057.88467: variable 'ansible_search_path' from source: unknown 3057 1726773057.88517: calling self._execute() 3057 1726773057.88632: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773057.88648: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773057.88663: variable 'omit' from source: magic vars 3057 1726773057.88806: variable 'omit' from source: magic vars 3057 1726773057.88880: variable 'omit' from source: magic vars 3057 1726773057.88924: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773057.89288: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773057.89387: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773057.89446: variable 'omit' from source: magic vars 3057 1726773057.89496: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773057.89549: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773057.89575: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773057.89601: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773057.89621: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773057.89666: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773057.89676: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773057.89686: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773057.89869: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773057.89873: Set connection var ansible_pipelining to False 3057 1726773057.89876: Set connection var ansible_shell_type to sh 3057 1726773057.89878: Set connection var ansible_connection to ssh 3057 1726773057.89880: Set connection var ansible_timeout to 10 3057 1726773057.89882: Set connection var ansible_shell_executable to /bin/sh 3057 1726773057.89884: variable 'ansible_shell_executable' from source: unknown 3057 1726773057.89887: variable 'ansible_connection' from source: unknown 3057 1726773057.89896: variable 'ansible_module_compression' from source: unknown 3057 1726773057.89903: variable 'ansible_shell_type' from source: unknown 3057 1726773057.89910: variable 'ansible_shell_executable' from source: unknown 3057 1726773057.89918: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773057.89926: variable 'ansible_pipelining' from source: unknown 3057 1726773057.89933: variable 'ansible_timeout' from source: unknown 3057 1726773057.89944: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773057.90181: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773057.90206: variable 'omit' from source: magic vars 3057 1726773057.90304: starting attempt loop 3057 1726773057.90308: running the handler 3057 1726773057.90311: _low_level_execute_command(): starting 3057 1726773057.90313: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773057.91040: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.91070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.91083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.91121: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773057.91137: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.91183: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.93031: stdout chunk (state=3): >>>/root <<< 3057 1726773057.93034: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773057.93278: stderr chunk (state=3): >>><<< 3057 1726773057.93293: stdout chunk (state=3): >>><<< 3057 1726773057.93373: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773057.93379: _low_level_execute_command(): starting 3057 1726773057.93382: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765 `" && echo ansible-tmp-1726773057.9332728-6243-179148293345765="` echo /root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765 `" ) && sleep 0' 3057 1726773057.94112: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.94126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773057.94151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773057.94216: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773057.94220: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.94253: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.96257: stdout chunk (state=3): >>>ansible-tmp-1726773057.9332728-6243-179148293345765=/root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765 <<< 3057 1726773057.96458: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773057.96462: stdout chunk (state=3): >>><<< 3057 1726773057.96466: stderr chunk (state=3): >>><<< 3057 1726773057.96641: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773057.9332728-6243-179148293345765=/root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773057.96646: variable 'ansible_module_compression' from source: unknown 3057 1726773057.96649: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 3057 1726773057.96651: variable 'ansible_facts' from source: unknown 3057 1726773057.96726: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765/AnsiballZ_slurp.py 3057 1726773057.96963: Sending initial data 3057 1726773057.96974: Sent initial data (152 bytes) 3057 1726773057.97514: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773057.97530: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773057.97640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773057.97665: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773057.97739: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773057.99300: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 3057 1726773057.99332: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3057 1726773057.99380: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773057.99443: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmppjwh80jj /root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765/AnsiballZ_slurp.py <<< 3057 1726773057.99447: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765/AnsiballZ_slurp.py" <<< 3057 1726773057.99482: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmppjwh80jj" to remote "/root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765/AnsiballZ_slurp.py" <<< 3057 1726773058.00422: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773058.00427: stderr chunk (state=3): >>><<< 3057 1726773058.00429: stdout chunk (state=3): >>><<< 3057 1726773058.00431: done transferring module to remote 3057 1726773058.00433: _low_level_execute_command(): starting 3057 1726773058.00438: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765/ /root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765/AnsiballZ_slurp.py && sleep 0' 3057 1726773058.01014: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773058.01030: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773058.01056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.01075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773058.01097: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773058.01111: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773058.01124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.01146: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773058.01232: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773058.01263: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.01332: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.03157: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773058.03244: stderr chunk (state=3): >>><<< 3057 1726773058.03254: stdout chunk (state=3): >>><<< 3057 1726773058.03278: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773058.03290: _low_level_execute_command(): starting 3057 1726773058.03301: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765/AnsiballZ_slurp.py && sleep 0' 3057 1726773058.03947: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773058.03964: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773058.03980: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.04051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.04130: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773058.04152: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773058.04174: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.04246: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.20713: 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"}}} <<< 3057 1726773058.22068: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773058.22128: stderr chunk (state=3): >>><<< 3057 1726773058.22132: stdout chunk (state=3): >>><<< 3057 1726773058.22150: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773058.22175: 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-1726773057.9332728-6243-179148293345765/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773058.22184: _low_level_execute_command(): starting 3057 1726773058.22191: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773057.9332728-6243-179148293345765/ > /dev/null 2>&1 && sleep 0' 3057 1726773058.22678: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.22683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.22686: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773058.22688: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.22749: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773058.22753: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773058.22758: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.22794: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.24785: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773058.24789: stdout chunk (state=3): >>><<< 3057 1726773058.24792: stderr chunk (state=3): >>><<< 3057 1726773058.24942: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773058.24946: handler run complete 3057 1726773058.24949: attempt loop complete, returning result 3057 1726773058.24951: _execute() done 3057 1726773058.24953: dumping result to json 3057 1726773058.24955: done dumping result, returning 3057 1726773058.24958: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [02b512f9-4fcf-6140-6a9e-000000000ede] 3057 1726773058.24960: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ede 3057 1726773058.25046: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ede 3057 1726773058.25050: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 3057 1726773058.25141: no more pending results, returning what we have 3057 1726773058.25146: results queue empty 3057 1726773058.25147: checking for any_errors_fatal 3057 1726773058.25337: done checking for any_errors_fatal 3057 1726773058.25339: checking for max_fail_percentage 3057 1726773058.25341: done checking for max_fail_percentage 3057 1726773058.25342: checking to see if all hosts have failed and the running result is not ok 3057 1726773058.25343: done checking to see if all hosts have failed 3057 1726773058.25343: getting the remaining hosts for this loop 3057 1726773058.25345: done getting the remaining hosts for this loop 3057 1726773058.25349: getting the next task for host managed_node2 3057 1726773058.25355: done getting next task for host managed_node2 3057 1726773058.25359: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3057 1726773058.25364: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773058.25377: getting variables 3057 1726773058.25379: in VariableManager get_vars() 3057 1726773058.25416: Calling all_inventory to load vars for managed_node2 3057 1726773058.25419: Calling groups_inventory to load vars for managed_node2 3057 1726773058.25422: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773058.25432: Calling all_plugins_play to load vars for managed_node2 3057 1726773058.25441: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773058.25447: Calling groups_plugins_play to load vars for managed_node2 3057 1726773058.25728: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773058.25921: done with get_vars() 3057 1726773058.25930: done getting variables 3057 1726773058.25977: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.383) 0:01:42.998 **** 3057 1726773058.26006: entering _queue_task() for managed_node2/set_fact 3057 1726773058.26224: worker is 1 (out of 1 available) 3057 1726773058.26241: exiting _queue_task() for managed_node2/set_fact 3057 1726773058.26255: done queuing things up, now waiting for results queue to drain 3057 1726773058.26257: waiting for pending results... 3057 1726773058.26467: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3057 1726773058.26565: in run() - task 02b512f9-4fcf-6140-6a9e-000000000edf 3057 1726773058.26581: variable 'ansible_search_path' from source: unknown 3057 1726773058.26585: variable 'ansible_search_path' from source: unknown 3057 1726773058.26621: calling self._execute() 3057 1726773058.26699: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773058.26703: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773058.26713: variable 'omit' from source: magic vars 3057 1726773058.26800: variable 'omit' from source: magic vars 3057 1726773058.26846: variable 'omit' from source: magic vars 3057 1726773058.27204: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773058.27212: variable '__cur_profile' from source: task vars 3057 1726773058.27336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773058.29618: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773058.29622: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773058.29648: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773058.29691: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773058.29716: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773058.29855: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773058.29859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773058.29872: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773058.29919: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773058.29932: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773058.30062: variable '__kernel_settings_tuned_current_profile' from source: set_fact 3057 1726773058.30184: variable 'omit' from source: magic vars 3057 1726773058.30190: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773058.30194: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773058.30196: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773058.30216: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773058.30227: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773058.30265: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773058.30269: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773058.30271: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773058.30380: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773058.30401: Set connection var ansible_pipelining to False 3057 1726773058.30404: Set connection var ansible_shell_type to sh 3057 1726773058.30407: Set connection var ansible_connection to ssh 3057 1726773058.30410: Set connection var ansible_timeout to 10 3057 1726773058.30412: Set connection var ansible_shell_executable to /bin/sh 3057 1726773058.30450: variable 'ansible_shell_executable' from source: unknown 3057 1726773058.30454: variable 'ansible_connection' from source: unknown 3057 1726773058.30456: variable 'ansible_module_compression' from source: unknown 3057 1726773058.30459: variable 'ansible_shell_type' from source: unknown 3057 1726773058.30461: variable 'ansible_shell_executable' from source: unknown 3057 1726773058.30463: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773058.30465: variable 'ansible_pipelining' from source: unknown 3057 1726773058.30467: variable 'ansible_timeout' from source: unknown 3057 1726773058.30469: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773058.30620: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773058.30624: variable 'omit' from source: magic vars 3057 1726773058.30626: starting attempt loop 3057 1726773058.30629: running the handler 3057 1726773058.30631: handler run complete 3057 1726773058.30634: attempt loop complete, returning result 3057 1726773058.30639: _execute() done 3057 1726773058.30641: dumping result to json 3057 1726773058.30643: done dumping result, returning 3057 1726773058.30645: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [02b512f9-4fcf-6140-6a9e-000000000edf] 3057 1726773058.30647: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000edf 3057 1726773058.30806: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000edf 3057 1726773058.30810: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 3057 1726773058.30902: no more pending results, returning what we have 3057 1726773058.30905: results queue empty 3057 1726773058.30906: checking for any_errors_fatal 3057 1726773058.30912: done checking for any_errors_fatal 3057 1726773058.30913: checking for max_fail_percentage 3057 1726773058.30914: done checking for max_fail_percentage 3057 1726773058.30915: checking to see if all hosts have failed and the running result is not ok 3057 1726773058.30916: done checking to see if all hosts have failed 3057 1726773058.30916: getting the remaining hosts for this loop 3057 1726773058.30918: done getting the remaining hosts for this loop 3057 1726773058.30921: getting the next task for host managed_node2 3057 1726773058.30927: done getting next task for host managed_node2 3057 1726773058.30931: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3057 1726773058.30937: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773058.30954: getting variables 3057 1726773058.30956: in VariableManager get_vars() 3057 1726773058.31002: Calling all_inventory to load vars for managed_node2 3057 1726773058.31006: Calling groups_inventory to load vars for managed_node2 3057 1726773058.31008: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773058.31018: Calling all_plugins_play to load vars for managed_node2 3057 1726773058.31021: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773058.31025: Calling groups_plugins_play to load vars for managed_node2 3057 1726773058.31224: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773058.31472: done with get_vars() 3057 1726773058.31484: done getting variables 3057 1726773058.31567: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.055) 0:01:43.054 **** 3057 1726773058.31609: entering _queue_task() for managed_node2/copy 3057 1726773058.32075: worker is 1 (out of 1 available) 3057 1726773058.32090: exiting _queue_task() for managed_node2/copy 3057 1726773058.32104: done queuing things up, now waiting for results queue to drain 3057 1726773058.32106: waiting for pending results... 3057 1726773058.32348: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3057 1726773058.32553: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ee0 3057 1726773058.32557: variable 'ansible_search_path' from source: unknown 3057 1726773058.32560: variable 'ansible_search_path' from source: unknown 3057 1726773058.32562: calling self._execute() 3057 1726773058.32648: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773058.32667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773058.32682: variable 'omit' from source: magic vars 3057 1726773058.32813: variable 'omit' from source: magic vars 3057 1726773058.32885: variable 'omit' from source: magic vars 3057 1726773058.32923: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726773058.33300: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726773058.33340: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773058.33440: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3057 1726773058.33528: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773058.33666: variable 'omit' from source: magic vars 3057 1726773058.33719: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773058.33841: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773058.33844: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773058.33847: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773058.33850: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773058.33886: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773058.33901: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773058.33905: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773058.33997: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773058.34008: Set connection var ansible_pipelining to False 3057 1726773058.34012: Set connection var ansible_shell_type to sh 3057 1726773058.34014: Set connection var ansible_connection to ssh 3057 1726773058.34016: Set connection var ansible_timeout to 10 3057 1726773058.34023: Set connection var ansible_shell_executable to /bin/sh 3057 1726773058.34046: variable 'ansible_shell_executable' from source: unknown 3057 1726773058.34049: variable 'ansible_connection' from source: unknown 3057 1726773058.34051: variable 'ansible_module_compression' from source: unknown 3057 1726773058.34054: variable 'ansible_shell_type' from source: unknown 3057 1726773058.34056: variable 'ansible_shell_executable' from source: unknown 3057 1726773058.34058: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773058.34063: variable 'ansible_pipelining' from source: unknown 3057 1726773058.34066: variable 'ansible_timeout' from source: unknown 3057 1726773058.34075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773058.34191: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773058.34200: variable 'omit' from source: magic vars 3057 1726773058.34206: starting attempt loop 3057 1726773058.34209: running the handler 3057 1726773058.34222: _low_level_execute_command(): starting 3057 1726773058.34228: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773058.34751: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.34770: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.34824: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773058.34828: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.34878: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.36583: stdout chunk (state=3): >>>/root <<< 3057 1726773058.36692: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773058.36761: stderr chunk (state=3): >>><<< 3057 1726773058.36764: stdout chunk (state=3): >>><<< 3057 1726773058.36780: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773058.36797: _low_level_execute_command(): starting 3057 1726773058.36826: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335 `" && echo ansible-tmp-1726773058.3678744-6263-266034774684335="` echo /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335 `" ) && sleep 0' 3057 1726773058.37292: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.37296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.37307: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.37357: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773058.37361: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773058.37363: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.37406: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.39361: stdout chunk (state=3): >>>ansible-tmp-1726773058.3678744-6263-266034774684335=/root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335 <<< 3057 1726773058.39473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773058.39531: stderr chunk (state=3): >>><<< 3057 1726773058.39537: stdout chunk (state=3): >>><<< 3057 1726773058.39555: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773058.3678744-6263-266034774684335=/root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773058.39639: variable 'ansible_module_compression' from source: unknown 3057 1726773058.39682: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773058.39721: variable 'ansible_facts' from source: unknown 3057 1726773058.39775: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_stat.py 3057 1726773058.39877: Sending initial data 3057 1726773058.39881: Sent initial data (151 bytes) 3057 1726773058.40369: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.40373: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773058.40375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773058.40378: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.40380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.40433: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773058.40437: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773058.40447: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.40480: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.42053: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773058.42089: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773058.42130: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmprih8u77i /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_stat.py <<< 3057 1726773058.42133: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_stat.py" <<< 3057 1726773058.42163: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmprih8u77i" to remote "/root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_stat.py" <<< 3057 1726773058.42166: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_stat.py" <<< 3057 1726773058.42695: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773058.42775: stderr chunk (state=3): >>><<< 3057 1726773058.42778: stdout chunk (state=3): >>><<< 3057 1726773058.42801: done transferring module to remote 3057 1726773058.42811: _low_level_execute_command(): starting 3057 1726773058.42816: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/ /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_stat.py && sleep 0' 3057 1726773058.43293: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773058.43297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773058.43300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.43310: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.43379: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773058.43386: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773058.43389: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.43425: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.45207: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773058.45324: stderr chunk (state=3): >>><<< 3057 1726773058.45328: stdout chunk (state=3): >>><<< 3057 1726773058.45347: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773058.45441: _low_level_execute_command(): starting 3057 1726773058.45444: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_stat.py && sleep 0' 3057 1726773058.46060: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773058.46151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.46171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773058.46215: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.46263: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.63881: 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": 262942, "dev": 51714, "nlink": 1, "atime": 1726773058.2057314, "mtime": 1726773050.930673, "ctime": 1726773050.930673, "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": "3558383755", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773058.65444: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773058.65505: stderr chunk (state=3): >>><<< 3057 1726773058.65510: stdout chunk (state=3): >>><<< 3057 1726773058.65524: _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": 262942, "dev": 51714, "nlink": 1, "atime": 1726773058.2057314, "mtime": 1726773050.930673, "ctime": 1726773050.930673, "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": "3558383755", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773058.65571: 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-1726773058.3678744-6263-266034774684335/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773058.65613: variable 'ansible_module_compression' from source: unknown 3057 1726773058.65646: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773058.65662: variable 'ansible_facts' from source: unknown 3057 1726773058.65708: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_file.py 3057 1726773058.65811: Sending initial data 3057 1726773058.65816: Sent initial data (151 bytes) 3057 1726773058.66309: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773058.66312: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.66315: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773058.66317: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.66319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773058.66322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.66373: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773058.66376: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773058.66384: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.66422: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.68103: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773058.68137: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773058.68176: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpp4kp_5if /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_file.py <<< 3057 1726773058.68179: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_file.py" <<< 3057 1726773058.68212: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpp4kp_5if" to remote "/root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_file.py" <<< 3057 1726773058.68772: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773058.68851: stderr chunk (state=3): >>><<< 3057 1726773058.68854: stdout chunk (state=3): >>><<< 3057 1726773058.68874: done transferring module to remote 3057 1726773058.68883: _low_level_execute_command(): starting 3057 1726773058.68889: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/ /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_file.py && sleep 0' 3057 1726773058.69415: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773058.69422: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.69426: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773058.69428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773058.69431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.69433: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773058.69446: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.69499: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.71313: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773058.71376: stderr chunk (state=3): >>><<< 3057 1726773058.71380: stdout chunk (state=3): >>><<< 3057 1726773058.71394: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773058.71397: _low_level_execute_command(): starting 3057 1726773058.71402: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/AnsiballZ_file.py && sleep 0' 3057 1726773058.71887: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773058.71893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.71900: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.71902: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.71957: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773058.71964: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773058.71966: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.72010: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.89781: stdout chunk (state=3): >>> {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".s0u6drut", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726773058.91341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773058.91346: stdout chunk (state=3): >>><<< 3057 1726773058.91349: stderr chunk (state=3): >>><<< 3057 1726773058.91412: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".s0u6drut", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773058.91455: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.s0u6drut', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773058.91459: _low_level_execute_command(): starting 3057 1726773058.91461: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773058.3678744-6263-266034774684335/ > /dev/null 2>&1 && sleep 0' 3057 1726773058.91915: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.91930: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773058.91934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.91949: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.92008: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773058.92011: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773058.92018: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.92058: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.94243: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773058.94249: stdout chunk (state=3): >>><<< 3057 1726773058.94252: stderr chunk (state=3): >>><<< 3057 1726773058.94256: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773058.94267: handler run complete 3057 1726773058.94270: attempt loop complete, returning result 3057 1726773058.94272: _execute() done 3057 1726773058.94275: dumping result to json 3057 1726773058.94277: done dumping result, returning 3057 1726773058.94280: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [02b512f9-4fcf-6140-6a9e-000000000ee0] 3057 1726773058.94282: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee0 3057 1726773058.94381: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee0 3057 1726773058.94385: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/active_profile", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "state": "file", "uid": 0 } 3057 1726773058.94664: no more pending results, returning what we have 3057 1726773058.94668: results queue empty 3057 1726773058.94669: checking for any_errors_fatal 3057 1726773058.94673: done checking for any_errors_fatal 3057 1726773058.94674: checking for max_fail_percentage 3057 1726773058.94676: done checking for max_fail_percentage 3057 1726773058.94677: checking to see if all hosts have failed and the running result is not ok 3057 1726773058.94678: done checking to see if all hosts have failed 3057 1726773058.94679: getting the remaining hosts for this loop 3057 1726773058.94681: done getting the remaining hosts for this loop 3057 1726773058.94686: getting the next task for host managed_node2 3057 1726773058.94693: done getting next task for host managed_node2 3057 1726773058.94698: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3057 1726773058.94702: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773058.94715: getting variables 3057 1726773058.94717: in VariableManager get_vars() 3057 1726773058.94761: Calling all_inventory to load vars for managed_node2 3057 1726773058.94764: Calling groups_inventory to load vars for managed_node2 3057 1726773058.94766: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773058.94777: Calling all_plugins_play to load vars for managed_node2 3057 1726773058.94779: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773058.94782: Calling groups_plugins_play to load vars for managed_node2 3057 1726773058.94997: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773058.95129: done with get_vars() 3057 1726773058.95140: done getting variables 3057 1726773058.95186: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.636) 0:01:43.690 **** 3057 1726773058.95213: entering _queue_task() for managed_node2/copy 3057 1726773058.95433: worker is 1 (out of 1 available) 3057 1726773058.95451: exiting _queue_task() for managed_node2/copy 3057 1726773058.95464: done queuing things up, now waiting for results queue to drain 3057 1726773058.95466: waiting for pending results... 3057 1726773058.95671: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3057 1726773058.95761: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ee1 3057 1726773058.95774: variable 'ansible_search_path' from source: unknown 3057 1726773058.95778: variable 'ansible_search_path' from source: unknown 3057 1726773058.95816: calling self._execute() 3057 1726773058.95899: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773058.95905: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773058.95915: variable 'omit' from source: magic vars 3057 1726773058.96004: variable 'omit' from source: magic vars 3057 1726773058.96055: variable 'omit' from source: magic vars 3057 1726773058.96081: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3057 1726773058.96340: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3057 1726773058.96405: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3057 1726773058.96438: variable 'omit' from source: magic vars 3057 1726773058.96475: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773058.96510: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773058.96525: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773058.96542: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773058.96553: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773058.96581: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773058.96585: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773058.96592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773058.96666: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773058.96675: Set connection var ansible_pipelining to False 3057 1726773058.96678: Set connection var ansible_shell_type to sh 3057 1726773058.96681: Set connection var ansible_connection to ssh 3057 1726773058.96685: Set connection var ansible_timeout to 10 3057 1726773058.96697: Set connection var ansible_shell_executable to /bin/sh 3057 1726773058.96718: variable 'ansible_shell_executable' from source: unknown 3057 1726773058.96721: variable 'ansible_connection' from source: unknown 3057 1726773058.96724: variable 'ansible_module_compression' from source: unknown 3057 1726773058.96727: variable 'ansible_shell_type' from source: unknown 3057 1726773058.96729: variable 'ansible_shell_executable' from source: unknown 3057 1726773058.96732: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773058.96734: variable 'ansible_pipelining' from source: unknown 3057 1726773058.96738: variable 'ansible_timeout' from source: unknown 3057 1726773058.96744: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773058.96860: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773058.96870: variable 'omit' from source: magic vars 3057 1726773058.96876: starting attempt loop 3057 1726773058.96880: running the handler 3057 1726773058.96893: _low_level_execute_command(): starting 3057 1726773058.96900: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773058.97427: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.97465: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773058.97469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.97472: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.97474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773058.97526: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773058.97530: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773058.97532: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773058.97582: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773058.99223: stdout chunk (state=3): >>>/root <<< 3057 1726773058.99332: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773058.99398: stderr chunk (state=3): >>><<< 3057 1726773058.99402: stdout chunk (state=3): >>><<< 3057 1726773058.99426: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773058.99439: _low_level_execute_command(): starting 3057 1726773058.99446: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487 `" && echo ansible-tmp-1726773058.9942565-6293-131427879423487="` echo /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487 `" ) && sleep 0' 3057 1726773058.99911: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773058.99915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773058.99947: 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.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773058.99950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.00011: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.00015: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.00017: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.00067: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.02018: stdout chunk (state=3): >>>ansible-tmp-1726773058.9942565-6293-131427879423487=/root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487 <<< 3057 1726773059.02155: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.02180: stderr chunk (state=3): >>><<< 3057 1726773059.02184: stdout chunk (state=3): >>><<< 3057 1726773059.02206: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773058.9942565-6293-131427879423487=/root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773059.02285: variable 'ansible_module_compression' from source: unknown 3057 1726773059.02334: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773059.02373: variable 'ansible_facts' from source: unknown 3057 1726773059.02429: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_stat.py 3057 1726773059.02529: Sending initial data 3057 1726773059.02533: Sent initial data (151 bytes) 3057 1726773059.03026: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773059.03029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773059.03032: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.03034: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773059.03040: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773059.03043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.03099: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.03102: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.03109: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.03147: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.04729: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773059.04763: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773059.04803: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmptdna83vn /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_stat.py <<< 3057 1726773059.04808: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_stat.py" <<< 3057 1726773059.04841: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmptdna83vn" to remote "/root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_stat.py" <<< 3057 1726773059.05375: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.05455: stderr chunk (state=3): >>><<< 3057 1726773059.05458: stdout chunk (state=3): >>><<< 3057 1726773059.05479: done transferring module to remote 3057 1726773059.05493: _low_level_execute_command(): starting 3057 1726773059.05498: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/ /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_stat.py && sleep 0' 3057 1726773059.05979: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773059.05983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773059.05988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.05991: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.05997: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.06049: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.06055: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.06091: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.07909: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.07971: stderr chunk (state=3): >>><<< 3057 1726773059.07974: stdout chunk (state=3): >>><<< 3057 1726773059.07992: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773059.07995: _low_level_execute_command(): starting 3057 1726773059.07998: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_stat.py && sleep 0' 3057 1726773059.08490: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773059.08494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.08496: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.08498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.08549: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.08553: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.08566: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.08619: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.26350: 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": 262937, "dev": 51714, "nlink": 1, "atime": 1726773048.9836564, "mtime": 1726773050.930673, "ctime": 1726773050.930673, "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": "2871866907", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773059.27990: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773059.28049: stderr chunk (state=3): >>><<< 3057 1726773059.28053: stdout chunk (state=3): >>><<< 3057 1726773059.28070: _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": 262937, "dev": 51714, "nlink": 1, "atime": 1726773048.9836564, "mtime": 1726773050.930673, "ctime": 1726773050.930673, "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": "2871866907", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773059.28123: 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-1726773058.9942565-6293-131427879423487/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773059.28161: variable 'ansible_module_compression' from source: unknown 3057 1726773059.28197: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773059.28213: variable 'ansible_facts' from source: unknown 3057 1726773059.28261: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_file.py 3057 1726773059.28361: Sending initial data 3057 1726773059.28364: Sent initial data (151 bytes) 3057 1726773059.28858: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.28862: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.28864: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773059.28867: 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 <<< 3057 1726773059.28869: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.28922: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.28925: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.28928: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.28971: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.30604: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773059.30640: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773059.30726: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp3ke1csty /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_file.py <<< 3057 1726773059.30733: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_file.py" <<< 3057 1726773059.30767: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp3ke1csty" to remote "/root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_file.py" <<< 3057 1726773059.30771: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_file.py" <<< 3057 1726773059.31319: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.31398: stderr chunk (state=3): >>><<< 3057 1726773059.31402: stdout chunk (state=3): >>><<< 3057 1726773059.31421: done transferring module to remote 3057 1726773059.31429: _low_level_execute_command(): starting 3057 1726773059.31436: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/ /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_file.py && sleep 0' 3057 1726773059.31920: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773059.31923: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.31926: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773059.31929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773059.31931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.31988: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.31994: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.31996: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.32031: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.33862: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.33927: stderr chunk (state=3): >>><<< 3057 1726773059.33930: stdout chunk (state=3): >>><<< 3057 1726773059.33947: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773059.33950: _low_level_execute_command(): starting 3057 1726773059.33956: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/AnsiballZ_file.py && sleep 0' 3057 1726773059.34449: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.34453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.34460: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.34462: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.34516: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.34521: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.34528: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.34569: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.52178: stdout chunk (state=3): >>> {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".t4llp8_z", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3057 1726773059.53783: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773059.53787: stdout chunk (state=3): >>><<< 3057 1726773059.53789: stderr chunk (state=3): >>><<< 3057 1726773059.53834: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".t4llp8_z", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773059.53846: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.t4llp8_z', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773059.53857: _low_level_execute_command(): starting 3057 1726773059.53862: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773058.9942565-6293-131427879423487/ > /dev/null 2>&1 && sleep 0' 3057 1726773059.54339: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.54343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.54346: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.54348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.54401: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.54405: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.54449: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.56323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.56383: stderr chunk (state=3): >>><<< 3057 1726773059.56389: stdout chunk (state=3): >>><<< 3057 1726773059.56403: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773059.56411: handler run complete 3057 1726773059.56434: attempt loop complete, returning result 3057 1726773059.56438: _execute() done 3057 1726773059.56441: dumping result to json 3057 1726773059.56447: done dumping result, returning 3057 1726773059.56456: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [02b512f9-4fcf-6140-6a9e-000000000ee1] 3057 1726773059.56461: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee1 ok: [managed_node2] => { "changed": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/profile_mode", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "state": "file", "uid": 0 } 3057 1726773059.56691: no more pending results, returning what we have 3057 1726773059.56695: results queue empty 3057 1726773059.56695: checking for any_errors_fatal 3057 1726773059.56702: done checking for any_errors_fatal 3057 1726773059.56702: checking for max_fail_percentage 3057 1726773059.56704: done checking for max_fail_percentage 3057 1726773059.56705: checking to see if all hosts have failed and the running result is not ok 3057 1726773059.56705: done checking to see if all hosts have failed 3057 1726773059.56706: getting the remaining hosts for this loop 3057 1726773059.56708: done getting the remaining hosts for this loop 3057 1726773059.56712: getting the next task for host managed_node2 3057 1726773059.56717: done getting next task for host managed_node2 3057 1726773059.56721: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 3057 1726773059.56725: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773059.56741: getting variables 3057 1726773059.56742: in VariableManager get_vars() 3057 1726773059.56777: Calling all_inventory to load vars for managed_node2 3057 1726773059.56780: Calling groups_inventory to load vars for managed_node2 3057 1726773059.56782: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773059.56791: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee1 3057 1726773059.56795: WORKER PROCESS EXITING 3057 1726773059.56804: Calling all_plugins_play to load vars for managed_node2 3057 1726773059.56806: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773059.56808: Calling groups_plugins_play to load vars for managed_node2 3057 1726773059.56927: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773059.57069: done with get_vars() 3057 1726773059.57078: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:10:59 -0400 (0:00:00.619) 0:01:44.310 **** 3057 1726773059.57145: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773059.57371: worker is 1 (out of 1 available) 3057 1726773059.57388: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 3057 1726773059.57403: done queuing things up, now waiting for results queue to drain 3057 1726773059.57405: waiting for pending results... 3057 1726773059.57604: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 3057 1726773059.57700: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ee2 3057 1726773059.57714: variable 'ansible_search_path' from source: unknown 3057 1726773059.57718: variable 'ansible_search_path' from source: unknown 3057 1726773059.57756: calling self._execute() 3057 1726773059.57837: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773059.57842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773059.57853: variable 'omit' from source: magic vars 3057 1726773059.58024: variable 'omit' from source: magic vars 3057 1726773059.58071: variable 'omit' from source: magic vars 3057 1726773059.58095: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773059.58355: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773059.58422: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773059.58487: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773059.58495: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773059.58538: variable 'omit' from source: magic vars 3057 1726773059.58574: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773059.58610: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773059.58627: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773059.58644: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773059.58654: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773059.58681: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773059.58684: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773059.58690: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773059.58768: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773059.58776: Set connection var ansible_pipelining to False 3057 1726773059.58780: Set connection var ansible_shell_type to sh 3057 1726773059.58782: Set connection var ansible_connection to ssh 3057 1726773059.58787: Set connection var ansible_timeout to 10 3057 1726773059.58797: Set connection var ansible_shell_executable to /bin/sh 3057 1726773059.58816: variable 'ansible_shell_executable' from source: unknown 3057 1726773059.58819: variable 'ansible_connection' from source: unknown 3057 1726773059.58822: variable 'ansible_module_compression' from source: unknown 3057 1726773059.58824: variable 'ansible_shell_type' from source: unknown 3057 1726773059.58826: variable 'ansible_shell_executable' from source: unknown 3057 1726773059.58831: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773059.58834: variable 'ansible_pipelining' from source: unknown 3057 1726773059.58836: variable 'ansible_timeout' from source: unknown 3057 1726773059.58845: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773059.58994: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773059.59003: variable 'omit' from source: magic vars 3057 1726773059.59009: starting attempt loop 3057 1726773059.59012: running the handler 3057 1726773059.59024: _low_level_execute_command(): starting 3057 1726773059.59031: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773059.59582: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.59589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.59592: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.59595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.59644: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.59647: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.59661: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.59697: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.61350: stdout chunk (state=3): >>>/root <<< 3057 1726773059.61453: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.61519: stderr chunk (state=3): >>><<< 3057 1726773059.61523: stdout chunk (state=3): >>><<< 3057 1726773059.61548: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773059.61560: _low_level_execute_command(): starting 3057 1726773059.61566: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413 `" && echo ansible-tmp-1726773059.6154807-6317-182044764761413="` echo /root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413 `" ) && sleep 0' 3057 1726773059.62040: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773059.62075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773059.62085: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773059.62088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.62091: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773059.62093: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773059.62095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.62147: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.62155: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.62158: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.62195: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.64143: stdout chunk (state=3): >>>ansible-tmp-1726773059.6154807-6317-182044764761413=/root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413 <<< 3057 1726773059.64252: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.64315: stderr chunk (state=3): >>><<< 3057 1726773059.64319: stdout chunk (state=3): >>><<< 3057 1726773059.64337: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773059.6154807-6317-182044764761413=/root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773059.64382: variable 'ansible_module_compression' from source: unknown 3057 1726773059.64421: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 3057 1726773059.64458: variable 'ansible_facts' from source: unknown 3057 1726773059.64509: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413/AnsiballZ_kernel_settings_get_config.py 3057 1726773059.64621: Sending initial data 3057 1726773059.64625: Sent initial data (173 bytes) 3057 1726773059.65120: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.65124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773059.65126: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.65129: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773059.65131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773059.65133: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.65187: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.65194: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.65200: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.65232: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.66809: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773059.66840: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773059.66876: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp80nfgmbx /root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413/AnsiballZ_kernel_settings_get_config.py <<< 3057 1726773059.66880: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773059.66912: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp80nfgmbx" to remote "/root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773059.66916: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413/AnsiballZ_kernel_settings_get_config.py" <<< 3057 1726773059.67418: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.67497: stderr chunk (state=3): >>><<< 3057 1726773059.67501: stdout chunk (state=3): >>><<< 3057 1726773059.67523: done transferring module to remote 3057 1726773059.67533: _low_level_execute_command(): starting 3057 1726773059.67540: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413/ /root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773059.68020: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.68028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.68031: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773059.68034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.68088: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.68094: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.68096: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.68129: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.69958: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.69984: stderr chunk (state=3): >>><<< 3057 1726773059.69987: stdout chunk (state=3): >>><<< 3057 1726773059.70002: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773059.70006: _low_level_execute_command(): starting 3057 1726773059.70009: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3057 1726773059.70490: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.70494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.70496: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773059.70498: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.70500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.70559: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.70566: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.70568: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.70611: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.87547: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "vm": {"transparent_hugepages": "never"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 3057 1726773059.89024: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773059.89028: stdout chunk (state=3): >>><<< 3057 1726773059.89031: stderr chunk (state=3): >>><<< 3057 1726773059.89055: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "vm": {"transparent_hugepages": "never"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773059.89076: 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-1726773059.6154807-6317-182044764761413/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773059.89085: _low_level_execute_command(): starting 3057 1726773059.89093: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773059.6154807-6317-182044764761413/ > /dev/null 2>&1 && sleep 0' 3057 1726773059.89584: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.89588: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.89596: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773059.89599: 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 <<< 3057 1726773059.89601: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.89655: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.89658: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.89664: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.89704: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.91576: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.91639: stderr chunk (state=3): >>><<< 3057 1726773059.91643: stdout chunk (state=3): >>><<< 3057 1726773059.91659: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773059.91665: handler run complete 3057 1726773059.91681: attempt loop complete, returning result 3057 1726773059.91684: _execute() done 3057 1726773059.91689: dumping result to json 3057 1726773059.91691: done dumping result, returning 3057 1726773059.91700: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [02b512f9-4fcf-6140-6a9e-000000000ee2] 3057 1726773059.91705: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee2 3057 1726773059.91816: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee2 3057 1726773059.91819: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "vm": { "transparent_hugepages": "never" } } } 3057 1726773059.91906: no more pending results, returning what we have 3057 1726773059.91910: results queue empty 3057 1726773059.91911: checking for any_errors_fatal 3057 1726773059.91918: done checking for any_errors_fatal 3057 1726773059.91919: checking for max_fail_percentage 3057 1726773059.91921: done checking for max_fail_percentage 3057 1726773059.91922: checking to see if all hosts have failed and the running result is not ok 3057 1726773059.91922: done checking to see if all hosts have failed 3057 1726773059.91923: getting the remaining hosts for this loop 3057 1726773059.91925: done getting the remaining hosts for this loop 3057 1726773059.91929: getting the next task for host managed_node2 3057 1726773059.91942: done getting next task for host managed_node2 3057 1726773059.91946: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3057 1726773059.91950: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773059.91961: getting variables 3057 1726773059.91963: in VariableManager get_vars() 3057 1726773059.92001: Calling all_inventory to load vars for managed_node2 3057 1726773059.92004: Calling groups_inventory to load vars for managed_node2 3057 1726773059.92006: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773059.92015: Calling all_plugins_play to load vars for managed_node2 3057 1726773059.92018: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773059.92021: Calling groups_plugins_play to load vars for managed_node2 3057 1726773059.92208: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773059.92342: done with get_vars() 3057 1726773059.92350: done getting variables 3057 1726773059.92401: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:10:59 -0400 (0:00:00.352) 0:01:44.662 **** 3057 1726773059.92426: entering _queue_task() for managed_node2/template 3057 1726773059.92645: worker is 1 (out of 1 available) 3057 1726773059.92662: exiting _queue_task() for managed_node2/template 3057 1726773059.92677: done queuing things up, now waiting for results queue to drain 3057 1726773059.92678: waiting for pending results... 3057 1726773059.92880: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3057 1726773059.92972: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ee3 3057 1726773059.92984: variable 'ansible_search_path' from source: unknown 3057 1726773059.92988: variable 'ansible_search_path' from source: unknown 3057 1726773059.93028: calling self._execute() 3057 1726773059.93109: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773059.93113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773059.93123: variable 'omit' from source: magic vars 3057 1726773059.93211: variable 'omit' from source: magic vars 3057 1726773059.93257: variable 'omit' from source: magic vars 3057 1726773059.93548: variable '__kernel_settings_profile_src' from source: role '' all vars 3057 1726773059.93555: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773059.93618: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773059.93638: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773059.93688: variable '__kernel_settings_profile_filename' from source: role '' all vars 3057 1726773059.93743: variable '__kernel_settings_profile_dir' from source: role '' all vars 3057 1726773059.93814: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773059.93817: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3057 1726773059.93851: variable 'omit' from source: magic vars 3057 1726773059.93887: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773059.93922: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773059.93939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773059.93959: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773059.93969: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773059.93999: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773059.94003: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773059.94005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773059.94083: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773059.94091: Set connection var ansible_pipelining to False 3057 1726773059.94096: Set connection var ansible_shell_type to sh 3057 1726773059.94099: Set connection var ansible_connection to ssh 3057 1726773059.94102: Set connection var ansible_timeout to 10 3057 1726773059.94110: Set connection var ansible_shell_executable to /bin/sh 3057 1726773059.94130: variable 'ansible_shell_executable' from source: unknown 3057 1726773059.94133: variable 'ansible_connection' from source: unknown 3057 1726773059.94137: variable 'ansible_module_compression' from source: unknown 3057 1726773059.94140: variable 'ansible_shell_type' from source: unknown 3057 1726773059.94143: variable 'ansible_shell_executable' from source: unknown 3057 1726773059.94145: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773059.94150: variable 'ansible_pipelining' from source: unknown 3057 1726773059.94152: variable 'ansible_timeout' from source: unknown 3057 1726773059.94160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773059.94327: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773059.94331: variable 'omit' from source: magic vars 3057 1726773059.94334: starting attempt loop 3057 1726773059.94339: running the handler 3057 1726773059.94342: _low_level_execute_command(): starting 3057 1726773059.94344: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773059.94862: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.94866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.94869: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.94871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.94928: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773059.94932: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773059.94934: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.95253: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.96753: stdout chunk (state=3): >>>/root <<< 3057 1726773059.96855: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.96917: stderr chunk (state=3): >>><<< 3057 1726773059.96920: stdout chunk (state=3): >>><<< 3057 1726773059.96947: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773059.96959: _low_level_execute_command(): starting 3057 1726773059.96965: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904 `" && echo ansible-tmp-1726773059.9694662-6329-107590007272904="` echo /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904 `" ) && sleep 0' 3057 1726773059.97455: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773059.97459: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.97462: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773059.97464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773059.97466: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773059.97543: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773059.97576: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773059.99547: stdout chunk (state=3): >>>ansible-tmp-1726773059.9694662-6329-107590007272904=/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904 <<< 3057 1726773059.99771: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773059.99780: stderr chunk (state=3): >>><<< 3057 1726773059.99783: stdout chunk (state=3): >>><<< 3057 1726773059.99785: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773059.9694662-6329-107590007272904=/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773059.99800: evaluation_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 3057 1726773059.99820: search_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 3057 1726773059.99845: variable 'ansible_search_path' from source: unknown 3057 1726773060.00531: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773060.02442: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773060.02446: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773060.02449: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773060.02451: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773060.02453: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773060.02729: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773060.02765: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773060.02795: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773060.02843: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773060.02864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773060.03274: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773060.03304: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773060.03339: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773060.03388: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773060.03408: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773060.03821: variable 'ansible_managed' from source: unknown 3057 1726773060.03833: variable '__sections' from source: task vars 3057 1726773060.03993: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773060.04024: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773060.04062: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773060.04116: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773060.04142: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773060.04267: variable 'kernel_settings_sysctl' from source: include params 3057 1726773060.04278: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773060.04290: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773060.04341: variable '__sysctl_old' from source: task vars 3057 1726773060.04469: variable '__sysctl_old' from source: task vars 3057 1726773060.04691: variable 'kernel_settings_purge' from source: include params 3057 1726773060.04702: variable 'kernel_settings_sysctl' from source: include params 3057 1726773060.04712: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773060.04722: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773060.04731: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773060.04964: variable 'kernel_settings_sysfs' from source: include params 3057 1726773060.04974: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773060.04984: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773060.05013: variable '__sysfs_old' from source: task vars 3057 1726773060.05122: variable '__sysfs_old' from source: task vars 3057 1726773060.05339: variable 'kernel_settings_purge' from source: include params 3057 1726773060.05353: variable 'kernel_settings_sysfs' from source: include params 3057 1726773060.05362: variable '__kernel_settings_state_empty' from source: role '' all vars 3057 1726773060.05372: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3057 1726773060.05382: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773060.05409: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 3057 1726773060.05452: variable '__systemd_old' from source: task vars 3057 1726773060.05494: variable '__systemd_old' from source: task vars 3057 1726773060.05732: variable 'kernel_settings_purge' from source: include params 3057 1726773060.05745: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 3057 1726773060.05754: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773060.05777: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773060.05787: variable 'kernel_settings_transparent_hugepages' from source: include params 3057 1726773060.05802: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 3057 1726773060.05839: variable '__trans_huge_old' from source: task vars 3057 1726773060.05884: variable '__trans_huge_old' from source: task vars 3057 1726773060.06126: variable 'kernel_settings_purge' from source: include params 3057 1726773060.06139: variable 'kernel_settings_transparent_hugepages' from source: include params 3057 1726773060.06218: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773060.06222: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773060.06224: variable '__trans_defrag_old' from source: task vars 3057 1726773060.06243: variable '__trans_defrag_old' from source: task vars 3057 1726773060.06478: variable 'kernel_settings_purge' from source: include params 3057 1726773060.06489: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 3057 1726773060.06499: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773060.06509: variable '__kernel_settings_profile_contents' from source: set_fact 3057 1726773060.06546: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773060.06565: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773060.06576: variable '__kernel_settings_state_absent' from source: role '' all vars 3057 1726773060.07762: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773060.07813: variable 'ansible_module_compression' from source: unknown 3057 1726773060.07856: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773060.07877: variable 'ansible_facts' from source: unknown 3057 1726773060.07929: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_stat.py 3057 1726773060.08039: Sending initial data 3057 1726773060.08043: Sent initial data (151 bytes) 3057 1726773060.08514: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773060.08548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.08551: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773060.08554: 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.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773060.08556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.08608: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773060.08612: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773060.08614: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.08663: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.10336: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773060.10367: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773060.10412: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp3v32flg5 /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_stat.py <<< 3057 1726773060.10414: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_stat.py" <<< 3057 1726773060.10445: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp3v32flg5" to remote "/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_stat.py" <<< 3057 1726773060.10980: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773060.11154: stderr chunk (state=3): >>><<< 3057 1726773060.11158: stdout chunk (state=3): >>><<< 3057 1726773060.11160: done transferring module to remote 3057 1726773060.11162: _low_level_execute_command(): starting 3057 1726773060.11165: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/ /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_stat.py && sleep 0' 3057 1726773060.11564: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773060.11581: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773060.11595: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.11638: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773060.11656: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.11704: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.13534: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773060.13595: stderr chunk (state=3): >>><<< 3057 1726773060.13602: stdout chunk (state=3): >>><<< 3057 1726773060.13619: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773060.13625: _low_level_execute_command(): starting 3057 1726773060.13631: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_stat.py && sleep 0' 3057 1726773060.14097: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773060.14102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.14127: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773060.14131: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.14192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773060.14195: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773060.14201: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.14249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.32150: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 262938, "dev": 51714, "nlink": 1, "atime": 1726773050.922673, "mtime": 1726772974.657117, "ctime": 1726773050.3906686, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "mimetype": "text/plain", "charset": "us-ascii", "version": "2096675351", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773060.33737: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773060.33800: stderr chunk (state=3): >>><<< 3057 1726773060.33804: stdout chunk (state=3): >>><<< 3057 1726773060.33819: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 262938, "dev": 51714, "nlink": 1, "atime": 1726773050.922673, "mtime": 1726772974.657117, "ctime": 1726773050.3906686, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "mimetype": "text/plain", "charset": "us-ascii", "version": "2096675351", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773060.33865: 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-1726773059.9694662-6329-107590007272904/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773060.33968: Sending initial data 3057 1726773060.33972: Sent initial data (165 bytes) 3057 1726773060.34461: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773060.34466: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773060.34469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.34530: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773060.34543: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773060.34551: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.34577: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.36226: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773060.36262: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773060.36305: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpzgxhwe0r/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/.source.conf <<< 3057 1726773060.36309: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/.source.conf" <<< 3057 1726773060.36349: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpzgxhwe0r/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/.source.conf" <<< 3057 1726773060.36352: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/.source.conf" <<< 3057 1726773060.36512: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773060.36591: stderr chunk (state=3): >>><<< 3057 1726773060.36595: stdout chunk (state=3): >>><<< 3057 1726773060.36612: _low_level_execute_command(): starting 3057 1726773060.36617: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/ /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/.source.conf && sleep 0' 3057 1726773060.37260: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.37300: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773060.37319: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773060.37343: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.37415: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.39225: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773060.39293: stderr chunk (state=3): >>><<< 3057 1726773060.39297: stdout chunk (state=3): >>><<< 3057 1726773060.39309: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773060.39332: variable 'ansible_module_compression' from source: unknown 3057 1726773060.39371: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3057 1726773060.39390: variable 'ansible_facts' from source: unknown 3057 1726773060.39431: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_copy.py 3057 1726773060.39536: Sending initial data 3057 1726773060.39540: Sent initial data (151 bytes) 3057 1726773060.40332: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773060.40351: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773060.40367: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.40457: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.42019: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 3057 1726773060.42059: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3057 1726773060.42089: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773060.42162: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmp5cnaj02l /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_copy.py <<< 3057 1726773060.42180: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_copy.py" <<< 3057 1726773060.42213: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmp5cnaj02l" to remote "/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_copy.py" <<< 3057 1726773060.43182: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773060.43189: stdout chunk (state=3): >>><<< 3057 1726773060.43192: stderr chunk (state=3): >>><<< 3057 1726773060.43195: done transferring module to remote 3057 1726773060.43197: _low_level_execute_command(): starting 3057 1726773060.43200: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/ /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_copy.py && sleep 0' 3057 1726773060.43829: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773060.43849: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773060.43865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773060.43891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773060.44000: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773060.44024: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773060.44043: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.44151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.45988: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773060.46106: stderr chunk (state=3): >>><<< 3057 1726773060.46117: stdout chunk (state=3): >>><<< 3057 1726773060.46144: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773060.46154: _low_level_execute_command(): starting 3057 1726773060.46165: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/AnsiballZ_copy.py && sleep 0' 3057 1726773060.46940: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773060.46957: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773060.46983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.47075: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.64791: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/.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-1726773059.9694662-6329-107590007272904/.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}}} <<< 3057 1726773060.66202: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773060.66266: stderr chunk (state=3): >>><<< 3057 1726773060.66270: stdout chunk (state=3): >>><<< 3057 1726773060.66285: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/.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-1726773059.9694662-6329-107590007272904/.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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773060.66316: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/.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-1726773059.9694662-6329-107590007272904/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773060.66354: _low_level_execute_command(): starting 3057 1726773060.66358: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/ > /dev/null 2>&1 && sleep 0' 3057 1726773060.66854: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773060.66857: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.66860: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773060.66862: 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 <<< 3057 1726773060.66864: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.66919: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773060.66922: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.66969: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.68865: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773060.68921: stderr chunk (state=3): >>><<< 3057 1726773060.68924: stdout chunk (state=3): >>><<< 3057 1726773060.68943: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773060.68955: handler run complete 3057 1726773060.68977: attempt loop complete, returning result 3057 1726773060.68980: _execute() done 3057 1726773060.68983: dumping result to json 3057 1726773060.68991: done dumping result, returning 3057 1726773060.69000: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [02b512f9-4fcf-6140-6a9e-000000000ee3] 3057 1726773060.69004: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee3 3057 1726773060.69158: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee3 3057 1726773060.69161: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "7d83891795eeb6debeff7e2812501630", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "src": "/root/.ansible/tmp/ansible-tmp-1726773059.9694662-6329-107590007272904/.source.conf", "state": "file", "uid": 0 } 3057 1726773060.69265: no more pending results, returning what we have 3057 1726773060.69269: results queue empty 3057 1726773060.69274: checking for any_errors_fatal 3057 1726773060.69282: done checking for any_errors_fatal 3057 1726773060.69282: checking for max_fail_percentage 3057 1726773060.69284: done checking for max_fail_percentage 3057 1726773060.69285: checking to see if all hosts have failed and the running result is not ok 3057 1726773060.69286: done checking to see if all hosts have failed 3057 1726773060.69286: getting the remaining hosts for this loop 3057 1726773060.69288: done getting the remaining hosts for this loop 3057 1726773060.69291: getting the next task for host managed_node2 3057 1726773060.69297: done getting next task for host managed_node2 3057 1726773060.69301: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3057 1726773060.69305: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773060.69316: getting variables 3057 1726773060.69318: in VariableManager get_vars() 3057 1726773060.69357: Calling all_inventory to load vars for managed_node2 3057 1726773060.69360: Calling groups_inventory to load vars for managed_node2 3057 1726773060.69362: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773060.69371: Calling all_plugins_play to load vars for managed_node2 3057 1726773060.69373: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773060.69376: Calling groups_plugins_play to load vars for managed_node2 3057 1726773060.69529: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773060.69669: done with get_vars() 3057 1726773060.69677: done getting variables 3057 1726773060.69725: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:11:00 -0400 (0:00:00.773) 0:01:45.436 **** 3057 1726773060.69753: entering _queue_task() for managed_node2/service 3057 1726773060.69978: worker is 1 (out of 1 available) 3057 1726773060.69994: exiting _queue_task() for managed_node2/service 3057 1726773060.70009: done queuing things up, now waiting for results queue to drain 3057 1726773060.70011: waiting for pending results... 3057 1726773060.70217: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3057 1726773060.70306: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ee4 3057 1726773060.70320: variable 'ansible_search_path' from source: unknown 3057 1726773060.70323: variable 'ansible_search_path' from source: unknown 3057 1726773060.70372: variable '__kernel_settings_services' from source: include_vars 3057 1726773060.70655: variable '__kernel_settings_services' from source: include_vars 3057 1726773060.70720: variable 'omit' from source: magic vars 3057 1726773060.70825: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773060.70833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773060.70844: variable 'omit' from source: magic vars 3057 1726773060.71055: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773060.71257: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773060.71295: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773060.71324: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773060.71380: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773060.71472: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726773060.71483: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726773060.71505: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 3057 1726773060.71509: when evaluation is False, skipping this task 3057 1726773060.71534: variable 'item' from source: unknown 3057 1726773060.71593: variable 'item' from source: unknown skipping: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed", "item": "tuned", "skip_reason": "Conditional result was False" } 3057 1726773060.71775: dumping result to json 3057 1726773060.71778: done dumping result, returning 3057 1726773060.71781: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [02b512f9-4fcf-6140-6a9e-000000000ee4] 3057 1726773060.71783: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee4 3057 1726773060.71825: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee4 3057 1726773060.71828: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 3057 1726773060.71866: no more pending results, returning what we have 3057 1726773060.71869: results queue empty 3057 1726773060.71870: checking for any_errors_fatal 3057 1726773060.71883: done checking for any_errors_fatal 3057 1726773060.71884: checking for max_fail_percentage 3057 1726773060.71886: done checking for max_fail_percentage 3057 1726773060.71886: checking to see if all hosts have failed and the running result is not ok 3057 1726773060.71887: done checking to see if all hosts have failed 3057 1726773060.71888: getting the remaining hosts for this loop 3057 1726773060.71890: done getting the remaining hosts for this loop 3057 1726773060.71892: getting the next task for host managed_node2 3057 1726773060.71898: done getting next task for host managed_node2 3057 1726773060.71902: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3057 1726773060.71906: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773060.71925: getting variables 3057 1726773060.71926: in VariableManager get_vars() 3057 1726773060.71961: Calling all_inventory to load vars for managed_node2 3057 1726773060.71963: Calling groups_inventory to load vars for managed_node2 3057 1726773060.71965: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773060.71972: Calling all_plugins_play to load vars for managed_node2 3057 1726773060.71974: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773060.71976: Calling groups_plugins_play to load vars for managed_node2 3057 1726773060.72095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773060.72231: done with get_vars() 3057 1726773060.72242: done getting variables 3057 1726773060.72291: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:11:00 -0400 (0:00:00.025) 0:01:45.461 **** 3057 1726773060.72317: entering _queue_task() for managed_node2/command 3057 1726773060.72550: worker is 1 (out of 1 available) 3057 1726773060.72568: exiting _queue_task() for managed_node2/command 3057 1726773060.72583: done queuing things up, now waiting for results queue to drain 3057 1726773060.72585: waiting for pending results... 3057 1726773060.72793: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3057 1726773060.72891: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ee5 3057 1726773060.72905: variable 'ansible_search_path' from source: unknown 3057 1726773060.72909: variable 'ansible_search_path' from source: unknown 3057 1726773060.72948: calling self._execute() 3057 1726773060.73037: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773060.73042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773060.73045: variable 'omit' from source: magic vars 3057 1726773060.73442: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773060.73752: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773060.73788: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773060.73821: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773060.73849: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773060.73953: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726773060.73977: Evaluated conditional (not __kernel_settings_register_profile is changed): True 3057 1726773060.74086: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726773060.74100: Evaluated conditional (not __kernel_settings_register_mode is changed): True 3057 1726773060.74186: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726773060.74197: Evaluated conditional (__kernel_settings_register_apply is changed): True 3057 1726773060.74204: variable 'omit' from source: magic vars 3057 1726773060.74255: variable 'omit' from source: magic vars 3057 1726773060.74352: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773060.75918: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773060.75979: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773060.76009: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773060.76036: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773060.76056: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773060.76121: variable '__kernel_settings_active_profile' from source: set_fact 3057 1726773060.76152: variable 'omit' from source: magic vars 3057 1726773060.76176: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773060.76205: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773060.76220: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773060.76236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773060.76245: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773060.76272: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773060.76275: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773060.76278: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773060.76358: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773060.76365: Set connection var ansible_pipelining to False 3057 1726773060.76368: Set connection var ansible_shell_type to sh 3057 1726773060.76371: Set connection var ansible_connection to ssh 3057 1726773060.76376: Set connection var ansible_timeout to 10 3057 1726773060.76383: Set connection var ansible_shell_executable to /bin/sh 3057 1726773060.76409: variable 'ansible_shell_executable' from source: unknown 3057 1726773060.76412: variable 'ansible_connection' from source: unknown 3057 1726773060.76416: variable 'ansible_module_compression' from source: unknown 3057 1726773060.76418: variable 'ansible_shell_type' from source: unknown 3057 1726773060.76421: variable 'ansible_shell_executable' from source: unknown 3057 1726773060.76423: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773060.76426: variable 'ansible_pipelining' from source: unknown 3057 1726773060.76428: variable 'ansible_timeout' from source: unknown 3057 1726773060.76433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773060.76519: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773060.76528: variable 'omit' from source: magic vars 3057 1726773060.76533: starting attempt loop 3057 1726773060.76541: running the handler 3057 1726773060.76551: _low_level_execute_command(): starting 3057 1726773060.76557: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773060.77105: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773060.77110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773060.77114: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.77172: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773060.77175: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773060.77178: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.77226: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.78944: stdout chunk (state=3): >>>/root <<< 3057 1726773060.79054: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773060.79131: stderr chunk (state=3): >>><<< 3057 1726773060.79136: stdout chunk (state=3): >>><<< 3057 1726773060.79157: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773060.79175: _low_level_execute_command(): starting 3057 1726773060.79181: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208 `" && echo ansible-tmp-1726773060.7916284-6364-83049874009208="` echo /root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208 `" ) && sleep 0' 3057 1726773060.79682: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773060.79686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.79689: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773060.79691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773060.79694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.79744: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773060.79758: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773060.79762: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.79811: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.81765: stdout chunk (state=3): >>>ansible-tmp-1726773060.7916284-6364-83049874009208=/root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208 <<< 3057 1726773060.81928: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773060.81932: stdout chunk (state=3): >>><<< 3057 1726773060.81938: stderr chunk (state=3): >>><<< 3057 1726773060.81955: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773060.7916284-6364-83049874009208=/root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773060.81983: variable 'ansible_module_compression' from source: unknown 3057 1726773060.82023: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773060.82053: variable 'ansible_facts' from source: unknown 3057 1726773060.82178: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208/AnsiballZ_command.py 3057 1726773060.82215: Sending initial data 3057 1726773060.82218: Sent initial data (153 bytes) 3057 1726773060.82750: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773060.82757: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.82797: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.84385: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773060.84413: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773060.84451: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpexryv1to /root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208/AnsiballZ_command.py <<< 3057 1726773060.84457: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208/AnsiballZ_command.py" <<< 3057 1726773060.84490: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpexryv1to" to remote "/root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208/AnsiballZ_command.py" <<< 3057 1726773060.85031: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773060.85109: stderr chunk (state=3): >>><<< 3057 1726773060.85113: stdout chunk (state=3): >>><<< 3057 1726773060.85133: done transferring module to remote 3057 1726773060.85150: _low_level_execute_command(): starting 3057 1726773060.85156: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208/ /root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208/AnsiballZ_command.py && sleep 0' 3057 1726773060.85641: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773060.85649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found <<< 3057 1726773060.85651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773060.85654: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773060.85658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.85697: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773060.85712: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.85760: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773060.87555: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773060.87619: stderr chunk (state=3): >>><<< 3057 1726773060.87621: stdout chunk (state=3): >>><<< 3057 1726773060.87633: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773060.87704: _low_level_execute_command(): starting 3057 1726773060.87708: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208/AnsiballZ_command.py && sleep 0' 3057 1726773060.88131: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773060.88136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.88139: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773060.88141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773060.88144: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773060.88198: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773060.88201: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773060.88204: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773060.88252: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773062.16329: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:11:01.048323", "end": "2024-09-19 15:11:02.160865", "delta": "0:00:01.112542", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3057 1726773062.17952: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773062.18015: stderr chunk (state=3): >>><<< 3057 1726773062.18019: stdout chunk (state=3): >>><<< 3057 1726773062.18037: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:11:01.048323", "end": "2024-09-19 15:11:02.160865", "delta": "0:00:01.112542", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773062.18066: done with _execute_module (ansible.legacy.command, {'_raw_params': "tuned-adm profile 'virtual-guest kernel_settings'", '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773062.18074: _low_level_execute_command(): starting 3057 1726773062.18080: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773060.7916284-6364-83049874009208/ > /dev/null 2>&1 && sleep 0' 3057 1726773062.18571: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.18575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.18578: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.18580: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.18633: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773062.18640: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773062.18645: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773062.18687: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773062.20606: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773062.20669: stderr chunk (state=3): >>><<< 3057 1726773062.20673: stdout chunk (state=3): >>><<< 3057 1726773062.20689: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773062.20692: handler run complete 3057 1726773062.20712: Evaluated conditional (True): True 3057 1726773062.20725: attempt loop complete, returning result 3057 1726773062.20728: _execute() done 3057 1726773062.20730: dumping result to json 3057 1726773062.20738: done dumping result, returning 3057 1726773062.20746: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [02b512f9-4fcf-6140-6a9e-000000000ee5] 3057 1726773062.20751: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee5 3057 1726773062.20869: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee5 3057 1726773062.20872: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.112542", "end": "2024-09-19 15:11:02.160865", "rc": 0, "start": "2024-09-19 15:11:01.048323" } 3057 1726773062.20964: no more pending results, returning what we have 3057 1726773062.20968: results queue empty 3057 1726773062.20969: checking for any_errors_fatal 3057 1726773062.20975: done checking for any_errors_fatal 3057 1726773062.20976: checking for max_fail_percentage 3057 1726773062.20978: done checking for max_fail_percentage 3057 1726773062.20979: checking to see if all hosts have failed and the running result is not ok 3057 1726773062.20979: done checking to see if all hosts have failed 3057 1726773062.20980: getting the remaining hosts for this loop 3057 1726773062.20989: done getting the remaining hosts for this loop 3057 1726773062.20993: getting the next task for host managed_node2 3057 1726773062.21000: done getting next task for host managed_node2 3057 1726773062.21004: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3057 1726773062.21008: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773062.21020: getting variables 3057 1726773062.21021: in VariableManager get_vars() 3057 1726773062.21060: Calling all_inventory to load vars for managed_node2 3057 1726773062.21063: Calling groups_inventory to load vars for managed_node2 3057 1726773062.21065: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773062.21074: Calling all_plugins_play to load vars for managed_node2 3057 1726773062.21077: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773062.21079: Calling groups_plugins_play to load vars for managed_node2 3057 1726773062.21280: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773062.21413: done with get_vars() 3057 1726773062.21422: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:11:02 -0400 (0:00:01.491) 0:01:46.953 **** 3057 1726773062.21501: entering _queue_task() for managed_node2/include_tasks 3057 1726773062.21737: worker is 1 (out of 1 available) 3057 1726773062.21754: exiting _queue_task() for managed_node2/include_tasks 3057 1726773062.21768: done queuing things up, now waiting for results queue to drain 3057 1726773062.21770: waiting for pending results... 3057 1726773062.21969: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3057 1726773062.22065: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ee6 3057 1726773062.22078: variable 'ansible_search_path' from source: unknown 3057 1726773062.22082: variable 'ansible_search_path' from source: unknown 3057 1726773062.22119: calling self._execute() 3057 1726773062.22199: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.22204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.22219: variable 'omit' from source: magic vars 3057 1726773062.22595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773062.22807: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773062.22848: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773062.22877: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773062.22907: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773062.23003: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726773062.23026: Evaluated conditional (__kernel_settings_register_apply is changed): True 3057 1726773062.23032: _execute() done 3057 1726773062.23037: dumping result to json 3057 1726773062.23040: done dumping result, returning 3057 1726773062.23048: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [02b512f9-4fcf-6140-6a9e-000000000ee6] 3057 1726773062.23053: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee6 3057 1726773062.23159: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee6 3057 1726773062.23162: WORKER PROCESS EXITING 3057 1726773062.23213: no more pending results, returning what we have 3057 1726773062.23218: in VariableManager get_vars() 3057 1726773062.23264: Calling all_inventory to load vars for managed_node2 3057 1726773062.23267: Calling groups_inventory to load vars for managed_node2 3057 1726773062.23269: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773062.23280: Calling all_plugins_play to load vars for managed_node2 3057 1726773062.23282: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773062.23285: Calling groups_plugins_play to load vars for managed_node2 3057 1726773062.23429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773062.23564: done with get_vars() 3057 1726773062.23571: variable 'ansible_search_path' from source: unknown 3057 1726773062.23572: variable 'ansible_search_path' from source: unknown 3057 1726773062.23597: we have included files to process 3057 1726773062.23598: generating all_blocks data 3057 1726773062.23603: done generating all_blocks data 3057 1726773062.23608: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726773062.23609: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726773062.23610: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3057 1726773062.23902: done processing included file 3057 1726773062.23905: iterating over new_blocks loaded from include file 3057 1726773062.23906: in VariableManager get_vars() 3057 1726773062.23926: done with get_vars() 3057 1726773062.23927: filtering new block on tags 3057 1726773062.23968: done filtering new block on tags 3057 1726773062.23970: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node2 3057 1726773062.23974: extending task lists for all hosts with included blocks 3057 1726773062.24590: done extending task lists 3057 1726773062.24591: done processing included files 3057 1726773062.24591: results queue empty 3057 1726773062.24592: checking for any_errors_fatal 3057 1726773062.24596: done checking for any_errors_fatal 3057 1726773062.24597: checking for max_fail_percentage 3057 1726773062.24598: done checking for max_fail_percentage 3057 1726773062.24598: checking to see if all hosts have failed and the running result is not ok 3057 1726773062.24599: done checking to see if all hosts have failed 3057 1726773062.24599: getting the remaining hosts for this loop 3057 1726773062.24600: done getting the remaining hosts for this loop 3057 1726773062.24602: getting the next task for host managed_node2 3057 1726773062.24606: done getting next task for host managed_node2 3057 1726773062.24608: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 3057 1726773062.24610: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773062.24619: getting variables 3057 1726773062.24620: in VariableManager get_vars() 3057 1726773062.24631: Calling all_inventory to load vars for managed_node2 3057 1726773062.24633: Calling groups_inventory to load vars for managed_node2 3057 1726773062.24634: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773062.24641: Calling all_plugins_play to load vars for managed_node2 3057 1726773062.24643: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773062.24645: Calling groups_plugins_play to load vars for managed_node2 3057 1726773062.24744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773062.24868: done with get_vars() 3057 1726773062.24876: done getting variables 3057 1726773062.24910: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 15:11:02 -0400 (0:00:00.034) 0:01:46.987 **** 3057 1726773062.24941: entering _queue_task() for managed_node2/command 3057 1726773062.25179: worker is 1 (out of 1 available) 3057 1726773062.25196: exiting _queue_task() for managed_node2/command 3057 1726773062.25211: done queuing things up, now waiting for results queue to drain 3057 1726773062.25213: waiting for pending results... 3057 1726773062.25418: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 3057 1726773062.25525: in run() - task 02b512f9-4fcf-6140-6a9e-000000000fc5 3057 1726773062.25539: variable 'ansible_search_path' from source: unknown 3057 1726773062.25542: variable 'ansible_search_path' from source: unknown 3057 1726773062.25580: calling self._execute() 3057 1726773062.25659: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.25663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.25671: variable 'omit' from source: magic vars 3057 1726773062.25757: variable 'omit' from source: magic vars 3057 1726773062.25813: variable 'omit' from source: magic vars 3057 1726773062.25839: variable 'omit' from source: magic vars 3057 1726773062.25877: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773062.25916: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773062.25933: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773062.25951: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773062.25967: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773062.25997: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773062.26002: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.26005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.26079: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773062.26087: Set connection var ansible_pipelining to False 3057 1726773062.26093: Set connection var ansible_shell_type to sh 3057 1726773062.26095: Set connection var ansible_connection to ssh 3057 1726773062.26104: Set connection var ansible_timeout to 10 3057 1726773062.26110: Set connection var ansible_shell_executable to /bin/sh 3057 1726773062.26131: variable 'ansible_shell_executable' from source: unknown 3057 1726773062.26134: variable 'ansible_connection' from source: unknown 3057 1726773062.26138: variable 'ansible_module_compression' from source: unknown 3057 1726773062.26141: variable 'ansible_shell_type' from source: unknown 3057 1726773062.26144: variable 'ansible_shell_executable' from source: unknown 3057 1726773062.26146: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.26151: variable 'ansible_pipelining' from source: unknown 3057 1726773062.26154: variable 'ansible_timeout' from source: unknown 3057 1726773062.26158: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.26282: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773062.26294: variable 'omit' from source: magic vars 3057 1726773062.26300: starting attempt loop 3057 1726773062.26303: running the handler 3057 1726773062.26324: _low_level_execute_command(): starting 3057 1726773062.26327: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773062.26890: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.26895: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773062.26899: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.26942: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773062.26946: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773062.26962: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773062.27006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773062.28762: stdout chunk (state=3): >>>/root <<< 3057 1726773062.28863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773062.28928: stderr chunk (state=3): >>><<< 3057 1726773062.28932: stdout chunk (state=3): >>><<< 3057 1726773062.28959: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773062.28970: _low_level_execute_command(): starting 3057 1726773062.28976: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524 `" && echo ansible-tmp-1726773062.2895703-6395-213371472508524="` echo /root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524 `" ) && sleep 0' 3057 1726773062.29469: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.29473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.29476: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.29485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.29538: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773062.29542: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773062.29549: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773062.29591: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773062.31612: stdout chunk (state=3): >>>ansible-tmp-1726773062.2895703-6395-213371472508524=/root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524 <<< 3057 1726773062.31718: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773062.31780: stderr chunk (state=3): >>><<< 3057 1726773062.31784: stdout chunk (state=3): >>><<< 3057 1726773062.31803: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773062.2895703-6395-213371472508524=/root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773062.31833: variable 'ansible_module_compression' from source: unknown 3057 1726773062.31883: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773062.31920: variable 'ansible_facts' from source: unknown 3057 1726773062.31976: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524/AnsiballZ_command.py 3057 1726773062.32087: Sending initial data 3057 1726773062.32090: Sent initial data (154 bytes) 3057 1726773062.32579: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773062.32583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773062.32588: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.32591: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.32593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.32641: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773062.32645: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773062.32664: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773062.32699: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773062.34359: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773062.34394: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773062.34431: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpc_b76k8_ /root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524/AnsiballZ_command.py <<< 3057 1726773062.34437: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524/AnsiballZ_command.py" <<< 3057 1726773062.34466: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpc_b76k8_" to remote "/root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524/AnsiballZ_command.py" <<< 3057 1726773062.34474: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524/AnsiballZ_command.py" <<< 3057 1726773062.34972: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773062.35049: stderr chunk (state=3): >>><<< 3057 1726773062.35052: stdout chunk (state=3): >>><<< 3057 1726773062.35073: done transferring module to remote 3057 1726773062.35084: _low_level_execute_command(): starting 3057 1726773062.35093: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524/ /root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524/AnsiballZ_command.py && sleep 0' 3057 1726773062.35559: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.35565: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.35584: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.35640: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773062.35643: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773062.35649: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773062.35695: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773062.37566: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773062.37629: stderr chunk (state=3): >>><<< 3057 1726773062.37633: stdout chunk (state=3): >>><<< 3057 1726773062.37647: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773062.37650: _low_level_execute_command(): starting 3057 1726773062.37656: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524/AnsiballZ_command.py && sleep 0' 3057 1726773062.38150: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.38154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.38157: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.38159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773062.38162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.38216: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773062.38220: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773062.38222: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773062.38274: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773062.65822: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:11:02.551265", "end": "2024-09-19 15:11:02.657147", "delta": "0:00:00.105882", "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}}} <<< 3057 1726773062.67680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773062.67684: stdout chunk (state=3): >>><<< 3057 1726773062.67689: stderr chunk (state=3): >>><<< 3057 1726773062.67842: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:11:02.551265", "end": "2024-09-19 15:11:02.657147", "delta": "0:00:00.105882", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773062.67847: 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-1726773062.2895703-6395-213371472508524/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773062.67850: _low_level_execute_command(): starting 3057 1726773062.67853: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773062.2895703-6395-213371472508524/ > /dev/null 2>&1 && sleep 0' 3057 1726773062.68572: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773062.68602: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773062.68637: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773062.68748: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773062.68909: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773062.70923: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773062.70947: stdout chunk (state=3): >>><<< 3057 1726773062.70958: stderr chunk (state=3): >>><<< 3057 1726773062.70977: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773062.70987: handler run complete 3057 1726773062.71142: Evaluated conditional (False): False 3057 1726773062.71146: attempt loop complete, returning result 3057 1726773062.71149: _execute() done 3057 1726773062.71152: dumping result to json 3057 1726773062.71154: done dumping result, returning 3057 1726773062.71156: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [02b512f9-4fcf-6140-6a9e-000000000fc5] 3057 1726773062.71159: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000fc5 ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.105882", "end": "2024-09-19 15:11:02.657147", "rc": 0, "start": "2024-09-19 15:11:02.551265" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 3057 1726773062.71377: no more pending results, returning what we have 3057 1726773062.71382: results queue empty 3057 1726773062.71383: checking for any_errors_fatal 3057 1726773062.71385: done checking for any_errors_fatal 3057 1726773062.71385: checking for max_fail_percentage 3057 1726773062.71387: done checking for max_fail_percentage 3057 1726773062.71388: checking to see if all hosts have failed and the running result is not ok 3057 1726773062.71389: done checking to see if all hosts have failed 3057 1726773062.71390: getting the remaining hosts for this loop 3057 1726773062.71392: done getting the remaining hosts for this loop 3057 1726773062.71396: getting the next task for host managed_node2 3057 1726773062.71405: done getting next task for host managed_node2 3057 1726773062.71409: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 3057 1726773062.71417: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773062.71431: getting variables 3057 1726773062.71433: in VariableManager get_vars() 3057 1726773062.71595: Calling all_inventory to load vars for managed_node2 3057 1726773062.71598: Calling groups_inventory to load vars for managed_node2 3057 1726773062.71601: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773062.71677: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000fc5 3057 1726773062.71680: WORKER PROCESS EXITING 3057 1726773062.71691: Calling all_plugins_play to load vars for managed_node2 3057 1726773062.71695: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773062.71699: Calling groups_plugins_play to load vars for managed_node2 3057 1726773062.72100: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773062.72330: done with get_vars() 3057 1726773062.72348: done getting variables 3057 1726773062.72418: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 15:11:02 -0400 (0:00:00.475) 0:01:47.463 **** 3057 1726773062.72463: entering _queue_task() for managed_node2/shell 3057 1726773062.72776: worker is 1 (out of 1 available) 3057 1726773062.72792: exiting _queue_task() for managed_node2/shell 3057 1726773062.72808: done queuing things up, now waiting for results queue to drain 3057 1726773062.72810: waiting for pending results... 3057 1726773062.73163: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 3057 1726773062.73354: in run() - task 02b512f9-4fcf-6140-6a9e-000000000fc6 3057 1726773062.73443: variable 'ansible_search_path' from source: unknown 3057 1726773062.73448: variable 'ansible_search_path' from source: unknown 3057 1726773062.73452: calling self._execute() 3057 1726773062.73557: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.73570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.73584: variable 'omit' from source: magic vars 3057 1726773062.74152: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773062.74396: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773062.74434: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773062.74464: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773062.74492: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773062.74598: variable '__kernel_settings_register_verify_values' from source: set_fact 3057 1726773062.74619: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 3057 1726773062.74623: when evaluation is False, skipping this task 3057 1726773062.74626: _execute() done 3057 1726773062.74628: dumping result to json 3057 1726773062.74633: done dumping result, returning 3057 1726773062.74642: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [02b512f9-4fcf-6140-6a9e-000000000fc6] 3057 1726773062.74648: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000fc6 3057 1726773062.74753: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000fc6 3057 1726773062.74756: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 3057 1726773062.74818: no more pending results, returning what we have 3057 1726773062.74822: results queue empty 3057 1726773062.74822: checking for any_errors_fatal 3057 1726773062.74837: done checking for any_errors_fatal 3057 1726773062.74838: checking for max_fail_percentage 3057 1726773062.74840: done checking for max_fail_percentage 3057 1726773062.74841: checking to see if all hosts have failed and the running result is not ok 3057 1726773062.74842: done checking to see if all hosts have failed 3057 1726773062.74842: getting the remaining hosts for this loop 3057 1726773062.74844: done getting the remaining hosts for this loop 3057 1726773062.74848: getting the next task for host managed_node2 3057 1726773062.74857: done getting next task for host managed_node2 3057 1726773062.74864: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 3057 1726773062.74869: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773062.74890: getting variables 3057 1726773062.74892: in VariableManager get_vars() 3057 1726773062.74929: Calling all_inventory to load vars for managed_node2 3057 1726773062.74932: Calling groups_inventory to load vars for managed_node2 3057 1726773062.74934: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773062.74950: Calling all_plugins_play to load vars for managed_node2 3057 1726773062.74953: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773062.74955: Calling groups_plugins_play to load vars for managed_node2 3057 1726773062.75082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773062.75225: done with get_vars() 3057 1726773062.75237: done getting variables 3057 1726773062.75289: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 15:11:02 -0400 (0:00:00.028) 0:01:47.491 **** 3057 1726773062.75317: entering _queue_task() for managed_node2/fail 3057 1726773062.75562: worker is 1 (out of 1 available) 3057 1726773062.75580: exiting _queue_task() for managed_node2/fail 3057 1726773062.75597: done queuing things up, now waiting for results queue to drain 3057 1726773062.75599: waiting for pending results... 3057 1726773062.75803: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 3057 1726773062.76139: in run() - task 02b512f9-4fcf-6140-6a9e-000000000fc7 3057 1726773062.76147: variable 'ansible_search_path' from source: unknown 3057 1726773062.76151: variable 'ansible_search_path' from source: unknown 3057 1726773062.76160: calling self._execute() 3057 1726773062.76163: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.76166: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.76169: variable 'omit' from source: magic vars 3057 1726773062.76814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773062.77130: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773062.77197: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773062.77248: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773062.77275: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773062.77380: variable '__kernel_settings_register_verify_values' from source: set_fact 3057 1726773062.77407: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 3057 1726773062.77411: when evaluation is False, skipping this task 3057 1726773062.77414: _execute() done 3057 1726773062.77416: dumping result to json 3057 1726773062.77419: done dumping result, returning 3057 1726773062.77431: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [02b512f9-4fcf-6140-6a9e-000000000fc7] 3057 1726773062.77442: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000fc7 skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 3057 1726773062.77595: no more pending results, returning what we have 3057 1726773062.77599: results queue empty 3057 1726773062.77600: checking for any_errors_fatal 3057 1726773062.77608: done checking for any_errors_fatal 3057 1726773062.77609: checking for max_fail_percentage 3057 1726773062.77610: done checking for max_fail_percentage 3057 1726773062.77611: checking to see if all hosts have failed and the running result is not ok 3057 1726773062.77612: done checking to see if all hosts have failed 3057 1726773062.77613: getting the remaining hosts for this loop 3057 1726773062.77616: done getting the remaining hosts for this loop 3057 1726773062.77620: getting the next task for host managed_node2 3057 1726773062.77630: done getting next task for host managed_node2 3057 1726773062.77634: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3057 1726773062.77641: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773062.77660: getting variables 3057 1726773062.77662: in VariableManager get_vars() 3057 1726773062.77699: Calling all_inventory to load vars for managed_node2 3057 1726773062.77702: Calling groups_inventory to load vars for managed_node2 3057 1726773062.77704: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773062.77714: Calling all_plugins_play to load vars for managed_node2 3057 1726773062.77716: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773062.77718: Calling groups_plugins_play to load vars for managed_node2 3057 1726773062.77898: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000fc7 3057 1726773062.77903: WORKER PROCESS EXITING 3057 1726773062.77915: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773062.78047: done with get_vars() 3057 1726773062.78055: done getting variables 3057 1726773062.78104: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:11:02 -0400 (0:00:00.028) 0:01:47.519 **** 3057 1726773062.78130: entering _queue_task() for managed_node2/set_fact 3057 1726773062.78357: worker is 1 (out of 1 available) 3057 1726773062.78372: exiting _queue_task() for managed_node2/set_fact 3057 1726773062.78388: done queuing things up, now waiting for results queue to drain 3057 1726773062.78390: waiting for pending results... 3057 1726773062.78591: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3057 1726773062.78673: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ee7 3057 1726773062.78690: variable 'ansible_search_path' from source: unknown 3057 1726773062.78694: variable 'ansible_search_path' from source: unknown 3057 1726773062.78727: calling self._execute() 3057 1726773062.78806: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.78810: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.78819: variable 'omit' from source: magic vars 3057 1726773062.78909: variable 'omit' from source: magic vars 3057 1726773062.78955: variable 'omit' from source: magic vars 3057 1726773062.78979: variable 'omit' from source: magic vars 3057 1726773062.79019: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773062.79054: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773062.79074: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773062.79091: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773062.79103: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773062.79132: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773062.79137: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.79140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.79240: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773062.79249: Set connection var ansible_pipelining to False 3057 1726773062.79252: Set connection var ansible_shell_type to sh 3057 1726773062.79255: Set connection var ansible_connection to ssh 3057 1726773062.79260: Set connection var ansible_timeout to 10 3057 1726773062.79340: Set connection var ansible_shell_executable to /bin/sh 3057 1726773062.79343: variable 'ansible_shell_executable' from source: unknown 3057 1726773062.79346: variable 'ansible_connection' from source: unknown 3057 1726773062.79348: variable 'ansible_module_compression' from source: unknown 3057 1726773062.79350: variable 'ansible_shell_type' from source: unknown 3057 1726773062.79353: variable 'ansible_shell_executable' from source: unknown 3057 1726773062.79356: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.79359: variable 'ansible_pipelining' from source: unknown 3057 1726773062.79361: variable 'ansible_timeout' from source: unknown 3057 1726773062.79364: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.79504: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773062.79509: variable 'omit' from source: magic vars 3057 1726773062.79512: starting attempt loop 3057 1726773062.79515: running the handler 3057 1726773062.79518: handler run complete 3057 1726773062.79520: attempt loop complete, returning result 3057 1726773062.79522: _execute() done 3057 1726773062.79525: dumping result to json 3057 1726773062.79527: done dumping result, returning 3057 1726773062.79755: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [02b512f9-4fcf-6140-6a9e-000000000ee7] 3057 1726773062.79758: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee7 3057 1726773062.79824: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee7 3057 1726773062.79827: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 3057 1726773062.79882: no more pending results, returning what we have 3057 1726773062.79885: results queue empty 3057 1726773062.79886: checking for any_errors_fatal 3057 1726773062.79892: done checking for any_errors_fatal 3057 1726773062.79893: checking for max_fail_percentage 3057 1726773062.79894: done checking for max_fail_percentage 3057 1726773062.79894: checking to see if all hosts have failed and the running result is not ok 3057 1726773062.79895: done checking to see if all hosts have failed 3057 1726773062.79895: getting the remaining hosts for this loop 3057 1726773062.79896: done getting the remaining hosts for this loop 3057 1726773062.79899: getting the next task for host managed_node2 3057 1726773062.79904: done getting next task for host managed_node2 3057 1726773062.79906: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3057 1726773062.79910: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773062.79918: getting variables 3057 1726773062.79919: in VariableManager get_vars() 3057 1726773062.79954: Calling all_inventory to load vars for managed_node2 3057 1726773062.79957: Calling groups_inventory to load vars for managed_node2 3057 1726773062.79960: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773062.79971: Calling all_plugins_play to load vars for managed_node2 3057 1726773062.79974: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773062.79977: Calling groups_plugins_play to load vars for managed_node2 3057 1726773062.80131: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773062.80341: done with get_vars() 3057 1726773062.80354: done getting variables 3057 1726773062.80421: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:11:02 -0400 (0:00:00.023) 0:01:47.543 **** 3057 1726773062.80461: entering _queue_task() for managed_node2/set_fact 3057 1726773062.80758: worker is 1 (out of 1 available) 3057 1726773062.80773: exiting _queue_task() for managed_node2/set_fact 3057 1726773062.80788: done queuing things up, now waiting for results queue to drain 3057 1726773062.80790: waiting for pending results... 3057 1726773062.81123: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3057 1726773062.81259: in run() - task 02b512f9-4fcf-6140-6a9e-000000000ee8 3057 1726773062.81289: variable 'ansible_search_path' from source: unknown 3057 1726773062.81294: variable 'ansible_search_path' from source: unknown 3057 1726773062.81322: calling self._execute() 3057 1726773062.81403: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.81409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.81417: variable 'omit' from source: magic vars 3057 1726773062.81522: variable 'omit' from source: magic vars 3057 1726773062.81568: variable 'omit' from source: magic vars 3057 1726773062.81953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3057 1726773062.82152: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3057 1726773062.82188: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3057 1726773062.82213: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3057 1726773062.82241: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3057 1726773062.82356: variable '__kernel_settings_register_profile' from source: set_fact 3057 1726773062.82439: variable '__kernel_settings_register_mode' from source: set_fact 3057 1726773062.82441: variable '__kernel_settings_register_apply' from source: set_fact 3057 1726773062.82443: variable 'omit' from source: magic vars 3057 1726773062.82444: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773062.82471: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773062.82491: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773062.82504: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773062.82515: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773062.82541: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773062.82545: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.82547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.82624: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773062.82631: Set connection var ansible_pipelining to False 3057 1726773062.82636: Set connection var ansible_shell_type to sh 3057 1726773062.82639: Set connection var ansible_connection to ssh 3057 1726773062.82644: Set connection var ansible_timeout to 10 3057 1726773062.82651: Set connection var ansible_shell_executable to /bin/sh 3057 1726773062.82671: variable 'ansible_shell_executable' from source: unknown 3057 1726773062.82675: variable 'ansible_connection' from source: unknown 3057 1726773062.82678: variable 'ansible_module_compression' from source: unknown 3057 1726773062.82680: variable 'ansible_shell_type' from source: unknown 3057 1726773062.82683: variable 'ansible_shell_executable' from source: unknown 3057 1726773062.82690: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.82693: variable 'ansible_pipelining' from source: unknown 3057 1726773062.82695: variable 'ansible_timeout' from source: unknown 3057 1726773062.82697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.82820: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773062.82829: variable 'omit' from source: magic vars 3057 1726773062.82836: starting attempt loop 3057 1726773062.82856: running the handler 3057 1726773062.83042: handler run complete 3057 1726773062.83045: attempt loop complete, returning result 3057 1726773062.83046: _execute() done 3057 1726773062.83048: dumping result to json 3057 1726773062.83049: done dumping result, returning 3057 1726773062.83051: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [02b512f9-4fcf-6140-6a9e-000000000ee8] 3057 1726773062.83052: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee8 3057 1726773062.83107: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000ee8 3057 1726773062.83110: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 3057 1726773062.83223: no more pending results, returning what we have 3057 1726773062.83227: results queue empty 3057 1726773062.83227: checking for any_errors_fatal 3057 1726773062.83233: done checking for any_errors_fatal 3057 1726773062.83234: checking for max_fail_percentage 3057 1726773062.83242: done checking for max_fail_percentage 3057 1726773062.83243: checking to see if all hosts have failed and the running result is not ok 3057 1726773062.83244: done checking to see if all hosts have failed 3057 1726773062.83245: getting the remaining hosts for this loop 3057 1726773062.83246: done getting the remaining hosts for this loop 3057 1726773062.83250: getting the next task for host managed_node2 3057 1726773062.83260: done getting next task for host managed_node2 3057 1726773062.83262: ^ task is: TASK: meta (role_complete) 3057 1726773062.83266: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773062.83279: getting variables 3057 1726773062.83280: in VariableManager get_vars() 3057 1726773062.83321: Calling all_inventory to load vars for managed_node2 3057 1726773062.83324: Calling groups_inventory to load vars for managed_node2 3057 1726773062.83326: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773062.83342: Calling all_plugins_play to load vars for managed_node2 3057 1726773062.83347: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773062.83359: Calling groups_plugins_play to load vars for managed_node2 3057 1726773062.83595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773062.83830: done with get_vars() 3057 1726773062.83845: done getting variables 3057 1726773062.83933: done queuing things up, now waiting for results queue to drain 3057 1726773062.83944: results queue empty 3057 1726773062.83945: checking for any_errors_fatal 3057 1726773062.83948: done checking for any_errors_fatal 3057 1726773062.83949: checking for max_fail_percentage 3057 1726773062.83950: done checking for max_fail_percentage 3057 1726773062.83950: checking to see if all hosts have failed and the running result is not ok 3057 1726773062.83951: done checking to see if all hosts have failed 3057 1726773062.83952: getting the remaining hosts for this loop 3057 1726773062.83953: done getting the remaining hosts for this loop 3057 1726773062.83956: getting the next task for host managed_node2 3057 1726773062.83964: done getting next task for host managed_node2 3057 1726773062.83966: ^ task is: TASK: Verify no settings 3057 1726773062.83967: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773062.83970: getting variables 3057 1726773062.83970: in VariableManager get_vars() 3057 1726773062.83980: Calling all_inventory to load vars for managed_node2 3057 1726773062.83982: Calling groups_inventory to load vars for managed_node2 3057 1726773062.83983: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773062.83990: Calling all_plugins_play to load vars for managed_node2 3057 1726773062.83992: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773062.83996: Calling groups_plugins_play to load vars for managed_node2 3057 1726773062.84170: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773062.84372: done with get_vars() 3057 1726773062.84382: done getting variables 3057 1726773062.84429: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify no settings] ****************************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:20 Thursday 19 September 2024 15:11:02 -0400 (0:00:00.040) 0:01:47.583 **** 3057 1726773062.84473: entering _queue_task() for managed_node2/shell 3057 1726773062.84768: worker is 1 (out of 1 available) 3057 1726773062.84784: exiting _queue_task() for managed_node2/shell 3057 1726773062.84800: done queuing things up, now waiting for results queue to drain 3057 1726773062.84802: waiting for pending results... 3057 1726773062.85143: running TaskExecutor() for managed_node2/TASK: Verify no settings 3057 1726773062.85291: in run() - task 02b512f9-4fcf-6140-6a9e-000000000cae 3057 1726773062.85303: variable 'ansible_search_path' from source: unknown 3057 1726773062.85307: variable 'ansible_search_path' from source: unknown 3057 1726773062.85343: calling self._execute() 3057 1726773062.85429: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.85433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.85445: variable 'omit' from source: magic vars 3057 1726773062.85539: variable 'omit' from source: magic vars 3057 1726773062.85580: variable 'omit' from source: magic vars 3057 1726773062.85928: variable '__kernel_settings_profile_filename' from source: role '' exported vars 3057 1726773062.85988: variable '__kernel_settings_profile_dir' from source: role '' exported vars 3057 1726773062.86052: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773062.86058: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 3057 1726773062.86100: variable 'omit' from source: magic vars 3057 1726773062.86137: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773062.86170: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773062.86189: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773062.86203: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773062.86214: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773062.86442: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773062.86446: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.86448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.86451: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773062.86453: Set connection var ansible_pipelining to False 3057 1726773062.86457: Set connection var ansible_shell_type to sh 3057 1726773062.86460: Set connection var ansible_connection to ssh 3057 1726773062.86462: Set connection var ansible_timeout to 10 3057 1726773062.86464: Set connection var ansible_shell_executable to /bin/sh 3057 1726773062.86469: variable 'ansible_shell_executable' from source: unknown 3057 1726773062.86471: variable 'ansible_connection' from source: unknown 3057 1726773062.86473: variable 'ansible_module_compression' from source: unknown 3057 1726773062.86475: variable 'ansible_shell_type' from source: unknown 3057 1726773062.86478: variable 'ansible_shell_executable' from source: unknown 3057 1726773062.86480: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773062.86482: variable 'ansible_pipelining' from source: unknown 3057 1726773062.86484: variable 'ansible_timeout' from source: unknown 3057 1726773062.86489: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773062.86493: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773062.86506: variable 'omit' from source: magic vars 3057 1726773062.86511: starting attempt loop 3057 1726773062.86514: running the handler 3057 1726773062.86523: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773062.86541: _low_level_execute_command(): starting 3057 1726773062.86547: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773062.87164: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.87260: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773062.87264: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773062.87267: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773062.87308: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773062.89043: stdout chunk (state=3): >>>/root <<< 3057 1726773062.89149: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773062.89208: stderr chunk (state=3): >>><<< 3057 1726773062.89212: stdout chunk (state=3): >>><<< 3057 1726773062.89233: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773062.89247: _low_level_execute_command(): starting 3057 1726773062.89257: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858 `" && echo ansible-tmp-1726773062.89234-6415-151545332633858="` echo /root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858 `" ) && sleep 0' 3057 1726773062.89742: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773062.89754: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.89772: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773062.89776: 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.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.89822: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773062.89826: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773062.89872: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773062.91876: stdout chunk (state=3): >>>ansible-tmp-1726773062.89234-6415-151545332633858=/root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858 <<< 3057 1726773062.92049: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773062.92053: stdout chunk (state=3): >>><<< 3057 1726773062.92059: stderr chunk (state=3): >>><<< 3057 1726773062.92079: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773062.89234-6415-151545332633858=/root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773062.92112: variable 'ansible_module_compression' from source: unknown 3057 1726773062.92155: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3057 1726773062.92188: variable 'ansible_facts' from source: unknown 3057 1726773062.92243: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858/AnsiballZ_command.py 3057 1726773062.92360: Sending initial data 3057 1726773062.92364: Sent initial data (152 bytes) 3057 1726773062.92865: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.92868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.92873: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.92875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.92929: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773062.92933: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773062.92941: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773062.92982: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773062.94622: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773062.94660: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773062.94710: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmps8mshrjw /root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858/AnsiballZ_command.py <<< 3057 1726773062.94713: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858/AnsiballZ_command.py" <<< 3057 1726773062.94746: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmps8mshrjw" to remote "/root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858/AnsiballZ_command.py" <<< 3057 1726773062.94751: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858/AnsiballZ_command.py" <<< 3057 1726773062.95277: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773062.95442: stderr chunk (state=3): >>><<< 3057 1726773062.95445: stdout chunk (state=3): >>><<< 3057 1726773062.95448: done transferring module to remote 3057 1726773062.95450: _low_level_execute_command(): starting 3057 1726773062.95452: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858/ /root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858/AnsiballZ_command.py && sleep 0' 3057 1726773062.95848: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.95863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.95879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773062.95923: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773062.95940: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773062.95990: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773062.97857: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773062.97915: stderr chunk (state=3): >>><<< 3057 1726773062.97919: stdout chunk (state=3): >>><<< 3057 1726773062.97933: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773062.97939: _low_level_execute_command(): starting 3057 1726773062.97944: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858/AnsiballZ_command.py && sleep 0' 3057 1726773062.98501: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773062.98620: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773062.98654: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773062.98746: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.16328: 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 15:11:03.153507", "end": "2024-09-19 15:11:03.162284", "delta": "0:00:00.008777", "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}}} <<< 3057 1726773063.17973: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773063.18029: stderr chunk (state=3): >>><<< 3057 1726773063.18033: stdout chunk (state=3): >>><<< 3057 1726773063.18052: _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 15:11:03.153507", "end": "2024-09-19 15:11:03.162284", "delta": "0:00:00.008777", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773063.18094: 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-1726773062.89234-6415-151545332633858/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773063.18103: _low_level_execute_command(): starting 3057 1726773063.18109: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773062.89234-6415-151545332633858/ > /dev/null 2>&1 && sleep 0' 3057 1726773063.18588: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.18592: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.18594: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773063.18597: 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 <<< 3057 1726773063.18599: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.18646: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773063.18662: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.18700: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.20711: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773063.20715: stdout chunk (state=3): >>><<< 3057 1726773063.20718: stderr chunk (state=3): >>><<< 3057 1726773063.20944: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773063.20948: handler run complete 3057 1726773063.20951: Evaluated conditional (False): False 3057 1726773063.20953: attempt loop complete, returning result 3057 1726773063.20956: _execute() done 3057 1726773063.20958: dumping result to json 3057 1726773063.20960: done dumping result, returning 3057 1726773063.20962: done running TaskExecutor() for managed_node2/TASK: Verify no settings [02b512f9-4fcf-6140-6a9e-000000000cae] 3057 1726773063.20964: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cae 3057 1726773063.21057: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cae 3057 1726773063.21061: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "delta": "0:00:00.008777", "end": "2024-09-19 15:11:03.162284", "rc": 0, "start": "2024-09-19 15:11:03.153507" } 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 3057 1726773063.21190: no more pending results, returning what we have 3057 1726773063.21195: results queue empty 3057 1726773063.21196: checking for any_errors_fatal 3057 1726773063.21198: done checking for any_errors_fatal 3057 1726773063.21199: checking for max_fail_percentage 3057 1726773063.21200: done checking for max_fail_percentage 3057 1726773063.21202: checking to see if all hosts have failed and the running result is not ok 3057 1726773063.21202: done checking to see if all hosts have failed 3057 1726773063.21203: getting the remaining hosts for this loop 3057 1726773063.21206: done getting the remaining hosts for this loop 3057 1726773063.21210: getting the next task for host managed_node2 3057 1726773063.21225: done getting next task for host managed_node2 3057 1726773063.21228: ^ task is: TASK: Remove kernel_settings tuned profile 3057 1726773063.21233: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=1, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773063.21241: getting variables 3057 1726773063.21243: in VariableManager get_vars() 3057 1726773063.21291: Calling all_inventory to load vars for managed_node2 3057 1726773063.21294: Calling groups_inventory to load vars for managed_node2 3057 1726773063.21297: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773063.21311: Calling all_plugins_play to load vars for managed_node2 3057 1726773063.21315: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773063.21318: Calling groups_plugins_play to load vars for managed_node2 3057 1726773063.21818: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773063.22075: done with get_vars() 3057 1726773063.22087: done getting variables TASK [Remove kernel_settings tuned profile] ************************************ task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 Thursday 19 September 2024 15:11:03 -0400 (0:00:00.377) 0:01:47.960 **** 3057 1726773063.22239: entering _queue_task() for managed_node2/file 3057 1726773063.22821: worker is 1 (out of 1 available) 3057 1726773063.23039: exiting _queue_task() for managed_node2/file 3057 1726773063.23054: done queuing things up, now waiting for results queue to drain 3057 1726773063.23056: waiting for pending results... 3057 1726773063.23365: running TaskExecutor() for managed_node2/TASK: Remove kernel_settings tuned profile 3057 1726773063.23370: in run() - task 02b512f9-4fcf-6140-6a9e-000000000caf 3057 1726773063.23374: variable 'ansible_search_path' from source: unknown 3057 1726773063.23376: variable 'ansible_search_path' from source: unknown 3057 1726773063.23379: calling self._execute() 3057 1726773063.23482: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773063.23497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773063.23514: variable 'omit' from source: magic vars 3057 1726773063.23659: variable 'omit' from source: magic vars 3057 1726773063.23718: variable 'omit' from source: magic vars 3057 1726773063.23760: variable '__kernel_settings_profile_dir' from source: role '' exported vars 3057 1726773063.24189: variable '__kernel_settings_profile_dir' from source: role '' exported vars 3057 1726773063.24316: variable '__kernel_settings_profile_parent' from source: set_fact 3057 1726773063.24329: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 3057 1726773063.24393: variable 'omit' from source: magic vars 3057 1726773063.24553: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773063.24557: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773063.24561: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773063.24564: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773063.24567: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773063.24603: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773063.24613: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773063.24622: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773063.24752: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773063.24772: Set connection var ansible_pipelining to False 3057 1726773063.24780: Set connection var ansible_shell_type to sh 3057 1726773063.24788: Set connection var ansible_connection to ssh 3057 1726773063.24799: Set connection var ansible_timeout to 10 3057 1726773063.24812: Set connection var ansible_shell_executable to /bin/sh 3057 1726773063.24848: variable 'ansible_shell_executable' from source: unknown 3057 1726773063.24857: variable 'ansible_connection' from source: unknown 3057 1726773063.24865: variable 'ansible_module_compression' from source: unknown 3057 1726773063.24875: variable 'ansible_shell_type' from source: unknown 3057 1726773063.24887: variable 'ansible_shell_executable' from source: unknown 3057 1726773063.24895: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773063.24904: variable 'ansible_pipelining' from source: unknown 3057 1726773063.24911: variable 'ansible_timeout' from source: unknown 3057 1726773063.24920: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773063.25160: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773063.25209: variable 'omit' from source: magic vars 3057 1726773063.25212: starting attempt loop 3057 1726773063.25215: running the handler 3057 1726773063.25217: _low_level_execute_command(): starting 3057 1726773063.25226: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773063.26062: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.26114: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773063.26130: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773063.26161: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.26262: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.28331: stdout chunk (state=3): >>>/root <<< 3057 1726773063.28338: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773063.28342: stdout chunk (state=3): >>><<< 3057 1726773063.28345: stderr chunk (state=3): >>><<< 3057 1726773063.28348: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773063.28352: _low_level_execute_command(): starting 3057 1726773063.28355: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047 `" && echo ansible-tmp-1726773063.2822428-6429-189167993555047="` echo /root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047 `" ) && sleep 0' 3057 1726773063.29232: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773063.29245: 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.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.29255: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773063.29257: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773063.29259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.29315: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773063.29329: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.29384: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.31758: stdout chunk (state=3): >>>ansible-tmp-1726773063.2822428-6429-189167993555047=/root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047 <<< 3057 1726773063.31772: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773063.31801: stdout chunk (state=3): >>><<< 3057 1726773063.31804: stderr chunk (state=3): >>><<< 3057 1726773063.31822: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773063.2822428-6429-189167993555047=/root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773063.31940: variable 'ansible_module_compression' from source: unknown 3057 1726773063.31948: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3057 1726773063.32002: variable 'ansible_facts' from source: unknown 3057 1726773063.32108: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047/AnsiballZ_file.py 3057 1726773063.32325: Sending initial data 3057 1726773063.32328: Sent initial data (151 bytes) 3057 1726773063.32943: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773063.32961: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773063.33055: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.33099: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773063.33126: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773063.33149: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.33233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.34882: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773063.34950: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773063.35003: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpsua4wali /root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047/AnsiballZ_file.py <<< 3057 1726773063.35007: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047/AnsiballZ_file.py" <<< 3057 1726773063.35049: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpsua4wali" to remote "/root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047/AnsiballZ_file.py" <<< 3057 1726773063.35791: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773063.35888: stderr chunk (state=3): >>><<< 3057 1726773063.35890: stdout chunk (state=3): >>><<< 3057 1726773063.35892: done transferring module to remote 3057 1726773063.35905: _low_level_execute_command(): starting 3057 1726773063.35912: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047/ /root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047/AnsiballZ_file.py && sleep 0' 3057 1726773063.36369: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.36393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773063.36396: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.36447: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773063.36465: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773063.36468: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.36513: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.38319: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773063.38378: stderr chunk (state=3): >>><<< 3057 1726773063.38381: stdout chunk (state=3): >>><<< 3057 1726773063.38393: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773063.38442: _low_level_execute_command(): starting 3057 1726773063.38445: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047/AnsiballZ_file.py && sleep 0' 3057 1726773063.38869: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.38886: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.38904: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.38958: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773063.38961: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773063.38968: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.39016: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.56632: 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}}} <<< 3057 1726773063.58130: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773063.58194: stderr chunk (state=3): >>><<< 3057 1726773063.58198: stdout chunk (state=3): >>><<< 3057 1726773063.58213: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773063.58581: 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-1726773063.2822428-6429-189167993555047/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773063.58594: _low_level_execute_command(): starting 3057 1726773063.58599: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773063.2822428-6429-189167993555047/ > /dev/null 2>&1 && sleep 0' 3057 1726773063.59093: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773063.59102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.59105: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773063.59108: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.59111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.59162: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773063.59166: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773063.59171: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.59209: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.61128: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773063.61159: stderr chunk (state=3): >>><<< 3057 1726773063.61163: stdout chunk (state=3): >>><<< 3057 1726773063.61178: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773063.61184: handler run complete 3057 1726773063.61207: attempt loop complete, returning result 3057 1726773063.61212: _execute() done 3057 1726773063.61215: dumping result to json 3057 1726773063.61222: done dumping result, returning 3057 1726773063.61230: done running TaskExecutor() for managed_node2/TASK: Remove kernel_settings tuned profile [02b512f9-4fcf-6140-6a9e-000000000caf] 3057 1726773063.61237: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000caf 3057 1726773063.61361: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000caf 3057 1726773063.61364: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "path": "/etc/tuned/profiles/kernel_settings", "state": "absent" } 3057 1726773063.61448: no more pending results, returning what we have 3057 1726773063.61452: results queue empty 3057 1726773063.61453: checking for any_errors_fatal 3057 1726773063.61461: done checking for any_errors_fatal 3057 1726773063.61462: checking for max_fail_percentage 3057 1726773063.61463: done checking for max_fail_percentage 3057 1726773063.61464: checking to see if all hosts have failed and the running result is not ok 3057 1726773063.61465: done checking to see if all hosts have failed 3057 1726773063.61466: getting the remaining hosts for this loop 3057 1726773063.61468: done getting the remaining hosts for this loop 3057 1726773063.61471: getting the next task for host managed_node2 3057 1726773063.61477: done getting next task for host managed_node2 3057 1726773063.61480: ^ task is: TASK: Get active_profile 3057 1726773063.61483: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=2, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773063.61490: getting variables 3057 1726773063.61491: in VariableManager get_vars() 3057 1726773063.61528: Calling all_inventory to load vars for managed_node2 3057 1726773063.61530: Calling groups_inventory to load vars for managed_node2 3057 1726773063.61532: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773063.61547: Calling all_plugins_play to load vars for managed_node2 3057 1726773063.61550: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773063.61553: Calling groups_plugins_play to load vars for managed_node2 3057 1726773063.61678: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773063.62038: done with get_vars() 3057 1726773063.62046: done getting variables TASK [Get active_profile] ****************************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:41 Thursday 19 September 2024 15:11:03 -0400 (0:00:00.398) 0:01:48.359 **** 3057 1726773063.62120: entering _queue_task() for managed_node2/slurp 3057 1726773063.62347: worker is 1 (out of 1 available) 3057 1726773063.62364: exiting _queue_task() for managed_node2/slurp 3057 1726773063.62378: done queuing things up, now waiting for results queue to drain 3057 1726773063.62380: waiting for pending results... 3057 1726773063.62582: running TaskExecutor() for managed_node2/TASK: Get active_profile 3057 1726773063.62658: in run() - task 02b512f9-4fcf-6140-6a9e-000000000cb0 3057 1726773063.62671: variable 'ansible_search_path' from source: unknown 3057 1726773063.62675: variable 'ansible_search_path' from source: unknown 3057 1726773063.62710: calling self._execute() 3057 1726773063.62797: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773063.62804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773063.62815: variable 'omit' from source: magic vars 3057 1726773063.62913: variable 'omit' from source: magic vars 3057 1726773063.62950: variable 'omit' from source: magic vars 3057 1726773063.62975: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 3057 1726773063.63262: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 3057 1726773063.63306: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 3057 1726773063.63341: variable 'omit' from source: magic vars 3057 1726773063.63381: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773063.63415: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773063.63433: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773063.63450: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773063.63460: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773063.63487: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773063.63494: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773063.63497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773063.63576: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773063.63585: Set connection var ansible_pipelining to False 3057 1726773063.63589: Set connection var ansible_shell_type to sh 3057 1726773063.63591: Set connection var ansible_connection to ssh 3057 1726773063.63598: Set connection var ansible_timeout to 10 3057 1726773063.63605: Set connection var ansible_shell_executable to /bin/sh 3057 1726773063.63626: variable 'ansible_shell_executable' from source: unknown 3057 1726773063.63629: variable 'ansible_connection' from source: unknown 3057 1726773063.63632: variable 'ansible_module_compression' from source: unknown 3057 1726773063.63640: variable 'ansible_shell_type' from source: unknown 3057 1726773063.63643: variable 'ansible_shell_executable' from source: unknown 3057 1726773063.63646: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773063.63649: variable 'ansible_pipelining' from source: unknown 3057 1726773063.63652: variable 'ansible_timeout' from source: unknown 3057 1726773063.63655: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773063.63821: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3057 1726773063.63831: variable 'omit' from source: magic vars 3057 1726773063.63838: starting attempt loop 3057 1726773063.63841: running the handler 3057 1726773063.63856: _low_level_execute_command(): starting 3057 1726773063.63863: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773063.64434: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.64441: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.64445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.64503: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773063.64509: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773063.64511: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.64549: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.66222: stdout chunk (state=3): >>>/root <<< 3057 1726773063.66375: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773063.66451: stderr chunk (state=3): >>><<< 3057 1726773063.66469: stdout chunk (state=3): >>><<< 3057 1726773063.66477: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773063.66503: _low_level_execute_command(): starting 3057 1726773063.66506: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509 `" && echo ansible-tmp-1726773063.6647491-6447-258817943168509="` echo /root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509 `" ) && sleep 0' 3057 1726773063.67006: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.67010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.67020: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773063.67022: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.67025: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.67078: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773063.67086: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773063.67089: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.67125: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.69114: stdout chunk (state=3): >>>ansible-tmp-1726773063.6647491-6447-258817943168509=/root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509 <<< 3057 1726773063.69333: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773063.69341: stdout chunk (state=3): >>><<< 3057 1726773063.69344: stderr chunk (state=3): >>><<< 3057 1726773063.69363: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773063.6647491-6447-258817943168509=/root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773063.69419: variable 'ansible_module_compression' from source: unknown 3057 1726773063.69471: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 3057 1726773063.69553: variable 'ansible_facts' from source: unknown 3057 1726773063.69604: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509/AnsiballZ_slurp.py 3057 1726773063.69892: Sending initial data 3057 1726773063.69895: Sent initial data (152 bytes) 3057 1726773063.70603: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773063.70646: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.70713: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.72310: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 3057 1726773063.72343: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3057 1726773063.72361: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773063.72416: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpv8025tmk /root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509/AnsiballZ_slurp.py <<< 3057 1726773063.72419: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509/AnsiballZ_slurp.py" <<< 3057 1726773063.72454: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpv8025tmk" to remote "/root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509/AnsiballZ_slurp.py" <<< 3057 1726773063.72972: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773063.73053: stderr chunk (state=3): >>><<< 3057 1726773063.73056: stdout chunk (state=3): >>><<< 3057 1726773063.73077: done transferring module to remote 3057 1726773063.73087: _low_level_execute_command(): starting 3057 1726773063.73095: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509/ /root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509/AnsiballZ_slurp.py && sleep 0' 3057 1726773063.73588: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.73592: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.73594: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773063.73597: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.73599: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.73652: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773063.73656: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773063.73661: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.73700: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.75527: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773063.75643: stderr chunk (state=3): >>><<< 3057 1726773063.75647: stdout chunk (state=3): >>><<< 3057 1726773063.75649: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773063.75652: _low_level_execute_command(): starting 3057 1726773063.75654: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509/AnsiballZ_slurp.py && sleep 0' 3057 1726773063.76106: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.76110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.76112: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.76114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.76169: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773063.76172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773063.76178: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.76220: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.92692: 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"}}} <<< 3057 1726773063.94066: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773063.94127: stderr chunk (state=3): >>><<< 3057 1726773063.94131: stdout chunk (state=3): >>><<< 3057 1726773063.94150: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773063.94176: 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-1726773063.6647491-6447-258817943168509/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773063.94191: _low_level_execute_command(): starting 3057 1726773063.94198: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773063.6647491-6447-258817943168509/ > /dev/null 2>&1 && sleep 0' 3057 1726773063.94681: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.94684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.94689: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration <<< 3057 1726773063.94692: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773063.94694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773063.94745: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773063.94753: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773063.94767: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773063.94800: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773063.96694: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773063.96752: stderr chunk (state=3): >>><<< 3057 1726773063.96756: stdout chunk (state=3): >>><<< 3057 1726773063.96770: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773063.96780: handler run complete 3057 1726773063.96796: attempt loop complete, returning result 3057 1726773063.96799: _execute() done 3057 1726773063.96801: dumping result to json 3057 1726773063.96805: done dumping result, returning 3057 1726773063.96815: done running TaskExecutor() for managed_node2/TASK: Get active_profile [02b512f9-4fcf-6140-6a9e-000000000cb0] 3057 1726773063.96820: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cb0 3057 1726773063.96942: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cb0 3057 1726773063.96945: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 3057 1726773063.97008: no more pending results, returning what we have 3057 1726773063.97011: results queue empty 3057 1726773063.97012: checking for any_errors_fatal 3057 1726773063.97023: done checking for any_errors_fatal 3057 1726773063.97023: checking for max_fail_percentage 3057 1726773063.97025: done checking for max_fail_percentage 3057 1726773063.97026: checking to see if all hosts have failed and the running result is not ok 3057 1726773063.97027: done checking to see if all hosts have failed 3057 1726773063.97027: getting the remaining hosts for this loop 3057 1726773063.97029: done getting the remaining hosts for this loop 3057 1726773063.97033: getting the next task for host managed_node2 3057 1726773063.97041: done getting next task for host managed_node2 3057 1726773063.97043: ^ task is: TASK: Ensure kernel_settings is not in active_profile 3057 1726773063.97046: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773063.97050: getting variables 3057 1726773063.97051: in VariableManager get_vars() 3057 1726773063.97094: Calling all_inventory to load vars for managed_node2 3057 1726773063.97097: Calling groups_inventory to load vars for managed_node2 3057 1726773063.97099: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773063.97110: Calling all_plugins_play to load vars for managed_node2 3057 1726773063.97112: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773063.97116: Calling groups_plugins_play to load vars for managed_node2 3057 1726773063.97248: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773063.97382: done with get_vars() 3057 1726773063.97394: done getting variables 3057 1726773063.97442: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure kernel_settings is not in active_profile] ************************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 Thursday 19 September 2024 15:11:03 -0400 (0:00:00.353) 0:01:48.713 **** 3057 1726773063.97465: entering _queue_task() for managed_node2/copy 3057 1726773063.97692: worker is 1 (out of 1 available) 3057 1726773063.97706: exiting _queue_task() for managed_node2/copy 3057 1726773063.97720: done queuing things up, now waiting for results queue to drain 3057 1726773063.97721: waiting for pending results... 3057 1726773063.97919: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings is not in active_profile 3057 1726773063.97998: in run() - task 02b512f9-4fcf-6140-6a9e-000000000cb1 3057 1726773063.98011: variable 'ansible_search_path' from source: unknown 3057 1726773063.98015: variable 'ansible_search_path' from source: unknown 3057 1726773063.98051: calling self._execute() 3057 1726773063.98127: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773063.98131: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773063.98142: variable 'omit' from source: magic vars 3057 1726773063.98229: variable 'omit' from source: magic vars 3057 1726773063.98263: variable 'omit' from source: magic vars 3057 1726773063.98290: variable '__active_profile' from source: task vars 3057 1726773063.98558: variable '__active_profile' from source: task vars 3057 1726773063.98713: variable '__cur_profile' from source: task vars 3057 1726773063.98829: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3057 1726773064.01044: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3057 1726773064.01049: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3057 1726773064.01092: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3057 1726773064.01141: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3057 1726773064.01179: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3057 1726773064.01278: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3057 1726773064.01312: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3057 1726773064.01347: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3057 1726773064.01394: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3057 1726773064.01413: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3057 1726773064.01540: variable '__kernel_settings_tuned_current_profile' from source: set_fact 3057 1726773064.01598: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 3057 1726773064.01655: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 3057 1726773064.01711: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 3057 1726773064.01732: variable 'omit' from source: magic vars 3057 1726773064.01758: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773064.01783: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773064.01798: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773064.01813: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773064.01821: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773064.02040: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773064.02044: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773064.02047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773064.02049: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773064.02052: Set connection var ansible_pipelining to False 3057 1726773064.02054: Set connection var ansible_shell_type to sh 3057 1726773064.02056: Set connection var ansible_connection to ssh 3057 1726773064.02058: Set connection var ansible_timeout to 10 3057 1726773064.02060: Set connection var ansible_shell_executable to /bin/sh 3057 1726773064.02062: variable 'ansible_shell_executable' from source: unknown 3057 1726773064.02064: variable 'ansible_connection' from source: unknown 3057 1726773064.02065: variable 'ansible_module_compression' from source: unknown 3057 1726773064.02067: variable 'ansible_shell_type' from source: unknown 3057 1726773064.02069: variable 'ansible_shell_executable' from source: unknown 3057 1726773064.02072: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773064.02075: variable 'ansible_pipelining' from source: unknown 3057 1726773064.02083: variable 'ansible_timeout' from source: unknown 3057 1726773064.02092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773064.02207: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773064.02225: variable 'omit' from source: magic vars 3057 1726773064.02238: starting attempt loop 3057 1726773064.02246: running the handler 3057 1726773064.02263: _low_level_execute_command(): starting 3057 1726773064.02274: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773064.02942: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773064.02960: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.02973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.02992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773064.03009: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773064.03026: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773064.03043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.03150: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773064.03169: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.03186: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.03248: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.04953: stdout chunk (state=3): >>>/root <<< 3057 1726773064.05082: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.05185: stderr chunk (state=3): >>><<< 3057 1726773064.05188: stdout chunk (state=3): >>><<< 3057 1726773064.05245: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773064.05249: _low_level_execute_command(): starting 3057 1726773064.05252: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297 `" && echo ansible-tmp-1726773064.0521064-6463-254866842553297="` echo /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297 `" ) && sleep 0' 3057 1726773064.06086: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773064.06104: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.06118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.06229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.06288: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.06322: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.08310: stdout chunk (state=3): >>>ansible-tmp-1726773064.0521064-6463-254866842553297=/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297 <<< 3057 1726773064.08566: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.08843: stderr chunk (state=3): >>><<< 3057 1726773064.08847: stdout chunk (state=3): >>><<< 3057 1726773064.08850: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773064.0521064-6463-254866842553297=/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773064.08852: variable 'ansible_module_compression' from source: unknown 3057 1726773064.08855: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773064.08905: variable 'ansible_facts' from source: unknown 3057 1726773064.09024: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_stat.py 3057 1726773064.09149: Sending initial data 3057 1726773064.09160: Sent initial data (151 bytes) 3057 1726773064.09626: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.09645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.09659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.09700: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773064.09713: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.09759: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.11350: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773064.11413: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773064.11499: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpm96plmxz /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_stat.py <<< 3057 1726773064.11508: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_stat.py" <<< 3057 1726773064.11562: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpm96plmxz" to remote "/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_stat.py" <<< 3057 1726773064.12123: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.12202: stderr chunk (state=3): >>><<< 3057 1726773064.12205: stdout chunk (state=3): >>><<< 3057 1726773064.12225: done transferring module to remote 3057 1726773064.12238: _low_level_execute_command(): starting 3057 1726773064.12248: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/ /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_stat.py && sleep 0' 3057 1726773064.12723: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.12727: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.12729: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.12732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.12799: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773064.12801: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.12803: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.12838: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.14668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.14726: stderr chunk (state=3): >>><<< 3057 1726773064.14729: stdout chunk (state=3): >>><<< 3057 1726773064.14752: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773064.14765: _low_level_execute_command(): starting 3057 1726773064.14770: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_stat.py && sleep 0' 3057 1726773064.15244: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.15248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.15255: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.15267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.15314: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773064.15317: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.15319: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.15369: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.33196: 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": 262942, "dev": 51714, "nlink": 1, "atime": 1726773063.9257774, "mtime": 1726773061.1467552, "ctime": 1726773061.1467552, "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": "3558383755", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773064.34823: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773064.34880: stderr chunk (state=3): >>><<< 3057 1726773064.34883: stdout chunk (state=3): >>><<< 3057 1726773064.34899: _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": 262942, "dev": 51714, "nlink": 1, "atime": 1726773063.9257774, "mtime": 1726773061.1467552, "ctime": 1726773061.1467552, "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": "3558383755", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773064.34952: 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-1726773064.0521064-6463-254866842553297/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773064.35046: Sending initial data 3057 1726773064.35050: Sent initial data (139 bytes) 3057 1726773064.35544: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.35548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773064.35551: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.35553: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.35555: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773064.35557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.35607: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773064.35610: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.35657: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.37290: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773064.37325: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773064.37366: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/.jpnfh4u5 /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/.source <<< 3057 1726773064.37369: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/.source" <<< 3057 1726773064.37402: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/.jpnfh4u5" to remote "/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/.source" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/.source" <<< 3057 1726773064.37557: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.37637: stderr chunk (state=3): >>><<< 3057 1726773064.37640: stdout chunk (state=3): >>><<< 3057 1726773064.37660: _low_level_execute_command(): starting 3057 1726773064.37664: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/ /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/.source && sleep 0' 3057 1726773064.38389: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.38404: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.38472: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773064.38520: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.38582: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.40387: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.40448: stderr chunk (state=3): >>><<< 3057 1726773064.40453: stdout chunk (state=3): >>><<< 3057 1726773064.40468: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773064.40492: variable 'ansible_module_compression' from source: unknown 3057 1726773064.40525: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3057 1726773064.40552: variable 'ansible_facts' from source: unknown 3057 1726773064.40596: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_copy.py 3057 1726773064.41344: Sending initial data 3057 1726773064.41347: Sent initial data (151 bytes) 3057 1726773064.41877: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773064.41888: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.41897: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.41911: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773064.41922: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773064.41929: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773064.41940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.41953: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773064.41960: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address <<< 3057 1726773064.41966: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 3057 1726773064.41974: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.41983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.41995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773064.42068: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.42090: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.42159: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.43729: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773064.43799: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773064.43864: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpnh7zonvg /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_copy.py <<< 3057 1726773064.43873: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_copy.py" <<< 3057 1726773064.43934: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpnh7zonvg" to remote "/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_copy.py" <<< 3057 1726773064.44757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.44859: stderr chunk (state=3): >>><<< 3057 1726773064.44871: stdout chunk (state=3): >>><<< 3057 1726773064.44900: done transferring module to remote 3057 1726773064.44913: _low_level_execute_command(): starting 3057 1726773064.44921: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/ /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_copy.py && sleep 0' 3057 1726773064.45583: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773064.45606: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.45621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.45642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773064.45661: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773064.45673: stderr chunk (state=3): >>>debug2: match not found <<< 3057 1726773064.45707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3057 1726773064.45811: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.45844: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.45912: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.47779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.47797: stdout chunk (state=3): >>><<< 3057 1726773064.47803: stderr chunk (state=3): >>><<< 3057 1726773064.47821: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773064.47824: _low_level_execute_command(): starting 3057 1726773064.47829: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/AnsiballZ_copy.py && sleep 0' 3057 1726773064.48309: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.48313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.48321: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773064.48325: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.48364: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.48376: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.48432: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.65907: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/.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-1726773064.0521064-6463-254866842553297/.source", "_original_basename": ".jpnfh4u5", "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}}} <<< 3057 1726773064.67300: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773064.67365: stderr chunk (state=3): >>><<< 3057 1726773064.67369: stdout chunk (state=3): >>><<< 3057 1726773064.67384: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/.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-1726773064.0521064-6463-254866842553297/.source", "_original_basename": ".jpnfh4u5", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773064.67413: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/.source', '_original_basename': '.jpnfh4u5', '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-1726773064.0521064-6463-254866842553297/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773064.67424: _low_level_execute_command(): starting 3057 1726773064.67431: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/ > /dev/null 2>&1 && sleep 0' 3057 1726773064.67919: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.67923: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773064.67926: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.67928: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.67930: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773064.67932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.67990: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773064.67994: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.67998: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.68038: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.69968: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.70028: stderr chunk (state=3): >>><<< 3057 1726773064.70032: stdout chunk (state=3): >>><<< 3057 1726773064.70048: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773064.70056: handler run complete 3057 1726773064.70076: attempt loop complete, returning result 3057 1726773064.70079: _execute() done 3057 1726773064.70082: dumping result to json 3057 1726773064.70091: done dumping result, returning 3057 1726773064.70099: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings is not in active_profile [02b512f9-4fcf-6140-6a9e-000000000cb1] 3057 1726773064.70104: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cb1 3057 1726773064.70215: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cb1 3057 1726773064.70218: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "md5sum": "9a561d913bcdb5a659ec2dd035975a8e", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 14, "src": "/root/.ansible/tmp/ansible-tmp-1726773064.0521064-6463-254866842553297/.source", "state": "file", "uid": 0 } 3057 1726773064.70291: no more pending results, returning what we have 3057 1726773064.70296: results queue empty 3057 1726773064.70297: checking for any_errors_fatal 3057 1726773064.70305: done checking for any_errors_fatal 3057 1726773064.70306: checking for max_fail_percentage 3057 1726773064.70308: done checking for max_fail_percentage 3057 1726773064.70310: checking to see if all hosts have failed and the running result is not ok 3057 1726773064.70310: done checking to see if all hosts have failed 3057 1726773064.70311: getting the remaining hosts for this loop 3057 1726773064.70313: done getting the remaining hosts for this loop 3057 1726773064.70317: getting the next task for host managed_node2 3057 1726773064.70324: done getting next task for host managed_node2 3057 1726773064.70327: ^ task is: TASK: Set profile_mode to auto 3057 1726773064.70330: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=4, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773064.70334: getting variables 3057 1726773064.70342: in VariableManager get_vars() 3057 1726773064.70380: Calling all_inventory to load vars for managed_node2 3057 1726773064.70383: Calling groups_inventory to load vars for managed_node2 3057 1726773064.70385: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773064.70396: Calling all_plugins_play to load vars for managed_node2 3057 1726773064.70398: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773064.70401: Calling groups_plugins_play to load vars for managed_node2 3057 1726773064.70596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773064.70719: done with get_vars() 3057 1726773064.70727: done getting variables 3057 1726773064.70775: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set profile_mode to auto] ************************************************ task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 Thursday 19 September 2024 15:11:04 -0400 (0:00:00.733) 0:01:49.446 **** 3057 1726773064.70799: entering _queue_task() for managed_node2/copy 3057 1726773064.71021: worker is 1 (out of 1 available) 3057 1726773064.71039: exiting _queue_task() for managed_node2/copy 3057 1726773064.71054: done queuing things up, now waiting for results queue to drain 3057 1726773064.71056: waiting for pending results... 3057 1726773064.71254: running TaskExecutor() for managed_node2/TASK: Set profile_mode to auto 3057 1726773064.71333: in run() - task 02b512f9-4fcf-6140-6a9e-000000000cb2 3057 1726773064.71349: variable 'ansible_search_path' from source: unknown 3057 1726773064.71352: variable 'ansible_search_path' from source: unknown 3057 1726773064.71384: calling self._execute() 3057 1726773064.71470: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773064.71474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773064.71484: variable 'omit' from source: magic vars 3057 1726773064.71575: variable 'omit' from source: magic vars 3057 1726773064.71612: variable 'omit' from source: magic vars 3057 1726773064.71638: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 3057 1726773064.71905: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 3057 1726773064.71971: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 3057 1726773064.72003: variable 'omit' from source: magic vars 3057 1726773064.72039: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773064.72075: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773064.72095: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773064.72110: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773064.72122: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773064.72150: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773064.72155: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773064.72159: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773064.72234: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773064.72243: Set connection var ansible_pipelining to False 3057 1726773064.72246: Set connection var ansible_shell_type to sh 3057 1726773064.72248: Set connection var ansible_connection to ssh 3057 1726773064.72254: Set connection var ansible_timeout to 10 3057 1726773064.72261: Set connection var ansible_shell_executable to /bin/sh 3057 1726773064.72284: variable 'ansible_shell_executable' from source: unknown 3057 1726773064.72287: variable 'ansible_connection' from source: unknown 3057 1726773064.72292: variable 'ansible_module_compression' from source: unknown 3057 1726773064.72295: variable 'ansible_shell_type' from source: unknown 3057 1726773064.72298: variable 'ansible_shell_executable' from source: unknown 3057 1726773064.72300: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773064.72305: variable 'ansible_pipelining' from source: unknown 3057 1726773064.72308: variable 'ansible_timeout' from source: unknown 3057 1726773064.72312: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773064.72432: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773064.72443: variable 'omit' from source: magic vars 3057 1726773064.72450: starting attempt loop 3057 1726773064.72453: running the handler 3057 1726773064.72465: _low_level_execute_command(): starting 3057 1726773064.72472: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773064.73012: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.73025: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.73048: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.73094: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773064.73098: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.73119: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.73180: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.74831: stdout chunk (state=3): >>>/root <<< 3057 1726773064.74934: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.75003: stderr chunk (state=3): >>><<< 3057 1726773064.75007: stdout chunk (state=3): >>><<< 3057 1726773064.75029: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773064.75043: _low_level_execute_command(): starting 3057 1726773064.75050: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378 `" && echo ansible-tmp-1726773064.7502954-6497-106561659488378="` echo /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378 `" ) && sleep 0' 3057 1726773064.75533: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.75539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773064.75573: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.75587: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.75590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.75593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.75639: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773064.75643: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.75659: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.75701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.77656: stdout chunk (state=3): >>>ansible-tmp-1726773064.7502954-6497-106561659488378=/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378 <<< 3057 1726773064.77765: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.77830: stderr chunk (state=3): >>><<< 3057 1726773064.77834: stdout chunk (state=3): >>><<< 3057 1726773064.77855: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773064.7502954-6497-106561659488378=/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773064.77940: variable 'ansible_module_compression' from source: unknown 3057 1726773064.77988: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3057 1726773064.78022: variable 'ansible_facts' from source: unknown 3057 1726773064.78077: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_stat.py 3057 1726773064.78183: Sending initial data 3057 1726773064.78190: Sent initial data (151 bytes) 3057 1726773064.78866: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.78925: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773064.78948: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.78988: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.79058: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.80645: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773064.80675: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773064.80712: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpb3n3p11x /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_stat.py <<< 3057 1726773064.80725: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_stat.py" <<< 3057 1726773064.80752: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpb3n3p11x" to remote "/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_stat.py" <<< 3057 1726773064.81320: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.81428: stderr chunk (state=3): >>><<< 3057 1726773064.81431: stdout chunk (state=3): >>><<< 3057 1726773064.81448: done transferring module to remote 3057 1726773064.81469: _low_level_execute_command(): starting 3057 1726773064.81560: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/ /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_stat.py && sleep 0' 3057 1726773064.82159: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773064.82182: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.82199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.82301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.82330: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773064.82351: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.82380: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.82463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773064.84256: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773064.84389: stderr chunk (state=3): >>><<< 3057 1726773064.84393: stdout chunk (state=3): >>><<< 3057 1726773064.84499: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773064.84502: _low_level_execute_command(): starting 3057 1726773064.84505: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_stat.py && sleep 0' 3057 1726773064.85097: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773064.85114: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773064.85131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773064.85158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773064.85188: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.85200: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3057 1726773064.85257: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773064.85306: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773064.85333: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773064.85352: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773064.85430: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.02971: 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": 262937, "dev": 51714, "nlink": 1, "atime": 1726773059.25174, "mtime": 1726773061.1467552, "ctime": 1726773061.1467552, "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": "2871866907", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3057 1726773065.04544: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773065.04603: stderr chunk (state=3): >>><<< 3057 1726773065.04606: stdout chunk (state=3): >>><<< 3057 1726773065.04624: _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": 262937, "dev": 51714, "nlink": 1, "atime": 1726773059.25174, "mtime": 1726773061.1467552, "ctime": 1726773061.1467552, "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": "2871866907", "attributes": ["extents"], "attr_flags": "e"}, "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773065.04683: 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-1726773064.7502954-6497-106561659488378/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3057 1726773065.04782: Sending initial data 3057 1726773065.04789: Sent initial data (139 bytes) 3057 1726773065.05279: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.05283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.05285: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.05288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.05342: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773065.05361: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773065.05364: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773065.05396: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.07023: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773065.07061: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773065.07102: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/.zpf5v1qd /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/.source <<< 3057 1726773065.07108: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/.source" <<< 3057 1726773065.07139: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/.zpf5v1qd" to remote "/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/.source" <<< 3057 1726773065.07143: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/.source" <<< 3057 1726773065.07290: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773065.07367: stderr chunk (state=3): >>><<< 3057 1726773065.07370: stdout chunk (state=3): >>><<< 3057 1726773065.07399: _low_level_execute_command(): starting 3057 1726773065.07402: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/ /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/.source && sleep 0' 3057 1726773065.07887: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773065.07891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 <<< 3057 1726773065.07893: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.07895: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.07898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773065.07900: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.07944: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773065.07966: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773065.08002: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.09806: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773065.09862: stderr chunk (state=3): >>><<< 3057 1726773065.09868: stdout chunk (state=3): >>><<< 3057 1726773065.09882: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773065.09911: variable 'ansible_module_compression' from source: unknown 3057 1726773065.09947: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3057 1726773065.09966: variable 'ansible_facts' from source: unknown 3057 1726773065.10028: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_copy.py 3057 1726773065.10242: Sending initial data 3057 1726773065.10245: Sent initial data (151 bytes) 3057 1726773065.10869: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3057 1726773065.10889: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773065.10904: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.10957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.11031: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773065.11056: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773065.11097: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773065.11143: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.12717: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773065.12760: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773065.12802: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpabs0ikzb /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_copy.py <<< 3057 1726773065.12804: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_copy.py" <<< 3057 1726773065.12839: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpabs0ikzb" to remote "/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_copy.py" <<< 3057 1726773065.12842: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_copy.py" <<< 3057 1726773065.13890: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773065.13894: stderr chunk (state=3): >>><<< 3057 1726773065.13896: stdout chunk (state=3): >>><<< 3057 1726773065.13915: done transferring module to remote 3057 1726773065.13928: _low_level_execute_command(): starting 3057 1726773065.13941: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/ /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_copy.py && sleep 0' 3057 1726773065.14653: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773065.14673: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773065.14689: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773065.14764: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.16653: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773065.16668: stdout chunk (state=3): >>><<< 3057 1726773065.16680: stderr chunk (state=3): >>><<< 3057 1726773065.16702: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773065.16712: _low_level_execute_command(): starting 3057 1726773065.16721: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/AnsiballZ_copy.py && sleep 0' 3057 1726773065.17278: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773065.17296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.17316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.17367: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773065.17371: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773065.17375: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773065.17420: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.35079: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/.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-1726773064.7502954-6497-106561659488378/.source", "_original_basename": ".zpf5v1qd", "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}}} <<< 3057 1726773065.36501: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773065.36562: stderr chunk (state=3): >>><<< 3057 1726773065.36566: stdout chunk (state=3): >>><<< 3057 1726773065.36582: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/.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-1726773064.7502954-6497-106561659488378/.source", "_original_basename": ".zpf5v1qd", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773065.36613: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/.source', '_original_basename': '.zpf5v1qd', '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-1726773064.7502954-6497-106561659488378/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773065.36624: _low_level_execute_command(): starting 3057 1726773065.36631: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/ > /dev/null 2>&1 && sleep 0' 3057 1726773065.37132: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.37139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.37141: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.37144: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.37201: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773065.37210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773065.37248: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.39150: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773065.39210: stderr chunk (state=3): >>><<< 3057 1726773065.39213: stdout chunk (state=3): >>><<< 3057 1726773065.39227: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773065.39236: handler run complete 3057 1726773065.39259: attempt loop complete, returning result 3057 1726773065.39262: _execute() done 3057 1726773065.39269: dumping result to json 3057 1726773065.39272: done dumping result, returning 3057 1726773065.39281: done running TaskExecutor() for managed_node2/TASK: Set profile_mode to auto [02b512f9-4fcf-6140-6a9e-000000000cb2] 3057 1726773065.39289: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cb2 3057 1726773065.39402: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cb2 3057 1726773065.39406: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "451e20aff0f489cd2f7d4d73533aa961", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 5, "src": "/root/.ansible/tmp/ansible-tmp-1726773064.7502954-6497-106561659488378/.source", "state": "file", "uid": 0 } 3057 1726773065.39482: no more pending results, returning what we have 3057 1726773065.39488: results queue empty 3057 1726773065.39489: checking for any_errors_fatal 3057 1726773065.39498: done checking for any_errors_fatal 3057 1726773065.39499: checking for max_fail_percentage 3057 1726773065.39500: done checking for max_fail_percentage 3057 1726773065.39506: checking to see if all hosts have failed and the running result is not ok 3057 1726773065.39508: done checking to see if all hosts have failed 3057 1726773065.39508: getting the remaining hosts for this loop 3057 1726773065.39510: done getting the remaining hosts for this loop 3057 1726773065.39514: getting the next task for host managed_node2 3057 1726773065.39520: done getting next task for host managed_node2 3057 1726773065.39523: ^ task is: TASK: Restart tuned 3057 1726773065.39527: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=5, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 3057 1726773065.39531: getting variables 3057 1726773065.39532: in VariableManager get_vars() 3057 1726773065.39569: Calling all_inventory to load vars for managed_node2 3057 1726773065.39572: Calling groups_inventory to load vars for managed_node2 3057 1726773065.39574: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773065.39587: Calling all_plugins_play to load vars for managed_node2 3057 1726773065.39590: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773065.39593: Calling groups_plugins_play to load vars for managed_node2 3057 1726773065.39726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773065.39860: done with get_vars() 3057 1726773065.39871: done getting variables 3057 1726773065.39920: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Restart tuned] *********************************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 Thursday 19 September 2024 15:11:05 -0400 (0:00:00.691) 0:01:50.138 **** 3057 1726773065.39948: entering _queue_task() for managed_node2/service 3057 1726773065.40188: worker is 1 (out of 1 available) 3057 1726773065.40204: exiting _queue_task() for managed_node2/service 3057 1726773065.40219: done queuing things up, now waiting for results queue to drain 3057 1726773065.40221: waiting for pending results... 3057 1726773065.40426: running TaskExecutor() for managed_node2/TASK: Restart tuned 3057 1726773065.40510: in run() - task 02b512f9-4fcf-6140-6a9e-000000000cb3 3057 1726773065.40524: variable 'ansible_search_path' from source: unknown 3057 1726773065.40528: variable 'ansible_search_path' from source: unknown 3057 1726773065.40579: variable '__kernel_settings_services' from source: include_vars 3057 1726773065.40879: variable '__kernel_settings_services' from source: include_vars 3057 1726773065.40950: variable 'omit' from source: magic vars 3057 1726773065.41059: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773065.41066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773065.41076: variable 'omit' from source: magic vars 3057 1726773065.41217: variable 'omit' from source: magic vars 3057 1726773065.41254: variable 'omit' from source: magic vars 3057 1726773065.41284: variable 'item' from source: unknown 3057 1726773065.41353: variable 'item' from source: unknown 3057 1726773065.41375: variable 'omit' from source: magic vars 3057 1726773065.41412: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3057 1726773065.41457: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3057 1726773065.41473: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3057 1726773065.41491: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773065.41501: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3057 1726773065.41527: variable 'inventory_hostname' from source: host vars for 'managed_node2' 3057 1726773065.41531: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773065.41535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773065.41610: Set connection var ansible_module_compression to ZIP_DEFLATED 3057 1726773065.41617: Set connection var ansible_pipelining to False 3057 1726773065.41621: Set connection var ansible_shell_type to sh 3057 1726773065.41623: Set connection var ansible_connection to ssh 3057 1726773065.41629: Set connection var ansible_timeout to 10 3057 1726773065.41638: Set connection var ansible_shell_executable to /bin/sh 3057 1726773065.41659: variable 'ansible_shell_executable' from source: unknown 3057 1726773065.41662: variable 'ansible_connection' from source: unknown 3057 1726773065.41664: variable 'ansible_module_compression' from source: unknown 3057 1726773065.41667: variable 'ansible_shell_type' from source: unknown 3057 1726773065.41669: variable 'ansible_shell_executable' from source: unknown 3057 1726773065.41671: variable 'ansible_host' from source: host vars for 'managed_node2' 3057 1726773065.41674: variable 'ansible_pipelining' from source: unknown 3057 1726773065.41740: variable 'ansible_timeout' from source: unknown 3057 1726773065.41743: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 3057 1726773065.41805: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3057 1726773065.41815: variable 'omit' from source: magic vars 3057 1726773065.41820: starting attempt loop 3057 1726773065.41824: running the handler 3057 1726773065.41905: variable 'ansible_facts' from source: unknown 3057 1726773065.41997: _low_level_execute_command(): starting 3057 1726773065.42005: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3057 1726773065.42561: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.42566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.42570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.42628: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773065.42632: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773065.42646: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773065.42677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.44324: stdout chunk (state=3): >>>/root <<< 3057 1726773065.44424: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773065.44489: stderr chunk (state=3): >>><<< 3057 1726773065.44493: stdout chunk (state=3): >>><<< 3057 1726773065.44517: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773065.44529: _low_level_execute_command(): starting 3057 1726773065.44537: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598 `" && echo ansible-tmp-1726773065.4451768-6530-114779532543598="` echo /root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598 `" ) && sleep 0' 3057 1726773065.45042: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.45045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.45056: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773065.45058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found <<< 3057 1726773065.45061: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.45105: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773065.45110: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773065.45112: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773065.45161: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.47110: stdout chunk (state=3): >>>ansible-tmp-1726773065.4451768-6530-114779532543598=/root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598 <<< 3057 1726773065.47307: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773065.47326: stderr chunk (state=3): >>><<< 3057 1726773065.47329: stdout chunk (state=3): >>><<< 3057 1726773065.47372: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773065.4451768-6530-114779532543598=/root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773065.47401: variable 'ansible_module_compression' from source: unknown 3057 1726773065.47462: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3057o13if1hk/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 3057 1726773065.47593: variable 'ansible_facts' from source: unknown 3057 1726773065.47759: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598/AnsiballZ_systemd.py 3057 1726773065.47939: Sending initial data 3057 1726773065.47951: Sent initial data (154 bytes) 3057 1726773065.48614: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3057 1726773065.48630: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.48691: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773065.48694: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773065.48701: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773065.48744: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.50331: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 3057 1726773065.50387: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3057 1726773065.50428: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3057o13if1hk/tmpn392wzse /root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598/AnsiballZ_systemd.py <<< 3057 1726773065.50474: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598/AnsiballZ_systemd.py" <<< 3057 1726773065.50479: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3057o13if1hk/tmpn392wzse" to remote "/root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598/AnsiballZ_systemd.py" <<< 3057 1726773065.50486: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598/AnsiballZ_systemd.py" <<< 3057 1726773065.51931: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773065.52006: stderr chunk (state=3): >>><<< 3057 1726773065.52010: stdout chunk (state=3): >>><<< 3057 1726773065.52032: done transferring module to remote 3057 1726773065.52045: _low_level_execute_command(): starting 3057 1726773065.52049: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598/ /root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598/AnsiballZ_systemd.py && sleep 0' 3057 1726773065.52538: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.52542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.52545: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.52547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.52600: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773065.52603: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773065.52650: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.54643: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773065.54648: stdout chunk (state=3): >>><<< 3057 1726773065.54650: stderr chunk (state=3): >>><<< 3057 1726773065.54654: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773065.54657: _low_level_execute_command(): starting 3057 1726773065.54659: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598/AnsiballZ_systemd.py && sleep 0' 3057 1726773065.55191: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.55225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.55270: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773065.55283: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773065.55337: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.87408: 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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "691", "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 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "MemoryCurrent": "20344832", "MemoryPeak": "20901888", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3532447744", "CPUUsageNSec": "273500000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPR<<< 3057 1726773065.87420: stdout chunk (state=3): >>>IO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "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", "Fragmen<<< 3057 1726773065.87429: stdout chunk (state=3): >>>tPath": "/usr/lib/systemd/system/tuned.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "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 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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}}} <<< 3057 1726773065.89418: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. <<< 3057 1726773065.89478: stderr chunk (state=3): >>><<< 3057 1726773065.89482: stdout chunk (state=3): >>><<< 3057 1726773065.89515: _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": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "691", "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 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "MemoryCurrent": "20344832", "MemoryPeak": "20901888", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3532447744", "CPUUsageNSec": "273500000", "TasksCurrent": "4", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "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": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "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 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.18 closed. 3057 1726773065.89677: 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-1726773065.4451768-6530-114779532543598/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3057 1726773065.89695: _low_level_execute_command(): starting 3057 1726773065.89699: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773065.4451768-6530-114779532543598/ > /dev/null 2>&1 && sleep 0' 3057 1726773065.90201: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.90205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.90207: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3057 1726773065.90210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3057 1726773065.90212: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3057 1726773065.90271: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' <<< 3057 1726773065.90279: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3057 1726773065.90281: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3057 1726773065.90322: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3057 1726773065.92260: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3057 1726773065.92285: stderr chunk (state=3): >>><<< 3057 1726773065.92289: stdout chunk (state=3): >>><<< 3057 1726773065.92307: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.18 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.18 originally 10.31.45.18 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/3fb9a6e1ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3057 1726773065.92314: handler run complete 3057 1726773065.92361: attempt loop complete, returning result 3057 1726773065.92377: variable 'item' from source: unknown 3057 1726773065.92447: variable 'item' from source: unknown ok: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:17 EDT", "ActiveEnterTimestampMonotonic": "16588978", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service network.target dbus.socket basic.target sysinit.target system.slice dbus-broker.service systemd-sysctl.service systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:10:16 EDT", "AssertTimestampMonotonic": "16182361", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "273500000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:16 EDT", "ConditionTimestampMonotonic": "16182358", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service cpupower.service auto-cpufreq.service shutdown.target tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3679", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "691", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:16 EDT", "ExecMainStartTimestampMonotonic": "16188118", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:16 EDT] ; stop_time=[n/a] ; pid=691 ; 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 15:10:16 EDT", "InactiveExitTimestampMonotonic": "16188599", "InvocationID": "2dba4bd554724ff8b08f7821f4419ee8", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "691", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3532447744", "MemoryCurrent": "20344832", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "20901888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 15:10:17 EDT", "StateChangeTimestampMonotonic": "16588978", "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": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 3057 1726773065.93058: dumping result to json 3057 1726773065.93062: done dumping result, returning 3057 1726773065.93066: done running TaskExecutor() for managed_node2/TASK: Restart tuned [02b512f9-4fcf-6140-6a9e-000000000cb3] 3057 1726773065.93068: sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cb3 3057 1726773065.93139: done sending task result for task 02b512f9-4fcf-6140-6a9e-000000000cb3 3057 1726773065.93143: WORKER PROCESS EXITING 3057 1726773065.93247: no more pending results, returning what we have 3057 1726773065.93253: results queue empty 3057 1726773065.93254: checking for any_errors_fatal 3057 1726773065.93260: done checking for any_errors_fatal 3057 1726773065.93261: checking for max_fail_percentage 3057 1726773065.93262: done checking for max_fail_percentage 3057 1726773065.93263: checking to see if all hosts have failed and the running result is not ok 3057 1726773065.93264: done checking to see if all hosts have failed 3057 1726773065.93264: getting the remaining hosts for this loop 3057 1726773065.93266: done getting the remaining hosts for this loop 3057 1726773065.93269: getting the next task for host managed_node2 3057 1726773065.93278: done getting next task for host managed_node2 3057 1726773065.93280: ^ task is: TASK: meta (flush_handlers) 3057 1726773065.93282: ^ 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 3057 1726773065.93290: getting variables 3057 1726773065.93291: in VariableManager get_vars() 3057 1726773065.93321: Calling all_inventory to load vars for managed_node2 3057 1726773065.93324: Calling groups_inventory to load vars for managed_node2 3057 1726773065.93328: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773065.93374: Calling all_plugins_play to load vars for managed_node2 3057 1726773065.93380: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773065.93386: Calling groups_plugins_play to load vars for managed_node2 3057 1726773065.93670: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773065.93871: done with get_vars() 3057 1726773065.93890: done getting variables 3057 1726773065.93975: in VariableManager get_vars() 3057 1726773065.93991: Calling all_inventory to load vars for managed_node2 3057 1726773065.93993: Calling groups_inventory to load vars for managed_node2 3057 1726773065.93995: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773065.94000: Calling all_plugins_play to load vars for managed_node2 3057 1726773065.94001: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773065.94004: Calling groups_plugins_play to load vars for managed_node2 3057 1726773065.94210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773065.94445: done with get_vars() 3057 1726773065.94461: done queuing things up, now waiting for results queue to drain 3057 1726773065.94463: results queue empty 3057 1726773065.94464: checking for any_errors_fatal 3057 1726773065.94474: done checking for any_errors_fatal 3057 1726773065.94475: checking for max_fail_percentage 3057 1726773065.94476: done checking for max_fail_percentage 3057 1726773065.94477: checking to see if all hosts have failed and the running result is not ok 3057 1726773065.94477: done checking to see if all hosts have failed 3057 1726773065.94478: getting the remaining hosts for this loop 3057 1726773065.94479: done getting the remaining hosts for this loop 3057 1726773065.94482: getting the next task for host managed_node2 3057 1726773065.94493: done getting next task for host managed_node2 3057 1726773065.94494: ^ task is: TASK: meta (flush_handlers) 3057 1726773065.94495: ^ 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 3057 1726773065.94503: getting variables 3057 1726773065.94504: in VariableManager get_vars() 3057 1726773065.94514: Calling all_inventory to load vars for managed_node2 3057 1726773065.94515: Calling groups_inventory to load vars for managed_node2 3057 1726773065.94517: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773065.94520: Calling all_plugins_play to load vars for managed_node2 3057 1726773065.94522: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773065.94524: Calling groups_plugins_play to load vars for managed_node2 3057 1726773065.94632: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773065.94803: done with get_vars() 3057 1726773065.94810: done getting variables 3057 1726773065.94868: in VariableManager get_vars() 3057 1726773065.94879: Calling all_inventory to load vars for managed_node2 3057 1726773065.94881: Calling groups_inventory to load vars for managed_node2 3057 1726773065.94883: Calling all_plugins_inventory to load vars for managed_node2 3057 1726773065.94888: Calling all_plugins_play to load vars for managed_node2 3057 1726773065.94890: Calling groups_plugins_inventory to load vars for managed_node2 3057 1726773065.94892: Calling groups_plugins_play to load vars for managed_node2 3057 1726773065.95025: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3057 1726773065.95243: done with get_vars() 3057 1726773065.95256: done queuing things up, now waiting for results queue to drain 3057 1726773065.95259: results queue empty 3057 1726773065.95259: checking for any_errors_fatal 3057 1726773065.95261: done checking for any_errors_fatal 3057 1726773065.95262: checking for max_fail_percentage 3057 1726773065.95263: done checking for max_fail_percentage 3057 1726773065.95264: checking to see if all hosts have failed and the running result is not ok 3057 1726773065.95265: done checking to see if all hosts have failed 3057 1726773065.95265: getting the remaining hosts for this loop 3057 1726773065.95266: done getting the remaining hosts for this loop 3057 1726773065.95269: getting the next task for host managed_node2 3057 1726773065.95274: done getting next task for host managed_node2 3057 1726773065.95275: ^ task is: None 3057 1726773065.95277: ^ 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 3057 1726773065.95278: done queuing things up, now waiting for results queue to drain 3057 1726773065.95279: results queue empty 3057 1726773065.95279: checking for any_errors_fatal 3057 1726773065.95280: done checking for any_errors_fatal 3057 1726773065.95281: checking for max_fail_percentage 3057 1726773065.95282: done checking for max_fail_percentage 3057 1726773065.95283: checking to see if all hosts have failed and the running result is not ok 3057 1726773065.95284: done checking to see if all hosts have failed 3057 1726773065.95286: getting the next task for host managed_node2 3057 1726773065.95289: done getting next task for host managed_node2 3057 1726773065.95290: ^ task is: None 3057 1726773065.95291: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False PLAY RECAP ********************************************************************* managed_node2 : ok=140 changed=20 unreachable=0 failed=0 skipped=58 rescued=0 ignored=0 Thursday 19 September 2024 15:11:05 -0400 (0:00:00.554) 0:01:50.692 **** =============================================================================== Reboot the machine - see if settings persist after reboot -------------- 34.06s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:95 Ensure required packages are installed --------------------------------- 14.30s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:22 Gathering Facts --------------------------------------------------------- 3.01s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:2 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 2.21s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Ensure required services are enabled and started ------------------------ 1.61s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:51 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.55s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.52s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.50s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.49s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.40s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.35s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.34s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.34s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Generate a configuration for kernel settings ---------------------------- 0.99s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:45 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.86s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.85s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.83s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.80s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.79s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.79s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 3057 1726773065.95446: RUNNING CLEANUP